Plumtree UI Infrastructure API  
 

LoginHelper.PARAM_DONT_LOGIN_JUST_REDIRECT Field

Parameter indicates to loginControl that it should not attempt to login, it should just redirect as though it has logged in. Used by SSO to have the login control handle redirecting to the correct place.

public const string PARAM_DONT_LOGIN_JUST_REDIRECT = "dljr";

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace