boolean |
AuthorityChecker.check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule authorityRule) |
boolean |
AuthorityChecker.check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
BiPredicate<Object,Object> validator,
Object cipher,
AuthorityRule authorityRule) |
SQLCheckResult |
AuthorityChecker.check(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
List<Object> parameters,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
String currentSchema,
Map<String,org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData> metaDataMap,
AuthorityRule authorityRule) |
boolean |
AuthorityChecker.check(String schemaName,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule authorityRule) |