|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasePrincipal
The base principal.
Field Summary | |
---|---|
static String |
PREFS_GROUP_ROOT
The Preferences group root node |
static String |
PREFS_ROLE_ROOT
The Preferences role root node |
static String |
PREFS_USER_ROOT
The Preferences user root node |
Method Summary | |
---|---|
String |
getFullPath()
Provides the principal full path prepending PREFS_{PRINCPAL}_ROOT if not prepended. |
boolean |
isEnabled()
Getter for the enabled state |
boolean |
isMapping()
is this principal a security principal mapping or a real principal |
void |
setEnabled(boolean enabled)
Setter for the enabled state |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Field Detail |
---|
static final String PREFS_USER_ROOT
The Preferences user root node
static final String PREFS_GROUP_ROOT
The Preferences group root node
static final String PREFS_ROLE_ROOT
The Preferences role root node
Method Detail |
---|
String getFullPath()
Provides the principal full path prepending PREFS_{PRINCPAL}_ROOT if not prepended.
boolean isEnabled()
Getter for the enabled state
void setEnabled(boolean enabled)
enabled
- The enabled stateboolean isMapping()
is this principal a security principal mapping or a real principal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |