Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
PrivilegeResult |
RestApi.listDatabaseUsers(String projectId,
String databaseName,
String xAuthToken)
List Database Users
View the current database has permission to use or access all user names.
|
PrivilegeResult |
RestApi.listQueueUsers(String projectId,
String queueName,
String xAuthToken)
List queue users
Queries all the user names of the specified queue that can be used.
|
PrivilegeResult |
RestApi.listTableUserPrivileges(String projectId,
String databaseName,
String tableName,
String userName,
String xAuthToken)
List Table User Privileges
Query the specified user's privileges list on the table.
|
PrivilegeResult |
RestApi.listTableUsers(String projectId,
String databaseName,
String tableName,
String xAuthToken)
List Table Users
View all users who have access to the columns of the specified table or table.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PrivilegeResult> |
RestApi.listDatabaseUsersWithHttpInfo(String projectId,
String databaseName,
String xAuthToken)
List Database Users
View the current database has permission to use or access all user names.
|
ApiResponse<PrivilegeResult> |
RestApi.listQueueUsersWithHttpInfo(String projectId,
String queueName,
String xAuthToken)
List queue users
Queries all the user names of the specified queue that can be used.
|
ApiResponse<PrivilegeResult> |
RestApi.listTableUserPrivilegesWithHttpInfo(String projectId,
String databaseName,
String tableName,
String userName,
String xAuthToken)
List Table User Privileges
Query the specified user's privileges list on the table.
|
ApiResponse<PrivilegeResult> |
RestApi.listTableUsersWithHttpInfo(String projectId,
String databaseName,
String tableName,
String xAuthToken)
List Table Users
View all users who have access to the columns of the specified table or table.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listDatabaseUsersAsync(String projectId,
String databaseName,
String xAuthToken,
ApiCallback<PrivilegeResult> callback)
List Database Users (asynchronously)
View the current database has permission to use or access all user names.
|
okhttp3.Call |
RestApi.listQueueUsersAsync(String projectId,
String queueName,
String xAuthToken,
ApiCallback<PrivilegeResult> callback)
List queue users (asynchronously)
Queries all the user names of the specified queue that can be used.
|
okhttp3.Call |
RestApi.listTableUserPrivilegesAsync(String projectId,
String databaseName,
String tableName,
String userName,
String xAuthToken,
ApiCallback<PrivilegeResult> callback)
List Table User Privileges (asynchronously)
Query the specified user's privileges list on the table.
|
okhttp3.Call |
RestApi.listTableUsersAsync(String projectId,
String databaseName,
String tableName,
String xAuthToken,
ApiCallback<PrivilegeResult> callback)
List Table Users (asynchronously)
View all users who have access to the columns of the specified table or table.
|
Modifier and Type | Method and Description |
---|---|
PrivilegeResult |
PrivilegeResult.addPrivilegesItem(Object privilegesItem) |
PrivilegeResult |
PrivilegeResult.databaseName(String databaseName) |
PrivilegeResult |
PrivilegeResult.isSuccess(Boolean isSuccess) |
PrivilegeResult |
PrivilegeResult.message(String message) |
PrivilegeResult |
PrivilegeResult.privileges(List<Object> privileges) |
PrivilegeResult |
PrivilegeResult.queueName(String queueName) |
PrivilegeResult |
PrivilegeResult.userName(String userName) |
Copyright © 2023. All rights reserved.