Interface ReverseProxyAuthenticator

  • All Known Implementing Classes:
    DefaultReverseProxyAuthenticator

    public interface ReverseProxyAuthenticator
    Author:
    Wilder Rodrigues (wrodrigues@schubergphilis.com)
    • Method Detail

      • authenticate

        ReverseProxyUserDetails authenticate​(String username,
                                             String password)
        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.