com.atlassian.crowd.console.interceptor
Class CrowdXsrfTokenInterceptor

java.lang.Object
  extended by com.atlassian.xwork.interceptors.XsrfTokenInterceptor
      extended by com.atlassian.xwork12.interceptors.XsrfTokenInterceptor
          extended by com.atlassian.crowd.console.interceptor.CrowdXsrfTokenInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class CrowdXsrfTokenInterceptor
extends com.atlassian.xwork12.interceptors.XsrfTokenInterceptor

Crowd specific implementation of XsrfTokenInterceptor.

Since:
v2.3.2
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.xwork.interceptors.XsrfTokenInterceptor
com.atlassian.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
 
Field Summary
 
Fields inherited from class com.atlassian.xwork.interceptors.XsrfTokenInterceptor
CONFIG_PARAM_NAME, OVERRIDE_HEADER_NAME, OVERRIDE_HEADER_VALUE, REQUEST_PARAM_NAME, SECURITY_TOKEN_REQUIRED_ERROR_KEY, VALIDATION_FAILED_ERROR_KEY
 
Constructor Summary
CrowdXsrfTokenInterceptor()
           
 
Method Summary
protected  java.lang.String internationaliseErrorMessage(com.opensymphony.xwork.Action action, java.lang.String messageKey)
           
 
Methods inherited from class com.atlassian.xwork.interceptors.XsrfTokenInterceptor
addInvalidTokenError, destroy, getSecurityLevel, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdXsrfTokenInterceptor

public CrowdXsrfTokenInterceptor()
Method Detail

internationaliseErrorMessage

protected java.lang.String internationaliseErrorMessage(com.opensymphony.xwork.Action action,
                                                        java.lang.String messageKey)
Overrides:
internationaliseErrorMessage in class com.atlassian.xwork.interceptors.XsrfTokenInterceptor


Copyright © 2012 Atlassian. All Rights Reserved.