Interface AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,​Configuration>

  • Type Parameters:
    AuthnResponse - the type parameter
    Configuration - the type parameter
    All Superinterfaces:
    AuthenticationAccountStateHandler<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 AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,​Configuration>
    extends AuthenticationAccountStateHandler<AuthnResponse,​Configuration>
    Since:
    5.3.0
    • Method Detail

      • supports

        default boolean supports​(AuthnResponse response)
        Decide if response is supported by this strategy.
        Parameters:
        response - the response
        Returns:
        true /false