Uiinfrastructure API Docs  
 

IAuthenticator.UseThisAuth Method 

This method indicates whether the authentication method this class implements is applicable to the current request given in the requestData.

bool UseThisAuth(
   RequestData requestData
);

Parameters

requestData

Return Value

a boolean indicating whether the authentication method is applicable to the request in the requestData

See Also

IAuthenticator Interface | com.plumtree.uiinfrastructure.login Namespace