Package jenkins.security
Class QueueItemAuthenticatorProvider
java.lang.Object
jenkins.security.QueueItemAuthenticatorProvider
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
QueueItemAuthenticatorConfiguration.ProviderImpl
There are cases where a plugin need to provide a
QueueItemAuthenticator
that cannot be controlled or
configured by the user. This extension point provides the mechanism whereby the a QueueItemAuthenticator
can be provided either before or after those provided by QueueItemAuthenticatorConfiguration
which
will use Extension.ordinal()
of 100
- Since:
- 1.592
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<QueueItemAuthenticator>
abstract List<QueueItemAuthenticator>
-
Constructor Details
-
QueueItemAuthenticatorProvider
public QueueItemAuthenticatorProvider()
-
-
Method Details
-
getAuthenticators
-
authenticators
-