Uses of Class
hudson.security.SecurityRealm
Packages that use SecurityRealm
-
Uses of SecurityRealm in hudson
Methods in hudson that return types with arguments of type SecurityRealmModifier and TypeMethodDescriptionstatic List<Descriptor<SecurityRealm>>
Functions.getSecurityRealmDescriptors()
-
Uses of SecurityRealm in hudson.security
Subclasses of SecurityRealm in hudson.securityModifier 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.)Fields in hudson.security declared as SecurityRealmModifier and TypeFieldDescriptionstatic final SecurityRealm
SecurityRealm.NO_AUTHENTICATION
Singleton constant that represents "no authentication."Fields in hudson.security with type parameters of type SecurityRealmModifier and TypeFieldDescriptionstatic Descriptor<SecurityRealm>
LegacySecurityRealm.DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.static final DescriptorList<SecurityRealm>
SecurityRealm.LIST
Methods in hudson.security that return SecurityRealmMethods in hudson.security that return types with arguments of type SecurityRealmModifier 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
.Methods in hudson.security with parameters of type SecurityRealmModifier and TypeMethodDescriptionvoid
HudsonFilter.reset
(SecurityRealm securityRealm) Reset the proxies and filter for a change inSecurityRealm
. -
Uses of SecurityRealm in jenkins.model
Methods in jenkins.model that return SecurityRealmMethods in jenkins.model that return types with arguments of type SecurityRealmModifier and TypeMethodDescriptionJenkins.getSecurityRealms
(String shortClassName) Gets theSecurityRealm
descriptors by name.Methods in jenkins.model with parameters of type SecurityRealmModifier and TypeMethodDescriptionvoid
Jenkins.setSecurityRealm
(SecurityRealm securityRealm) Sets a security realm.