Package com.gpudb.protocol
Class GrantPermissionCredentialRequest.Permission
- java.lang.Object
-
- com.gpudb.protocol.GrantPermissionCredentialRequest.Permission
-
- Enclosing class:
- GrantPermissionCredentialRequest
public static final class GrantPermissionCredentialRequest.Permission extends Object
A set of string constants for theGrantPermissionCredentialRequestparameterpermission.Permission to grant to the user or role.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREDENTIAL_ADMINFull read/write and administrative access on the credential.static StringCREDENTIAL_READAbility to read and use the credential.
-
-
-
Field Detail
-
CREDENTIAL_ADMIN
public static final String CREDENTIAL_ADMIN
Full read/write and administrative access on the credential.- See Also:
- Constant Field Values
-
CREDENTIAL_READ
public static final String CREDENTIAL_READ
Ability to read and use the credential.- See Also:
- Constant Field Values
-
-