Package com.gpudb.protocol
Class ShowSecurityResponse.Types
- java.lang.Object
-
- com.gpudb.protocol.ShowSecurityResponse.Types
-
- Enclosing class:
- ShowSecurityResponse
public static final class ShowSecurityResponse.Types extends Object
A set of string constants for theShowSecurityResponseparametertypes.Map of user/role name to the type of that user/role.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTERNAL_USERA user whose credentials are managed by an external LDAP.static StringINTERNAL_USERA user whose credentials are managed by the database system.static StringROLEA role.
-
-
-
Field Detail
-
INTERNAL_USER
public static final String INTERNAL_USER
A user whose credentials are managed by the database system.- See Also:
- Constant Field Values
-
EXTERNAL_USER
public static final String EXTERNAL_USER
A user whose credentials are managed by an external LDAP.- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
A role.- See Also:
- Constant Field Values
-
-