Package | Description |
---|---|
hudson | |
hudson.security |
Security-related code.
|
hudson.security.csrf | |
jenkins.model | |
jenkins.security |
Modifier and Type | Method and Description |
---|---|
static Collection<Descriptor> |
Functions.getSortedDescriptorsForGlobalConfig(com.google.common.base.Predicate<GlobalConfigurationCategory> predicate)
Gets all the descriptors sorted by their inheritance tree of
Describable
so that descriptors of similar types come nearby. |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<GlobalConfigurationCategory> |
GlobalSecurityConfiguration.FILTER |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
GlobalCrumbIssuerConfiguration.getCategory() |
Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfigurationCategory.Security
Security related configurations.
|
static class |
GlobalConfigurationCategory.Unclassified
This category represents the catch-all I-dont-know-what-category-it-is instance,
used for those
GlobalConfiguration s that don't really deserve/need a separate
category. |
Modifier and Type | Method and Description |
---|---|
static <T extends GlobalConfigurationCategory> |
GlobalConfigurationCategory.get(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
GlobalConfiguration.getCategory()
Every
GlobalConfiguration belongs to a specific category. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<GlobalConfigurationCategory> |
GlobalConfigurationCategory.all()
Returns all the registered
GlobalConfiguration descriptors. |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
QueueItemAuthenticatorConfiguration.getCategory() |
Copyright © 2016. All rights reserved.