Uiinfrastructure API Docs  
 

SSOAuthenticator Members

SSOAuthenticator 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 This method sends an HTTP redirect to the SSO login URL. If for some reason the redirect can not be generated/sent, this method will throw an InterpreterException.
GetType (inherited from Object)Gets the Type of the current instance.
Login The actual login is performed by the SSO server, not here. Thus, this method does nothing for SSO case.
Logout The method sends an HTTP redirect to the SSO logout URL.
ToString (inherited from Object)Returns a String that represents the current Object.
UseThisAuth This method indicates whether SSO authentication is applicable to current request. Currently, SSO setting is portal-wide, and is not on per-request basis, so this method will return true as long as SSO is enabled in the configuration.

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

SSOAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace