public class GrpcRuleCheckServiceClient extends Object implements RuleCheckServiceClient
| Constructor and Description |
|---|
GrpcRuleCheckServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface RuleCheckServiceClientsql - 原始 sql.authorization - 授权信息.Copyright © 2021. All rights reserved.