public interface JPrincipal extends Principal, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEPARATOR |
static int |
TYPE_GROUP
TYPE_GROUP Int identifier for principal type: group, value: 3.
|
static int |
TYPE_ROLE
TYPE_ROLE Int identifier for principal type: role, value: 2.
|
static int |
TYPE_USER
TYPE_USER Int identifier for principal type: user, value: 1.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the principal's description.
|
String |
getDisplayName()
get display name of the principal.
|
String |
getOrganization()
get the organization that principal belongs to.
|
int |
getType()
Gets the principal's type.
|
static final String SEPARATOR
static final int TYPE_USER
static final int TYPE_ROLE
static final int TYPE_GROUP
String getDescription()
int getType()
String getOrganization()
jet.server.api.admin.security.JOrganization JOrganization}© insightsoftware. All rights reserved.