Class LdapAuthenticationProviderFactory


  • public class LdapAuthenticationProviderFactory
    extends Object
    • Constructor Detail

      • LdapAuthenticationProviderFactory

        public LdapAuthenticationProviderFactory()
    • Method Detail

      • create

        public org.springframework.security.authentication.AuthenticationProvider create​(LdapProperties ldapProperties)
                                                                                  throws Exception
        Create a new LdapAuthenticationProvider based on the LDAPProperties
        Parameters:
        ldapProperties - Properties that contain all information on a LDAP connection and how to search
        Returns:
        A new LdapAuthenticationProvider based on ldapProperties
        Throws:
        Exception