Interface ReverseProxyAuthenticator
- All Known Implementing Classes:
DefaultReverseProxyAuthenticator
public interface ReverseProxyAuthenticator
- Author:
- Wilder Rodrigues (wrodrigues@schubergphilis.com)
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(String username, String password) Authenticates as a user and obtains additional user information from the directory.
-
Method Details
-
authenticate
Authenticates as a user and obtains additional user information from the directory.- Parameters:
username
- the user's login name (not their DN).password
- the user's password supplied at login.- Returns:
- the details of the successfully authenticated user.
-