Package | Description |
---|---|
hudson | |
hudson.security |
Security-related code.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
static List<Descriptor<SecurityRealm>> |
Functions.getSecurityRealmDescriptors() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordBasedSecurityRealm
Partial implementation of
SecurityRealm for username/password based authentication. |
class |
HudsonPrivateSecurityRealm
SecurityRealm that performs authentication by looking up User . |
class |
LegacySecurityRealm
SecurityRealm that accepts ContainerAuthentication object
without any check (that is, by assuming that the such token is
already authenticated by the container.) |
Modifier and Type | Field and Description |
---|---|
static SecurityRealm |
SecurityRealm.NO_AUTHENTICATION
Singleton constant that represents "no authentication."
|
Modifier and Type | Field and Description |
---|---|
static Descriptor<SecurityRealm> |
LegacySecurityRealm.DESCRIPTOR |
static DescriptorList<SecurityRealm> |
SecurityRealm.LIST
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>> |
SecurityRealm.all()
Returns all the registered
SecurityRealm descriptors. |
static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>> |
SecurityRealm.all()
Returns all the registered
SecurityRealm descriptors. |
Descriptor<SecurityRealm> |
SecurityRealm.getDescriptor()
By default looks for a nested class (conventionally named
DescriptorImpl ) implementing Descriptor and marked with Extension . |
Modifier and Type | Method and Description |
---|---|
void |
HudsonFilter.reset(SecurityRealm securityRealm)
Reset the proxies and filter for a change in
SecurityRealm . |
Modifier and Type | Method and Description |
---|---|
SecurityRealm |
Jenkins.getSecurityRealm() |
Modifier and Type | Method and Description |
---|---|
Descriptor<SecurityRealm> |
Jenkins.getSecurityRealms(String shortClassName)
Gets the
SecurityRealm descriptors by name. |
Modifier and Type | Method and Description |
---|---|
void |
Jenkins.setSecurityRealm(SecurityRealm securityRealm) |
Copyright © 2016. All rights reserved.