Plumtree PEIs  
 

PTLoginActions Members

PTLoginActions overview

Public Static Fields

iconiconPASSWORD_LAST_CHANGED 

Public Static Methods

iconiconGetBrowserLocaleSetting This method gets a supported locale from the browser settings, but does not set it anywhere.

Protected Static Methods

iconiconInternalGetBrowserLocale This method gets a supported locale from the browser settings, and sets it on the http session and as a runtime setting.
iconiconInternalSetBrowserLocaleSetting This method gets a supported locale from the browser settings, and sets it on the http session and as a runtime setting.

Public Instance Constructors

icon PTLoginActions Constructor Initializes a new instance of the PTLoginActions class.

Public Instance Methods

iconCheckPasswordExpiration 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.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconOnAfterLogin This function will take a given userSession and grab all of the users personal settings and take care of caching them.
iconOnBeforeLogin 
iconOnBeforeLogout 
iconOnFailedLogin 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconSetBrowserLocaleSetting This method gets a supported locale from the browser settings, and sets it on the http session and as a runtime setting.

See Also

PTLoginActions Class | com.plumtree.portalpages.pei Namespace