Plumtree UI Infrastructure API  
 

SSOAuthenticator.Login Method 

The actual login is performed by the SSO server, not here. Thus, this method does nothing for SSO case.

public virtual LoginResult Login(
   RequestData requestData
);

Return Value

null since login is not performed here.

Implements

IAuthenticator.Login

See Also

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