Interface LdapClient
- All Known Implementing Classes:
LdapClientImpl
public interface LdapClient
Ldap client interface.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String username, String password) Authenticates method.
-
Method Details
-
authenticate
Authenticates method.- Parameters:
username- Name of authenticated user.password- Password of authenticated user.- Returns:
- Context with authenticated information.
- Throws:
LdapAuthenticationException- in case when authentication is failed.
-