Uses of Class
com.gpudb.protocol.HasPermissionRequest
-
Packages that use HasPermissionRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasPermissionRequest in com.gpudb
Methods in com.gpudb with parameters of type HasPermissionRequest Modifier and Type Method Description HasPermissionResponseGPUdb. hasPermission(HasPermissionRequest request)Checks if the specified user has the specified permission on the specified object. -
Uses of HasPermissionRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasPermissionRequest Modifier and Type Method Description HasPermissionRequestHasPermissionRequest. setObject(String object)Name of object to check for the requested permission.HasPermissionRequestHasPermissionRequest. setObjectType(String objectType)The type of object being checked.HasPermissionRequestHasPermissionRequest. setOptions(Map<String,String> options)Optional parameters.HasPermissionRequestHasPermissionRequest. setPermission(String permission)Permission to check for.HasPermissionRequestHasPermissionRequest. setPrincipal(String principal)Name of the user for which the permission is being checked.
-