Package com.aquima.web.boot.security
Class LdapAuthenticationProviderFactory
- java.lang.Object
-
- com.aquima.web.boot.security.LdapAuthenticationProviderFactory
-
public class LdapAuthenticationProviderFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapAuthenticationProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.authentication.AuthenticationProvider
create(LdapProperties ldapProperties)
Create a new LdapAuthenticationProvider based on the LDAPProperties
-
-
-
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
-
-