public class GrpcRuleCheckServiceClient extends Object implements RuleCheckServiceClient
| 构造器和说明 |
|---|
GrpcRuleCheckServiceClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.tenant.data.domain.result.CheckResult |
check(String sql,
com.xforceplus.tenant.data.domain.authorization.Authorization authorization)
验证 SQL 在当前用户下的数据权限.
|
public com.xforceplus.tenant.data.domain.result.CheckResult check(String sql, com.xforceplus.tenant.data.domain.authorization.Authorization authorization)
RuleCheckServiceClientcheck 在接口中 RuleCheckServiceClientsql - 原始 sql.authorization - 授权信息.Copyright © 2021. All rights reserved.