Package org.apereo.cas.authentication
Interface AuthenticationAccountStateHandler<AuthnResponse,Configuration>
- Type Parameters:
AuthnResponse- the type parameterConfiguration- 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>
This is
AuthenticationAccountStateHandler.- Since:
- 5.3.0
-
Method Summary
Modifier and TypeMethodDescriptionhandle(AuthnResponse response, Configuration configuration) Handle account state.
-
Method Details
-
handle
List<MessageDescriptor> handle(AuthnResponse response, Configuration configuration) throws Throwable Handle account state.- Parameters:
response- the responseconfiguration- the configuration- Returns:
- the list
- Throws:
Throwable- the throwable
-