Plumtree UI Infrastructure API  
 

IAuthenticator.Login Method 

This method performs the login operation. The LoginResult returned by this method communicates the status of the login operation. Please do not modify the content of the requestData inside this method (use requestData only as a context to perform the login). LoginResult should be the place to convey any results back to the caller.

LoginResult Login(
   RequestData requestData
);

Parameters

requestData
the request

Return Value

LoginResult containing the status of the login operation, as well as the supporting information, including the generated PTSession, and any Redirect generated by Login Action PEI.

See Also

IAuthenticator Interface | com.plumtree.uiinfrastructure.login Namespace