Package com.gpudb.protocol
Class HasPermissionResponse.HasPermission
- java.lang.Object
-
- com.gpudb.protocol.HasPermissionResponse.HasPermission
-
- Enclosing class:
- HasPermissionResponse
public static final class HasPermissionResponse.HasPermission extends Object
A set of string constants for theHasPermissionResponseparameterhasPermission.Indicates whether the specified user has the specified permission on the specified target.
-
-
Field Detail
-
TRUE
public static final String TRUE
User has the effective queried permission- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
User does not have the queried permission- See Also:
- Constant Field Values
-
-