| org.apache.jetspeed.security.BasePrincipal
All known Subclasses: org.apache.jetspeed.security.impl.BasePrincipalImpl,
PREFS_GROUP_ROOT | final static String PREFS_GROUP_ROOT(Code) | | The Preferences group root node
|
PREFS_ROLE_ROOT | final static String PREFS_ROLE_ROOT(Code) | | The Preferences role root node
|
PREFS_USER_ROOT | final static String PREFS_USER_ROOT(Code) | | The Preferences user root node
|
getFullPath | String getFullPath()(Code) | | Provides the principal full path prepending PREFS_{PRINCPAL}_ROOT if not prepended.
The principal full path. |
isEnabled | boolean isEnabled()(Code) | | Getter for the enabled state
true if enabled |
isMapping | boolean isMapping()(Code) | | is this principal a security principal mapping or a real principal
true if is a mapping |
setEnabled | void setEnabled(boolean enabled)(Code) | | Setter for the enabled state
Parameters: enabled - The enabled state |
|
|