Package com.atlassian.bamboo.security
Class LoginRedirectResult
java.lang.Object
org.apache.struts2.result.StrutsResultSupport
org.apache.struts2.result.ServletRedirectResult
com.atlassian.bamboo.security.LoginRedirectResult
- All Implemented Interfaces:
com.opensymphony.xwork2.Result,com.opensymphony.xwork2.util.reflection.ReflectionExceptionHandler,Serializable,org.apache.struts2.result.Redirectable,org.apache.struts2.result.Result,org.apache.struts2.StrutsStatics
public class LoginRedirectResult
extends org.apache.struts2.result.ServletRedirectResult
Used by the Signup process so that new users are automatically signed in
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.Result
com.opensymphony.xwork2.Result.LegacyAdapter -
Field Summary
Fields inherited from class org.apache.struts2.result.ServletRedirectResult
actionMapper, anchor, prependServletContext, requestParameters, statusCode, suppressEmptyParametersFields inherited from class org.apache.struts2.result.StrutsResultSupport
DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocationFields inherited from interface org.apache.struts2.StrutsStatics
ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(com.opensymphony.xwork2.ActionInvocation invocation) Methods inherited from class org.apache.struts2.result.ServletRedirectResult
addParameter, doExecute, getProhibitedResultParams, handle, isPathUrl, sendRedirect, setActionMapper, setAnchor, setPrependServletContext, setQueryStringBuilder, setStatusCode, setSuppressEmptyParametersMethods inherited from class org.apache.struts2.result.StrutsResultSupport
conditionalParse, conditionalParseCollection, doExecute, getLastFinalLocation, getLocation, setEncode, setLocation, setParseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.opensymphony.xwork2.Result
execute
-
Constructor Details
-
LoginRedirectResult
public LoginRedirectResult()
-
-
Method Details
-
execute
- Specified by:
executein interfacecom.opensymphony.xwork2.Result- Overrides:
executein classorg.apache.struts2.result.ServletRedirectResult- Throws:
Exception
-