Class RejectResultCodePasswordPolicyHandlingStrategy<AuthnResponse>
- java.lang.Object
-
- org.apereo.cas.authentication.support.password.DefaultPasswordPolicyHandlingStrategy<AuthnResponse>
-
- org.apereo.cas.authentication.support.password.RejectResultCodePasswordPolicyHandlingStrategy<AuthnResponse>
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthnResponse,PasswordPolicyConfiguration>,org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,PasswordPolicyConfiguration>
public class RejectResultCodePasswordPolicyHandlingStrategy<AuthnResponse> extends DefaultPasswordPolicyHandlingStrategy<AuthnResponse>
- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description RejectResultCodePasswordPolicyHandlingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<java.lang.String>getAuthenticationResponseResultCodes(AuthnResponse response)Gets authentication response result codes.protected booleanisAuthenticationResponseWithResult(AuthnResponse response)Is authentication response with result boolean.booleansupports(AuthnResponse response)-
Methods inherited from class org.apereo.cas.authentication.support.password.DefaultPasswordPolicyHandlingStrategy
handle
-
-
-
-
Method Detail
-
supports
public boolean supports(AuthnResponse response)
-
isAuthenticationResponseWithResult
protected boolean isAuthenticationResponseWithResult(AuthnResponse response)
Is authentication response with result boolean.- Parameters:
response- the response- Returns:
- the boolean
-
getAuthenticationResponseResultCodes
protected java.util.Collection<java.lang.String> getAuthenticationResponseResultCodes(AuthnResponse response)
Gets authentication response result codes.- Parameters:
response- the response- Returns:
- the authentication response result codes
-
-