Uses of Class
hudson.security.SecurityRealm
-
Uses of SecurityRealm in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<SecurityRealm>>
Functions.getSecurityRealmDescriptors()
-
Uses of SecurityRealm in hudson.security
Modifier and TypeClassDescriptionclass
Partial implementation ofSecurityRealm
for username/password based authentication.class
SecurityRealm
that performs authentication by looking upUser
.final class
SecurityRealm
that acceptsContainerAuthentication
object without any check (that is, by assuming that the such token is already authenticated by the container.)Modifier and TypeFieldDescriptionstatic final SecurityRealm
SecurityRealm.NO_AUTHENTICATION
Singleton constant that represents "no authentication."Modifier and TypeFieldDescriptionstatic Descriptor<SecurityRealm>
LegacySecurityRealm.DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.static final DescriptorList<SecurityRealm>
SecurityRealm.LIST
Modifier and TypeMethodDescriptionSecurityRealm.all()
Returns all the registeredSecurityRealm
descriptors.SecurityRealm.all()
Returns all the registeredSecurityRealm
descriptors.SecurityRealm.getDescriptor()
By default looks for a nested class (conventionally namedDescriptorImpl
) implementingDescriptor
and marked withExtension
.Modifier and TypeMethodDescriptionvoid
HudsonFilter.reset
(SecurityRealm securityRealm) Reset the proxies and filter for a change inSecurityRealm
. -
Uses of SecurityRealm in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getSecurityRealms
(String shortClassName) Gets theSecurityRealm
descriptors by name.Modifier and TypeMethodDescriptionvoid
Jenkins.setSecurityRealm
(SecurityRealm securityRealm) Sets a security realm.