Class GlobalQueueItemAuthenticator
java.lang.Object
hudson.model.AbstractDescribableImpl<QueueItemAuthenticator>
jenkins.security.QueueItemAuthenticator
org.jenkinsci.plugins.authorizeproject.GlobalQueueItemAuthenticator
- All Implemented Interfaces:
ExtensionPoint
,Describable<QueueItemAuthenticator>
A global default authenticator to allow changing the default for all projects.
- Since:
- 1.2.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate2
(Queue.Item item) Methods inherited from class jenkins.security.QueueItemAuthenticator
authenticate, authenticate, authenticate2, getDescriptor
-
Constructor Details
-
GlobalQueueItemAuthenticator
-
-
Method Details
-
getStrategy
-
authenticate2
- Overrides:
authenticate2
in classQueueItemAuthenticator
-