Plumtree UI Infrastructure API  
 

LoginHelper Class

This Singleton class controls session login. To implement your own session login code, simply implement an instance of ILoginHelper and initialize this class with your helper using the StaticInit method. All logins should be done through this class, rather than directly calling the custom login code in an ILoginHelper.

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

System.Object
   com.plumtree.uiinfrastructure.login.LoginHelper

public sealed class LoginHelper

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

LoginHelper Members | com.plumtree.uiinfrastructure.login Namespace