Plumtree UI Infrastructure API  
 

Authenticator.GetOrSendLoginChallenge Method 

Returns a Redirect object to the login page, or issues an HTTP redirect to the login page. In the latter case, the method returns null. The way this method works: first it will check for the SSO setting whether SSO is enabled. It will also check whether HTTP Basic should override SSO (for WebDAV cases). Depending on the setting of the two, either SSO login challenge or HTTP Basic login challenge will be sent (in which case this method returns null). If neither SSO nor HTTP basic is appropriate for current request, then a default-login-page Redirect object is returned.

public virtual Redirect GetOrSendLoginChallenge(
   RequestData requestData
);

Implements

IAuthenticator.GetOrSendLoginChallenge

See Also

Authenticator Class | com.plumtree.uiinfrastructure.login Namespace | IAuthenticator#GetOrSendLoginChallenge