public final class AuthorityChecker extends Object implements SQLChecker<AuthorityRule>
| 构造器和说明 |
|---|
AuthorityChecker() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule rule) |
boolean |
check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
BiPredicate<Object,Object> validator,
Object cipher,
AuthorityRule rule) |
org.apache.shardingsphere.infra.check.SQLCheckResult |
check(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
List<Object> parameters,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
String currentDatabase,
Map<String,org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase> databases,
AuthorityRule rule) |
boolean |
check(String databaseName,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule rule) |
int |
getOrder() |
Class<AuthorityRule> |
getTypeClass() |
public boolean check(String databaseName, org.apache.shardingsphere.infra.metadata.user.Grantee grantee, AuthorityRule rule)
check 在接口中 SQLChecker<AuthorityRule>public org.apache.shardingsphere.infra.check.SQLCheckResult check(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
List<Object> parameters,
org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
String currentDatabase,
Map<String,org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase> databases,
AuthorityRule rule)
check 在接口中 SQLChecker<AuthorityRule>public boolean check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
AuthorityRule rule)
check 在接口中 SQLChecker<AuthorityRule>public boolean check(org.apache.shardingsphere.infra.metadata.user.Grantee grantee,
BiPredicate<Object,Object> validator,
Object cipher,
AuthorityRule rule)
check 在接口中 SQLChecker<AuthorityRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<AuthorityRule>public Class<AuthorityRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<AuthorityRule>Copyright © 2022 The Apache Software Foundation. All rights reserved.