public static final class ShowSecurityResponse.Types extends Object
INTERNAL_USER
: A user whose credentials are managed by the database
system.
EXTERNAL_USER
: A user whose credentials are managed by an external
LDAP.
ROLE
: A role.
types
.Modifier and Type | Field and Description |
---|---|
static String |
EXTERNAL_USER
A user whose credentials are managed by an external LDAP.
|
static String |
INTERNAL_USER
A user whose credentials are managed by the database system.
|
static String |
ROLE
A role.
|
public static final String INTERNAL_USER
public static final String EXTERNAL_USER
public static final String ROLE
Copyright © 2020. All rights reserved.