Class DefaultPasswordPolicyHandlingStrategy<AuthnResponse>
java.lang.Object
org.apereo.cas.authentication.support.password.DefaultPasswordPolicyHandlingStrategy<AuthnResponse>
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthnResponse,,PasswordPolicyContext> org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,PasswordPolicyContext>
- Direct Known Subclasses:
RejectResultCodePasswordPolicyHandlingStrategy
public class DefaultPasswordPolicyHandlingStrategy<AuthnResponse>
extends Object
implements org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,PasswordPolicyContext>
- Since:
- 5.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apereo.cas.authentication.MessageDescriptor> handle(AuthnResponse response, PasswordPolicyContext configuration) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy
supports
-
Constructor Details
-
DefaultPasswordPolicyHandlingStrategy
public DefaultPasswordPolicyHandlingStrategy()
-
-
Method Details
-
handle
public List<org.apereo.cas.authentication.MessageDescriptor> handle(AuthnResponse response, PasswordPolicyContext configuration) throws Throwable - Specified by:
handlein interfaceorg.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthnResponse,PasswordPolicyContext> - Throws:
Throwable
-