Package com.gpudb.protocol
Class AlterUserRequest.Action
- java.lang.Object
-
- com.gpudb.protocol.AlterUserRequest.Action
-
- Enclosing class:
- AlterUserRequest
public static final class AlterUserRequest.Action extends Object
A set of string constants for theAlterUserRequestparameteraction.Modification operation to be applied to the user.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEUser may not loginstatic StringSET_ACTIVATEDIs the user allowed to login.static StringSET_COMMENTSets the comment for an internal user.static StringSET_DEFAULT_SCHEMASet the default_schema for an internal user.static StringSET_PASSWORDSets the password of the user.static StringSET_RESOURCE_GROUPSets the resource group for an internal user.static StringTRUEUser may login
-
-
-
Field Detail
-
SET_ACTIVATED
public static final String SET_ACTIVATED
Is the user allowed to login.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
User may login- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
User may not login- See Also:
- Constant Field Values
-
SET_COMMENT
public static final String SET_COMMENT
Sets the comment for an internal user.- See Also:
- Constant Field Values
-
SET_DEFAULT_SCHEMA
public static final String SET_DEFAULT_SCHEMA
Set the default_schema for an internal user. An empty string means the user will have no default schema.- See Also:
- Constant Field Values
-
SET_PASSWORD
public static final String SET_PASSWORD
Sets the password of the user. The user must be an internal user.- See Also:
- Constant Field Values
-
SET_RESOURCE_GROUP
public static final String SET_RESOURCE_GROUP
Sets the resource group for an internal user. The resource group must exist, otherwise, an empty string assigns the user to the default resource group.- See Also:
- Constant Field Values
-
-