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 isAuthenticationAccountStateHandler.- Since:
- 5.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MessageDescriptor>handle(AuthnResponse response, Configuration configuration)Handle account state.
-
-
-
Method Detail
-
handle
java.util.List<MessageDescriptor> handle(AuthnResponse response, Configuration configuration) throws javax.security.auth.login.LoginException
Handle account state.- Parameters:
response- the responseconfiguration- the configuration- Returns:
- the list
- Throws:
javax.security.auth.login.LoginException- the login exception
-
-