Uiinfrastructure API Docs  
 

TokenAuthenticator Members

TokenAuthenticator overview

Public Static Methods

GetInstance 

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.
GetOrSendLoginChallenge Login token authentication method does not create challenge.
GetType (inherited from Object)Gets the Type of the current instance.
Login Performs the login-token authentication. The status of successful/failed login will be conveyed in the returned LoginResult object. If no token can be found in the request, this method returns null.
Logout Logout is handled by the ILoginControl in the Login activityspace.
ToString (inherited from Object)Returns a String that represents the current Object.
UseThisAuth Returns a boolean indicating whether a login token exists in the request.

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

TokenAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace