This is the main authenticator module, the single entry point for performing authentication. Internally, it communicates with other authentication modules (TokenAuthenticator, HTTPBasicAuthenticator and SSOAuthenticator) to decide which authentication method is applicable to current request, and it may fail over to a different authentication method if one method fails (e.g., if login token auth fails, it will try HTTP basic auth, and if that fails, it will log in as guest).
For a list of all members of this type, see Authenticator Members.
System.Object
com.plumtree.uiinfrastructure.login.Authenticator
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)
Authenticator Members | com.plumtree.uiinfrastructure.login Namespace