Class AbstractSecurityFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String THROW_ON_ERROR
      The name of the optional Filter init-param specifying that configuration errors should be fatal.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isThrowOnErrors()  
      protected static void logException​(java.lang.Exception e)
      Log exception.
      static void setThrowOnErrors​(boolean throwOnErrors)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • THROW_ON_ERROR

        public static final java.lang.String THROW_ON_ERROR
        The name of the optional Filter init-param specifying that configuration errors should be fatal.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSecurityFilter

        public AbstractSecurityFilter()
    • Method Detail

      • isThrowOnErrors

        public static boolean isThrowOnErrors()
      • setThrowOnErrors

        public static void setThrowOnErrors​(boolean throwOnErrors)
      • logException

        protected static void logException​(java.lang.Exception e)
        Log exception.
        Parameters:
        e - the exception