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