- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action
public final class PasswordPolicyEnforcementAction
extends org.springframework.webflow.action.AbstractAction
implements org.springframework.beans.factory.InitializingBean
This action checks the expiration time for a user and displays a warning page when the expiration date is near.
Password Expiration and Account locking are NOT done here -- those are AuthenticationExceptions in
org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler
This action should be run after the TGT and ST are created, but before the client is sent back to the service.
Based on AccountStatusGetter by Bart Ophelders & Johan Peeters
- Version:
- 1.1 3/30/2009 11:47:37
- Author:
- Eric Pierce