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 TypeClassDescriptionclassPartial implementation ofSecurityRealmfor username/password based authentication.classSecurityRealmthat performs authentication by looking upUser.final classSecurityRealmthat acceptsContainerAuthenticationobject 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 SecurityRealmSecurityRealm.NO_AUTHENTICATIONSingleton constant that represents "no authentication."Fields in hudson.security with type parameters of type SecurityRealmModifier and TypeFieldDescriptionstatic Descriptor<SecurityRealm>LegacySecurityRealm.DESCRIPTORDeprecated.as of 2.0 Don't use this field, use injection.static final DescriptorList<SecurityRealm>SecurityRealm.LISTMethods in hudson.security that return SecurityRealmMethods in hudson.security that return types with arguments of type SecurityRealmModifier and TypeMethodDescriptionSecurityRealm.all()Returns all the registeredSecurityRealmdescriptors.SecurityRealm.all()Returns all the registeredSecurityRealmdescriptors.SecurityRealm.getDescriptor()By default looks for a nested class (conventionally namedDescriptorImpl) implementingDescriptorand marked withExtension.Methods in hudson.security with parameters of type SecurityRealmModifier and TypeMethodDescriptionvoidHudsonFilter.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 theSecurityRealmdescriptors by name.Methods in jenkins.model with parameters of type SecurityRealmModifier and TypeMethodDescriptionvoidJenkins.setSecurityRealm(SecurityRealm securityRealm) Sets a security realm.