Interface DefaultMatchers


  • public interface DefaultMatchers
    The default matchers.
    Since:
    4.0.0
    Author:
    Jerome LELEU
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALLOW_AJAX_REQUESTS
      The "allowAjaxRequests" authorizer.
      static java.lang.String CSRF_TOKEN
      The "csrfToken" authorizer.
      static java.lang.String DELETE  
      static java.lang.String GET  
      static java.lang.String HSTS
      The "hsts" authorizer.
      static java.lang.String NOCACHE
      The "nocache" authorizer.
      static java.lang.String NOFRAME
      The "noframe" authorizer.
      static java.lang.String NONE  
      static java.lang.String NOSNIFF
      The "nosniff" authorizer.
      static java.lang.String POST  
      static java.lang.String PUT  
      static java.lang.String SECURITYHEADERS
      The "securityheaders" authorizer.
      static java.lang.String XSSPROTECTION
      The "xssprotection" authorizer.