Uiinfrastructure API Docs  
 

HTTPBasicAuthenticator.Login Method 

Performs login using HTTP basic authentication credentials in the request header.

public virtual LoginResult Login(
   RequestData requestData
);

Return Value

The LoginResult, or null if login is not attempted (since the request appears to be not for HTTP Basic auth).

Implements

IAuthenticator.Login

See Also

HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#Login