Class DefaultPasswordPolicyHandlingStrategy<AuthnResponse>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.apereo.cas.authentication.MessageDescriptor> handle​(AuthnResponse response, PasswordPolicyContext configuration)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy

        supports
    • Constructor Detail

      • DefaultPasswordPolicyHandlingStrategy

        public DefaultPasswordPolicyHandlingStrategy()
    • Method Detail

      • handle

        public java.util.List<org.apereo.cas.authentication.MessageDescriptor> handle​(AuthnResponse response,
                                                                                      PasswordPolicyContext configuration)
                                                                               throws javax.security.auth.login.LoginException
        Specified by:
        handle in interface org.apereo.cas.authentication.AuthenticationAccountStateHandler<AuthnResponse,​PasswordPolicyContext>
        Throws:
        javax.security.auth.login.LoginException