java.lang.Object
com.erudika.para.server.security.LDAPAuthenticator
- All Implemented Interfaces:
org.springframework.security.ldap.authentication.LdapAuthenticator
public final class LDAPAuthenticator
extends Object
implements org.springframework.security.ldap.authentication.LdapAuthenticator
LDAP authenticator for either bind-based or password comparison authentication.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ldap.core.DirContextOperations
authenticate
(org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
LDAPAuthenticator
-
-
Method Details
-
authenticate
public org.springframework.ldap.core.DirContextOperations authenticate(org.springframework.security.core.Authentication authentication) - Specified by:
authenticate
in interfaceorg.springframework.security.ldap.authentication.LdapAuthenticator
-