Interface AuthenticationAccountStateHandler<AuthnResponse,​Configuration>

  • Type Parameters:
    AuthnResponse - the type parameter
    Configuration - the type parameter
    All Known Subinterfaces:
    AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,​Configuration>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface AuthenticationAccountStateHandler<AuthnResponse,​Configuration>
    Since:
    5.3.0
    • Method Detail

      • handle

        java.util.List<MessageDescriptor> handle​(AuthnResponse response,
                                                 Configuration configuration)
                                          throws javax.security.auth.login.LoginException
        Handle account state.
        Parameters:
        response - the response
        configuration - the configuration
        Returns:
        the list
        Throws:
        javax.security.auth.login.LoginException - the login exception