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

    Constructors
    Constructor
    Description
    LdapAuthenticationProviderImpl(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LdapAuthenticationProviderImpl

      public LdapAuthenticationProviderImpl(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator, org.springframework.security.ldap.userdetails.LdapAuthoritiesPopulator authoritiesPopulator, LDAPGroupMembershipStrategy groupMembershipStrategy)