|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JPrincipal
| Field Summary | |
|---|---|
static java.lang.String |
SEPARATOR
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the principal's description. |
java.lang.String |
getDisplayName()
get display name of the principal. |
java.lang.String |
getOrganization()
get the organization that principal belongs to. |
int |
getType()
Gets the principal's type. |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Field Detail |
|---|
static final java.lang.String SEPARATOR
| Method Detail |
|---|
java.lang.String getDescription()
int getType()
java.lang.String getOrganization()
jet.server.api.admin.security.JOrganization JOrganization}java.lang.String getDisplayName()
organization is not null,
return organization + SEPARATOR + name, otherwise return value is same as name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||