Class GroovyPasswordPolicyHandlingStrategy<AuthenticationResponse>
- java.lang.Object
-
- org.apereo.cas.authentication.support.password.GroovyPasswordPolicyHandlingStrategy<AuthenticationResponse>
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthenticationResponse,PasswordPolicyConfiguration>,org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy<AuthenticationResponse,PasswordPolicyConfiguration>
public class GroovyPasswordPolicyHandlingStrategy<AuthenticationResponse> extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy<AuthenticationResponse,PasswordPolicyConfiguration>
This isGroovyPasswordPolicyHandlingStrategy.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description GroovyPasswordPolicyHandlingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apereo.cas.authentication.MessageDescriptor>handle(AuthenticationResponse response, PasswordPolicyConfiguration configuration)
-
-
-
Method Detail
-
handle
public java.util.List<org.apereo.cas.authentication.MessageDescriptor> handle(AuthenticationResponse response, PasswordPolicyConfiguration configuration)
- Specified by:
handlein interfaceorg.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthenticationResponse,PasswordPolicyConfiguration>
-
-