Uiinfrastructure API Docs  
 

SSOAuthenticator Members

SSOAuthenticator 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 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.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconLogin The actual login is performed by the SSO server, not here. Thus, this method does nothing for SSO case.
iconLogout The method sends an HTTP redirect to the SSO logout URL.
iconToString (inherited from Object)Returns a String that represents the current Object.
iconUseThisAuth 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

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

SSOAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace