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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.uiinfrastructure.login
Assembly: uiinfrastructure (in uiinfrastructure.dll)
LoginHelper Members | com.plumtree.uiinfrastructure.login Namespace