Interface LdapAuthenticator
- 
- All Known Implementing Classes:
- AbstractLdapAuthenticator,- BindAuthenticator,- PasswordComparisonAuthenticator
 
 public interface LdapAuthenticatorThe strategy interface for locating and authenticating an Ldap user.The LdapAuthenticationProvider calls this interface to authenticate a user and obtain the information for that user from the directory. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.ldap.core.DirContextOperationsauthenticate(Authentication authentication)Authenticates as a user and obtains additional user information from the directory.
 
- 
- 
- 
Method Detail- 
authenticateorg.springframework.ldap.core.DirContextOperations authenticate(Authentication authentication) Authenticates as a user and obtains additional user information from the directory.- Parameters:
- authentication-
- Returns:
- the details of the successfully authenticated user.
 
 
- 
 
-