Uses of Class
com.gpudb.protocol.GrantPermissionCredentialRequest
-
Packages that use GrantPermissionCredentialRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionCredentialRequest in com.gpudb
Methods in com.gpudb with parameters of type GrantPermissionCredentialRequest Modifier and Type Method Description GrantPermissionCredentialResponseGPUdb. grantPermissionCredential(GrantPermissionCredentialRequest request)Grants a credential-level permission to a user or role. -
Uses of GrantPermissionCredentialRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionCredentialRequest Modifier and Type Method Description GrantPermissionCredentialRequestGrantPermissionCredentialRequest. setCredentialName(String credentialName)Name of the credential on which the permission will be granted.GrantPermissionCredentialRequestGrantPermissionCredentialRequest. setName(String name)Name of the user or role to which the permission will be granted.GrantPermissionCredentialRequestGrantPermissionCredentialRequest. setOptions(Map<String,String> options)Optional parameters.GrantPermissionCredentialRequestGrantPermissionCredentialRequest. setPermission(String permission)Permission to grant to the user or role.
-