Uiinfrastructure API Docs  
 

LoginHandlers Members

LoginHandlers overview

Public Static Fields

iconiconDEFAULTLOGINCONTROL 
iconiconDEFAULTSPACEISLOGIN mj: boolean value used by sso
iconiconLOGIN_OCCURED_COOKIE_NAME login occurred cookie name
iconiconLOGINCONTROL 
iconiconLOGINSPACE Default login space information
iconicons_bGuestAccessAllowed mj: whether guest access is enabled.

Public Static Methods

iconiconClearLoginOccurredCookiePresent This method clears the login occurred cookie in the response.
iconiconDoGuestLogin Handles guest login. This is not technically thread safe, but the odds of anything catastrophic happening are fairly low, since multiple threads calling this simultaneously will only be writing the same data to the same places, with the sole exception of the IPTSession.
iconiconDoLoginOverloaded. Helper method for login which can be called from SSO login code outside this class.
iconiconDoLogout helper method to log users out.
iconiconGetIsAutoConnectEnabled This method is used to determine if auto connect is enabled Turning off auto-connect only disables displaying the 'remember my password' checkbox on login and checking for the login token cookie. Checking for the admin QS login token is always enabled.
iconiconGetIsGuestRedirectToLoginEnabledOverloaded. This method is used to determine if the guest user should be redirected to their default page or to the login page if a space is not specified.
iconiconIsLoginOccurredCookiePresent This helper method determines whether or not the login occurred cookie is present.
iconiconStaticInit Initializes static member variables from ConfigVarPack.

Public Instance Constructors

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

Public Instance Methods

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.
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.

See Also

LoginHandlers Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace