Class QueueItemAuthenticatorProvider

java.lang.Object
jenkins.security.QueueItemAuthenticatorProvider
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
QueueItemAuthenticatorConfiguration.ProviderImpl

public abstract class QueueItemAuthenticatorProvider extends Object implements ExtensionPoint
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
  • Constructor Details

    • QueueItemAuthenticatorProvider

      public QueueItemAuthenticatorProvider()
  • Method Details