Uiinfrastructure API Docs  
 

LoginHandlers Methods

The methods of the LoginHandlers class are listed below. For a complete list of LoginHandlers class members, see the LoginHandlers Members topic.

Public Static Methods

ClearLoginOccurredCookiePresent This method clears the login occurred cookie in the response.
DoGuestLogin 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.
DoLoginOverloaded. Helper method for login which can be called from SSO login code outside this class.
DoLogout helper method to log users out.
GetIsAutoConnectEnabled 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.
GetIsGuestRedirectToLoginEnabledOverloaded. 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.
IsLoginOccurredCookiePresent This helper method determines whether or not the login occurred cookie is present.
StaticInit Initializes static member variables from ConfigVarPack.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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