Performs the login operation. It will first try with login token auth. If the token does not exist or it fails, it will check if HTTP basic auth is appropriate for this request. If all fail, the user will be logged in as guest user.
Authenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#Login