Plumtree PEIs  
 

PTLoginActions.CheckPasswordExpiration Method 

This internal helper method checks if the password has expired or not. It is public for unit test purposes only and should not be used outside of this class.

public virtual Redirect CheckPasswordExpiration(
   IPTSession _ptSession,
   ApplicationData _appData
);

Parameters

_ptSession
the current user session.
_appData
the application data for this PEI

Return Value

a Redirect if the password has expired, null if the password is valid.

See Also

PTLoginActions Class | com.plumtree.portalpages.pei Namespace