Interface PasswordAuthenticator


public interface PasswordAuthenticator
  • Method Details

    • createAuthenticatedPrincipal

      Principal createAuthenticatedPrincipal(String user, String password)
      Authenticate the provided user and password.
      Returns:
      the authenticated entity
      Throws:
      AccessDeniedException - if not allowed