Uses of Class
com.gpudb.protocol.GrantPermissionCredentialResponse
-
Packages that use GrantPermissionCredentialResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionCredentialResponse in com.gpudb
Methods in com.gpudb that return GrantPermissionCredentialResponse Modifier and Type Method Description GrantPermissionCredentialResponseGPUdb. grantPermissionCredential(GrantPermissionCredentialRequest request)Grants a credential-level permission to a user or role.GrantPermissionCredentialResponseGPUdb. grantPermissionCredential(String name, String permission, String credentialName, Map<String,String> options)Grants a credential-level permission to a user or role. -
Uses of GrantPermissionCredentialResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionCredentialResponse Modifier and Type Method Description GrantPermissionCredentialResponseGrantPermissionCredentialResponse. setCredentialName(String credentialName)Value ofcredentialName.GrantPermissionCredentialResponseGrantPermissionCredentialResponse. setInfo(Map<String,String> info)Additional information.GrantPermissionCredentialResponseGrantPermissionCredentialResponse. setName(String name)Value ofname.GrantPermissionCredentialResponseGrantPermissionCredentialResponse. setPermission(String permission)Value ofpermission.
-