Class HttpMethodValidationInterceptor

java.lang.Object
com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
com.atlassian.confluence.struts.interceptor.HttpMethodValidationInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.Interceptor

public class HttpMethodValidationInterceptor extends com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
Since:
9.3
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor

    com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel
  • Field Summary

    Fields inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor

    INVALID_METHOD_RESULT, PERMITTED_METHODS_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel
     

    Methods inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor

    destroy, getPermittedHttpMethods, init, intercept

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpMethodValidationInterceptor

      public HttpMethodValidationInterceptor()
  • Method Details

    • getConfiguredSecurityLevel

      protected com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel getConfiguredSecurityLevel()
      Overrides:
      getConfiguredSecurityLevel in class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor