Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
HasPermissionResponse |
GPUdb.hasPermission(HasPermissionRequest request)
Checks if the specified user has the specified permission on the
specified object.
|
Modifier and Type | Method and Description |
---|---|
HasPermissionRequest |
HasPermissionRequest.setObject(String object)
Name of object to check for the requested permission.
|
HasPermissionRequest |
HasPermissionRequest.setObjectType(String objectType)
The type of object being checked.
|
HasPermissionRequest |
HasPermissionRequest.setOptions(Map<String,String> options)
Optional parameters.
|
HasPermissionRequest |
HasPermissionRequest.setPermission(String permission)
Permission to check for.
|
HasPermissionRequest |
HasPermissionRequest.setPrincipal(String principal)
Name of the user for which the permission is being checked.
|
Copyright © 2025. All rights reserved.