Plumtree Portal UI  
 

SSOIntegrator Methods

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

Public Static Methods

GetDefaultPrefix Returns the default auth source prefix.
GetLoginInfo Returns login info from the given request.
GetSSOInfo Returns a PTSSOInfo object with the correct values.
IsCaptureBasicAuthEnabled Indicates whether capture basic auth is enabled.
StaticInitConfig Initializes global SSO settings using the given settings from x_config.xml. Note that only StaticInitSSO actually enables SSO.
StaticInitSSO Initializes SSO settings using the config settings. Can only be called once globally.
UpdateSSOCookieHeader 

Public Instance Methods

DoLoginRedirect Performs a redirect to the SSO login page, unless SSO login has previously failed.
DoLogoutRedirect Calls the SSO logout code and performs an SSO logout redirect if necessary.
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.
IsSSOEnabled Indicates whether SSO is enabled at the portal level.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

SSOIntegrator Class | com.plumtree.portaluiinfrastructure.sso Namespace