com.alibaba.druid.wall
接口 WallConfigMBean
- 所有已知实现类:
- WallConfig
public interface WallConfigMBean
isInited
boolean isInited()
getDir
String getDir()
setDir
void setDir(String dir)
init
void init()
loadConfig
void loadConfig(String dir)
isNoneBaseStatementAllow
boolean isNoneBaseStatementAllow()
setNoneBaseStatementAllow
void setNoneBaseStatementAllow(boolean noneBaseStatementAllow)
isTruncateAllow
boolean isTruncateAllow()
setTruncateAllow
void setTruncateAllow(boolean truncateAllow)
isSelelctAllow
boolean isSelelctAllow()
setSelelctAllow
void setSelelctAllow(boolean selelctAllow)
isSelectIntoAllow
boolean isSelectIntoAllow()
setSelectIntoAllow
void setSelectIntoAllow(boolean selectIntoAllow)
isSelectIntoOutfileAllow
boolean isSelectIntoOutfileAllow()
setSelectIntoOutfileAllow
void setSelectIntoOutfileAllow(boolean selectIntoOutfileAllow)
isSelectUnionCheck
boolean isSelectUnionCheck()
setSelectUnionCheck
void setSelectUnionCheck(boolean selectUnionCheck)
isSelectWhereAlwayTrueCheck
boolean isSelectWhereAlwayTrueCheck()
setSelectWhereAlwayTrueCheck
void setSelectWhereAlwayTrueCheck(boolean selectWhereAlwayTrueCheck)
isSelectHavingAlwayTrueCheck
boolean isSelectHavingAlwayTrueCheck()
setSelectHavingAlwayTrueCheck
void setSelectHavingAlwayTrueCheck(boolean selectHavingAlwayTrueCheck)
isDeleteAllow
boolean isDeleteAllow()
setDeleteAllow
void setDeleteAllow(boolean deleteAllow)
isDeleteWhereAlwayTrueCheck
boolean isDeleteWhereAlwayTrueCheck()
setDeleteWhereAlwayTrueCheck
void setDeleteWhereAlwayTrueCheck(boolean deleteWhereAlwayTrueCheck)
isUpdateAllow
boolean isUpdateAllow()
setUpdateAllow
void setUpdateAllow(boolean updateAllow)
isUpdateWhereAlayTrueCheck
boolean isUpdateWhereAlayTrueCheck()
setUpdateWhereAlayTrueCheck
void setUpdateWhereAlayTrueCheck(boolean updateWhereAlayTrueCheck)
isInsertAllow
boolean isInsertAllow()
setInsertAllow
void setInsertAllow(boolean insertAllow)
isMergeAllow
boolean isMergeAllow()
setMergeAllow
void setMergeAllow(boolean mergeAllow)
isMultiStatementAllow
boolean isMultiStatementAllow()
setMultiStatementAllow
void setMultiStatementAllow(boolean multiStatementAllow)
isSchemaCheck
boolean isSchemaCheck()
setSchemaCheck
void setSchemaCheck(boolean schemaCheck)
isTableCheck
boolean isTableCheck()
setTableCheck
void setTableCheck(boolean tableCheck)
isFunctionCheck
boolean isFunctionCheck()
setFunctionCheck
void setFunctionCheck(boolean functionCheck)
isVariantCheck
boolean isVariantCheck()
setVariantCheck
void setVariantCheck(boolean variantCheck)
isObjectCheck
boolean isObjectCheck()
setObjectCheck
void setObjectCheck(boolean objectCheck)
isCommentAllow
boolean isCommentAllow()
setCommentAllow
void setCommentAllow(boolean commentAllow)
getDenyFunctions
Set<String> getDenyFunctions()
getDenyTables
Set<String> getDenyTables()
getDenySchemas
Set<String> getDenySchemas()
getDenyVariants
Set<String> getDenyVariants()
getDenyObjects
Set<String> getDenyObjects()
getReadOnlyTables
Set<String> getReadOnlyTables()
isDenyObjects
boolean isDenyObjects(String name)
isDenySchema
boolean isDenySchema(String name)
isDenyFunction
boolean isDenyFunction(String name)
Copyright © 2013 Alibaba Group. All Rights Reserved.