com.atlassian.bamboo.ww2.interceptors
Class BambooXsrfTokenInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.BambooXsrfTokenInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class BambooXsrfTokenInterceptor
- extends AbstractBambooInterceptor
XSRF token Interceptor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSRF_FAILURE_NO_REFERRER
public static final String XSRF_FAILURE_NO_REFERRER
- See Also:
- Constant Field Values
XSRF_FAILURE_BAD_REFERRER
public static final String XSRF_FAILURE_BAD_REFERRER
- See Also:
- Constant Field Values
XSRF_FAILURE_BAD_TOKEN
public static final String XSRF_FAILURE_BAD_TOKEN
- See Also:
- Constant Field Values
XSRF_FAILURE_NO_TOKEN_IN_COOKIE
public static final String XSRF_FAILURE_NO_TOKEN_IN_COOKIE
- See Also:
- Constant Field Values
XSRF_FAILURE_NO_TOKEN_IN_PARAMS
public static final String XSRF_FAILURE_NO_TOKEN_IN_PARAMS
- See Also:
- Constant Field Values
XSRF_SUCCESS
public static final String XSRF_SUCCESS
- See Also:
- Constant Field Values
BambooXsrfTokenInterceptor
public BambooXsrfTokenInterceptor()
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Specified by:
doIntercept
in class AbstractBambooInterceptor
- Throws:
Exception
setAdministrationConfigurationAccessor
public void setAdministrationConfigurationAccessor(AdministrationConfigurationAccessor administrationConfigurationAccessor)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.