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 Summary

    Modifier and Type
    Method
    Description
    default boolean
    Decide if response is supported by this strategy.

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationAccountStateHandler

    handle
  • Method Details

    • supports

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