Interface WallFilterMBean

  • All Known Implementing Classes:
    WallFilter

    public interface WallFilterMBean
    • Method Detail

      • getDbType

        String getDbType()
      • isLogViolation

        boolean isLogViolation()
      • setLogViolation

        void setLogViolation​(boolean logViolation)
      • isThrowException

        boolean isThrowException()
      • setThrowException

        void setThrowException​(boolean throwException)
      • isInited

        boolean isInited()
      • clearProviderCache

        void clearProviderCache()
      • getProviderWhiteList

        Set<String> getProviderWhiteList()
      • getViolationCount

        long getViolationCount()
      • resetViolationCount

        void resetViolationCount()
      • clearWhiteList

        void clearWhiteList()
      • checkValid

        boolean checkValid​(String sql)