public class ProjectQueueItemAuthenticator
extends jenkins.security.QueueItemAuthenticator
AuthorizeProjectProperty.| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectQueueItemAuthenticator.DescriptorImpl |
static class |
ProjectQueueItemAuthenticator.DescriptorVisibilityFilterImpl |
| Constructor and Description |
|---|
ProjectQueueItemAuthenticator()
Deprecated.
|
ProjectQueueItemAuthenticator(Map<String,Boolean> strategyEnabledMap) |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.Authentication |
authenticate(hudson.model.Queue.Item item) |
static ProjectQueueItemAuthenticator |
getConfigured() |
Map<String,Boolean> |
getStrategyEnabledMap() |
static boolean |
isConfigured() |
boolean |
isStrategyEnabled(hudson.model.Descriptor<?> d) |
Object |
readResolve() |
@Deprecated public ProjectQueueItemAuthenticator()
public Object readResolve()
@CheckForNull public org.acegisecurity.Authentication authenticate(hudson.model.Queue.Item item)
authenticate in class jenkins.security.QueueItemAuthenticatoritem - QueueItemAuthenticator.authenticate(hudson.model.Queue.Item)public boolean isStrategyEnabled(hudson.model.Descriptor<?> d)
public static ProjectQueueItemAuthenticator getConfigured()
public static boolean isConfigured()
ProjectQueueItemAuthenticator.Copyright © 2016. All rights reserved.