public class LoginOutcomeBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_REDIRECT_URL
The name of the request parameter that provides the initial value of the
redirectURL property. |
| Constructor and Description |
|---|
LoginOutcomeBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectURL()
Gets the URL to redirect to after successful login.
|
void |
setRedirectURL(String redirectURL)
Sets the URL to redirect to after successful login.
|
public static final String PARAM_REDIRECT_URL
redirectURL property.public String getRedirectURL()
public void setRedirectURL(String redirectURL)
redirectURL - the URL to redirect to after successful loginCopyright © 2005–2018 Alfresco Software. All rights reserved.