Package hudson.security
Class LDAPSecurityRealm.LdapAuthenticationProviderImpl
java.lang.Object
org.springframework.security.ldap.authentication.AbstractLdapAuthenticationProvider
org.springframework.security.ldap.authentication.LdapAuthenticationProvider
hudson.security.LDAPSecurityRealm.LdapAuthenticationProviderImpl
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.MessageSourceAware
,org.springframework.security.authentication.AuthenticationProvider
- Enclosing class:
- LDAPSecurityRealm
public static final class LDAPSecurityRealm.LdapAuthenticationProviderImpl
extends org.springframework.security.ldap.authentication.LdapAuthenticationProvider
-
Field Summary
Fields inherited from class org.springframework.security.ldap.authentication.AbstractLdapAuthenticationProvider
logger, messages, userDetailsContextMapper
-
Constructor Summary
ConstructorDescriptionLdapAuthenticationProviderImpl
(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator, org.springframework.security.ldap.userdetails.LdapAuthoritiesPopulator authoritiesPopulator, LDAPGroupMembershipStrategy groupMembershipStrategy) -
Method Summary
Methods inherited from class org.springframework.security.ldap.authentication.LdapAuthenticationProvider
doAuthentication, getAuthoritiesPopulator, loadUserAuthorities, setHideUserNotFoundExceptions
Methods inherited from class org.springframework.security.ldap.authentication.AbstractLdapAuthenticationProvider
authenticate, createSuccessfulAuthentication, getUserDetailsContextMapper, setAuthoritiesMapper, setMessageSource, setUseAuthenticationRequestCredentials, setUserDetailsContextMapper, supports
-
Constructor Details
-
LdapAuthenticationProviderImpl
public LdapAuthenticationProviderImpl(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator, org.springframework.security.ldap.userdetails.LdapAuthoritiesPopulator authoritiesPopulator, LDAPGroupMembershipStrategy groupMembershipStrategy)
-