Interface WallFilterMBean

All Known Implementing Classes:
WallFilter

public interface WallFilterMBean
  • Method Details

    • 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()
    • check

      String check(String sql) throws SQLException
      Throws:
      SQLException
    • getViolationCount

      long getViolationCount()
    • resetViolationCount

      void resetViolationCount()
    • clearWhiteList

      void clearWhiteList()
    • checkValid

      boolean checkValid(String sql)