public class WallConfig extends Object implements WallConfigMBean
| 构造器和说明 |
|---|
WallConfig() |
WallConfig(String dir) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDir() |
Set<String> |
getPermitFunctions() |
Set<String> |
getPermitObjects() |
Set<String> |
getPermitSchemas() |
Set<String> |
getPermitTables() |
Set<String> |
getPermitVariants() |
Set<String> |
getReadOnlyTables() |
void |
init() |
boolean |
isCallAllow() |
boolean |
isCommentAllow() |
boolean |
isDeleteAllow() |
boolean |
isDeleteWhereAlwayTrueCheck() |
boolean |
isFunctionCheck() |
boolean |
isInited() |
boolean |
isInsertAllow() |
boolean |
isMergeAllow() |
boolean |
isMultiStatementAllow() |
boolean |
isMustParameterized() |
boolean |
isNoneBaseStatementAllow() |
boolean |
isObjectCheck() |
boolean |
isPermitFunction(String name) |
boolean |
isPermitObjects(String name) |
boolean |
isPermitSchema(String name) |
boolean |
isSchemaCheck() |
boolean |
isSelectHavingAlwayTrueCheck() |
boolean |
isSelectIntoAllow() |
boolean |
isSelectIntoOutfileAllow() |
boolean |
isSelectUnionCheck() |
boolean |
isSelectWhereAlwayTrueCheck() |
boolean |
isSelelctAllow() |
boolean |
isTableCheck() |
boolean |
isTruncateAllow() |
boolean |
isUpdateAllow() |
boolean |
isUpdateWhereAlayTrueCheck() |
boolean |
isVariantCheck() |
void |
loadConfig(String dir) |
void |
setCallAllow(boolean callAllow) |
void |
setCommentAllow(boolean commentAllow) |
void |
setDeleteAllow(boolean deleteAllow) |
void |
setDeleteWhereAlwayTrueCheck(boolean deleteWhereAlwayTrueCheck) |
void |
setDir(String dir) |
void |
setFunctionCheck(boolean functionCheck) |
void |
setInsertAllow(boolean insertAllow) |
void |
setMergeAllow(boolean mergeAllow) |
void |
setMultiStatementAllow(boolean multiStatementAllow) |
void |
setMustParameterized(boolean mustParameterized) |
void |
setNoneBaseStatementAllow(boolean noneBaseStatementAllow) |
void |
setObjectCheck(boolean objectCheck) |
void |
setSchemaCheck(boolean schemaCheck) |
void |
setSelectHavingAlwayTrueCheck(boolean selectHavingAlwayTrueCheck) |
void |
setSelectIntoAllow(boolean selectIntoAllow) |
void |
setSelectIntoOutfileAllow(boolean selectIntoOutfileAllow) |
void |
setSelectUnionCheck(boolean selectUnionCheck) |
void |
setSelectWhereAlwayTrueCheck(boolean selectWhereAlwayTrueCheck) |
void |
setSelelctAllow(boolean selelctAllow) |
void |
setTableCheck(boolean tableCheck) |
void |
setTruncateAllow(boolean truncateAllow) |
void |
setUpdateAllow(boolean updateAllow) |
void |
setUpdateWhereAlayTrueCheck(boolean updateWhereAlayTrueCheck) |
void |
setVariantCheck(boolean variantCheck) |
public WallConfig()
public WallConfig(String dir)
public boolean isInited()
isInited 在接口中 WallConfigMBeanpublic String getDir()
getDir 在接口中 WallConfigMBeanpublic void setDir(String dir)
setDir 在接口中 WallConfigMBeanpublic void init()
init 在接口中 WallConfigMBeanpublic void loadConfig(String dir)
loadConfig 在接口中 WallConfigMBeanpublic boolean isNoneBaseStatementAllow()
isNoneBaseStatementAllow 在接口中 WallConfigMBeanpublic void setNoneBaseStatementAllow(boolean noneBaseStatementAllow)
setNoneBaseStatementAllow 在接口中 WallConfigMBeanpublic boolean isTruncateAllow()
isTruncateAllow 在接口中 WallConfigMBeanpublic void setTruncateAllow(boolean truncateAllow)
setTruncateAllow 在接口中 WallConfigMBeanpublic boolean isSelelctAllow()
isSelelctAllow 在接口中 WallConfigMBeanpublic void setSelelctAllow(boolean selelctAllow)
setSelelctAllow 在接口中 WallConfigMBeanpublic boolean isSelectIntoAllow()
isSelectIntoAllow 在接口中 WallConfigMBeanpublic void setSelectIntoAllow(boolean selectIntoAllow)
setSelectIntoAllow 在接口中 WallConfigMBeanpublic boolean isSelectIntoOutfileAllow()
isSelectIntoOutfileAllow 在接口中 WallConfigMBeanpublic void setSelectIntoOutfileAllow(boolean selectIntoOutfileAllow)
setSelectIntoOutfileAllow 在接口中 WallConfigMBeanpublic boolean isSelectUnionCheck()
isSelectUnionCheck 在接口中 WallConfigMBeanpublic void setSelectUnionCheck(boolean selectUnionCheck)
setSelectUnionCheck 在接口中 WallConfigMBeanpublic boolean isSelectWhereAlwayTrueCheck()
isSelectWhereAlwayTrueCheck 在接口中 WallConfigMBeanpublic void setSelectWhereAlwayTrueCheck(boolean selectWhereAlwayTrueCheck)
setSelectWhereAlwayTrueCheck 在接口中 WallConfigMBeanpublic boolean isSelectHavingAlwayTrueCheck()
isSelectHavingAlwayTrueCheck 在接口中 WallConfigMBeanpublic void setSelectHavingAlwayTrueCheck(boolean selectHavingAlwayTrueCheck)
setSelectHavingAlwayTrueCheck 在接口中 WallConfigMBeanpublic boolean isDeleteAllow()
isDeleteAllow 在接口中 WallConfigMBeanpublic void setDeleteAllow(boolean deleteAllow)
setDeleteAllow 在接口中 WallConfigMBeanpublic boolean isDeleteWhereAlwayTrueCheck()
isDeleteWhereAlwayTrueCheck 在接口中 WallConfigMBeanpublic void setDeleteWhereAlwayTrueCheck(boolean deleteWhereAlwayTrueCheck)
setDeleteWhereAlwayTrueCheck 在接口中 WallConfigMBeanpublic boolean isUpdateAllow()
isUpdateAllow 在接口中 WallConfigMBeanpublic void setUpdateAllow(boolean updateAllow)
setUpdateAllow 在接口中 WallConfigMBeanpublic boolean isUpdateWhereAlayTrueCheck()
isUpdateWhereAlayTrueCheck 在接口中 WallConfigMBeanpublic void setUpdateWhereAlayTrueCheck(boolean updateWhereAlayTrueCheck)
setUpdateWhereAlayTrueCheck 在接口中 WallConfigMBeanpublic boolean isInsertAllow()
isInsertAllow 在接口中 WallConfigMBeanpublic void setInsertAllow(boolean insertAllow)
setInsertAllow 在接口中 WallConfigMBeanpublic boolean isMergeAllow()
isMergeAllow 在接口中 WallConfigMBeanpublic void setMergeAllow(boolean mergeAllow)
setMergeAllow 在接口中 WallConfigMBeanpublic boolean isMultiStatementAllow()
isMultiStatementAllow 在接口中 WallConfigMBeanpublic void setMultiStatementAllow(boolean multiStatementAllow)
setMultiStatementAllow 在接口中 WallConfigMBeanpublic boolean isSchemaCheck()
isSchemaCheck 在接口中 WallConfigMBeanpublic void setSchemaCheck(boolean schemaCheck)
setSchemaCheck 在接口中 WallConfigMBeanpublic boolean isTableCheck()
isTableCheck 在接口中 WallConfigMBeanpublic void setTableCheck(boolean tableCheck)
setTableCheck 在接口中 WallConfigMBeanpublic boolean isFunctionCheck()
isFunctionCheck 在接口中 WallConfigMBeanpublic void setFunctionCheck(boolean functionCheck)
setFunctionCheck 在接口中 WallConfigMBeanpublic boolean isVariantCheck()
isVariantCheck 在接口中 WallConfigMBeanpublic void setVariantCheck(boolean variantCheck)
setVariantCheck 在接口中 WallConfigMBeanpublic boolean isObjectCheck()
isObjectCheck 在接口中 WallConfigMBeanpublic void setObjectCheck(boolean objectCheck)
setObjectCheck 在接口中 WallConfigMBeanpublic boolean isCommentAllow()
isCommentAllow 在接口中 WallConfigMBeanpublic void setCommentAllow(boolean commentAllow)
setCommentAllow 在接口中 WallConfigMBeanpublic Set<String> getPermitFunctions()
getPermitFunctions 在接口中 WallConfigMBeanpublic Set<String> getPermitTables()
getPermitTables 在接口中 WallConfigMBeanpublic Set<String> getPermitSchemas()
getPermitSchemas 在接口中 WallConfigMBeanpublic Set<String> getPermitVariants()
getPermitVariants 在接口中 WallConfigMBeanpublic Set<String> getPermitObjects()
getPermitObjects 在接口中 WallConfigMBeanpublic Set<String> getReadOnlyTables()
getReadOnlyTables 在接口中 WallConfigMBeanpublic boolean isMustParameterized()
public void setMustParameterized(boolean mustParameterized)
public boolean isPermitObjects(String name)
isPermitObjects 在接口中 WallConfigMBeanpublic boolean isPermitSchema(String name)
isPermitSchema 在接口中 WallConfigMBeanpublic boolean isPermitFunction(String name)
isPermitFunction 在接口中 WallConfigMBeanpublic boolean isCallAllow()
public void setCallAllow(boolean callAllow)
Copyright © 2012 Alibaba Group. All Rights Reserved.