public final class AuthorityChecker extends Object implements SQLChecker<AuthorityRule>
| 构造器和说明 |
|---|
AuthorityChecker() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule authorityRule) |
boolean |
check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
BiPredicate<Object,Object> validator,
Object cipher,
AuthorityRule authorityRule) |
SQLCheckResult |
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 |
check(String schemaName,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule authorityRule) |
int |
getOrder() |
Class<AuthorityRule> |
getTypeClass() |
public boolean check(String schemaName, org.apache.shardingsphere.infra.metadata.user.Grantee grantee, AuthorityRule authorityRule)
check 在接口中 SQLChecker<AuthorityRule>public SQLCheckResult 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)
check 在接口中 SQLChecker<AuthorityRule>public boolean check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule authorityRule)
check 在接口中 SQLChecker<AuthorityRule>public boolean check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
BiPredicate<Object,Object> validator,
Object cipher,
AuthorityRule authorityRule)
check 在接口中 SQLChecker<AuthorityRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.spi.ordered.OrderedSPI<AuthorityRule>public Class<AuthorityRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.spi.ordered.OrderedSPI<AuthorityRule>Copyright © 2021 The Apache Software Foundation. All rights reserved.