Plumtree UI Infrastructure API  
 

ISSOHelper Interface

This interface defines the extensible SSO helper code for custom SSO implementations.

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

public interface ISSOHelper

Types that implement ISSOHelper

Type Description
SSOHelper 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

Requirements

Namespace: com.plumtree.uiinfrastructure.login

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ISSOHelper Members | com.plumtree.uiinfrastructure.login Namespace