Package org.apereo.cas.authentication
Interface AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,Configuration>
- Type Parameters:
AuthnResponse- the type parameterConfiguration- 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 TypeMethodDescriptiondefault booleansupports(AuthnResponse response) Decide if response is supported by this strategy.Methods inherited from interface org.apereo.cas.authentication.AuthenticationAccountStateHandler
handle
-
Method Details
-
supports
Decide if response is supported by this strategy.- Parameters:
response- the response- Returns:
- true /false
-