Uses of Class
hudson.security.SecurityRealm

Packages that use SecurityRealm
hudson   
hudson.security Security-related code. 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of SecurityRealm in hudson
 

Methods in hudson that return types with arguments of type SecurityRealm
static List<Descriptor<SecurityRealm>> Functions.getSecurityRealmDescriptors()
           
 

Uses of SecurityRealm in hudson.security
 

Subclasses of SecurityRealm in hudson.security
 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.)
 

Fields in hudson.security declared as SecurityRealm
static SecurityRealm SecurityRealm.NO_AUTHENTICATION
          Singleton constant that represents "no authentication."
 

Fields in hudson.security with type parameters of type SecurityRealm
static Descriptor<SecurityRealm> LegacySecurityRealm.DESCRIPTOR
           
static DescriptorList<SecurityRealm> SecurityRealm.LIST
          Deprecated. as of 1.286 Use all() for read access, and use Extension for registration.
 

Methods in hudson.security that return types with arguments of type SecurityRealm
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()
          Gets the descriptor for this instance.
 

Methods in hudson.security with parameters of type SecurityRealm
 void HudsonFilter.reset(SecurityRealm securityRealm)
          Reset the proxies and filter for a change in SecurityRealm.
 

Uses of SecurityRealm in jenkins.model
 

Methods in jenkins.model that return SecurityRealm
 SecurityRealm Jenkins.getSecurityRealm()
           
 

Methods in jenkins.model that return types with arguments of type SecurityRealm
 Descriptor<SecurityRealm> Jenkins.getSecurityRealms(String shortClassName)
          Gets the SecurityRealm descriptors by name.
 

Methods in jenkins.model with parameters of type SecurityRealm
 void Jenkins.setSecurityRealm(SecurityRealm securityRealm)
           
 

Uses of SecurityRealm in org.jvnet.hudson.test
 

Subclasses of SecurityRealm in org.jvnet.hudson.test
static class JenkinsRule.DummySecurityRealm
           
 

Methods in org.jvnet.hudson.test that return SecurityRealm
 SecurityRealm HudsonTestCase.createDummySecurityRealm()
          Creates a test SecurityRealm that recognizes username==password as valid.
 



Copyright © 2004-2013. All Rights Reserved.