public interface ReverseProxyAuthenticator
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyUserDetails |
authenticate(String username,
String password)
Authenticates as a user and obtains additional user information from the directory.
|
ReverseProxyUserDetails authenticate(String username, String password)
username - the user's login name (not their DN).password - the user's password supplied at login.Copyright © 2016–2020. All rights reserved.