- cannotLoadCrowdProperties() - Static method in class de.theit.jenkins.crowd.ErrorMessages
-
Returns the localized error message when the configuration file
crowd.properties cannot be loaded.
- createFilter(FilterConfig) - Method in class de.theit.jenkins.crowd.CrowdSecurityRealm
- createSecurityComponents() - Method in class de.theit.jenkins.crowd.CrowdSecurityRealm
- CrowdAuthenticationManager - Class in de.theit.jenkins.crowd
-
This class implements the authentication manager for Hudson.
- CrowdAuthenticationManager(CrowdConfigurationService) - Constructor for class de.theit.jenkins.crowd.CrowdAuthenticationManager
-
Creates a new instance of this class.
- CrowdAuthenticationToken - Class in de.theit.jenkins.crowd
-
This class represents an authentication token that is created after a user
was successfully authenticated against the remote Crowd server.
- CrowdAuthenticationToken(String, String, List<GrantedAuthority>, String, String) - Constructor for class de.theit.jenkins.crowd.CrowdAuthenticationToken
-
Creates a new authorization token.
- CrowdConfigurationService - Class in de.theit.jenkins.crowd
-
This class contains all objects that are necessary to access the REST
services on the remote Crowd server.
- CrowdConfigurationService(String, boolean) - Constructor for class de.theit.jenkins.crowd.CrowdConfigurationService
-
Creates a new Crowd configuration object.
- CrowdMailAddressResolverImpl - Class in de.theit.jenkins.crowd
-
This class resolves email addresses via lookup in Crowd.
- CrowdMailAddressResolverImpl() - Constructor for class de.theit.jenkins.crowd.CrowdMailAddressResolverImpl
-
- CrowdRememberMeServices - Class in de.theit.jenkins.crowd
-
An implementation of the RememberMeServices to use SSO with Crowd.
- CrowdRememberMeServices(CrowdConfigurationService) - Constructor for class de.theit.jenkins.crowd.CrowdRememberMeServices
-
Creates a new instance of this class.
- CrowdSecurityRealm - Class in de.theit.jenkins.crowd
-
This class provides the security realm for authenticating users against a
remote Crowd server.
- CrowdSecurityRealm(String, String, String, String, boolean, int) - Constructor for class de.theit.jenkins.crowd.CrowdSecurityRealm
-
Default constructor.
- CrowdSecurityRealm.DescriptorImpl - Class in de.theit.jenkins.crowd
-
- CrowdSecurityRealm.DescriptorImpl() - Constructor for class de.theit.jenkins.crowd.CrowdSecurityRealm.DescriptorImpl
-
Default constructor.
- CrowdServletFilter - Class in de.theit.jenkins.crowd
-
This class realizes a servlet filter that checks on each request the status
of the SSO session.
- CrowdServletFilter(CrowdSecurityRealm, CrowdConfigurationService, Filter) - Constructor for class de.theit.jenkins.crowd.CrowdServletFilter
-
Creates a new instance of this class.
- CrowdUser - Class in de.theit.jenkins.crowd
-
This class provides the information about a user that was authenticated
successfully against a remote Crowd server.
- CrowdUser(User, List<GrantedAuthority>) - Constructor for class de.theit.jenkins.crowd.CrowdUser
-
Creates a new instance.
- CrowdUserDetailsService - Class in de.theit.jenkins.crowd
-
This class provides the service to load a user object from the remote Crowd
server.
- CrowdUserDetailsService(CrowdConfigurationService) - Constructor for class de.theit.jenkins.crowd.CrowdUserDetailsService
-
Creates a new instance of this class.