Uiinfrastructure API Docs  
 

SSOHelper Class

This singleton class controls SSO redirects. To implement your own SSO redirect code, simply implement an instance of ISSOHelper and initialize this class with your helper using the StaticInit method. Created on Mar 13, 2003

For a list of all members of this type, see SSOHelper Members.

System.Object
   com.plumtree.uiinfrastructure.login.SSOHelper

public sealed class SSOHelper : ISSOHelper

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.login

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

SSOHelper Members | com.plumtree.uiinfrastructure.login Namespace