Uiinfrastructure API Docs  
 

TokenAuthenticator Members

TokenAuthenticator overview

Public Static Methods

iconiconGetInstance 

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.
iconGetOrSendLoginChallenge Login token authentication method does not create challenge.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconLogin 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.
iconLogout Logout is handled by the ILoginControl in the Login activityspace.
iconToString (inherited from Object)Returns a String that represents the current Object.
iconUseThisAuth Returns a boolean indicating whether a login token exists in the request.

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

TokenAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace