com.atlassian.jira.security.xsrf
Class XsrfFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.security.xsrf.XsrfFailureException
- All Implemented Interfaces:
- Serializable
public class XsrfFailureException
- extends RuntimeException
This is thrown when an Action request fails an XSRF check
- Since:
- v4.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XsrfFailureException
public XsrfFailureException(webwork.action.Action action,
javax.servlet.http.HttpServletRequest request,
XsrfCheckResult checkResult,
boolean sessionExpired)
getAction
public webwork.action.Action getAction()
getRequestURL
public String getRequestURL()
getRequestMethod
public String getRequestMethod()
getRequestParameters
public Set<Map.Entry<String,List<String>>> getRequestParameters()
getCheckResult
public XsrfCheckResult getCheckResult()
isSessionExpired
public boolean isSessionExpired()
Copyright © 2002-2011 Atlassian. All Rights Reserved.