|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A user made of a Subject
and the user Preferences
.
Field Summary | |
static String |
USER_INFO_PROPERTY_SET
The default user attributes property set. |
Method Summary | |
Preferences |
getPreferences()
Getter for the user Preferences node, providing access to the
user preferences properties. |
Subject |
getSubject()
Getter for the user Subject populated with the
application principals. |
Preferences |
getUserAttributes()
Get the user attributes for a given user |
void |
setPreferences(Preferences preferences)
Setter for the user Preferences node, providing access to the
user preferences properties. |
void |
setSubject(Subject subject)
Setter for the user Subject populated with the
application principals. |
Field Detail |
public static final String USER_INFO_PROPERTY_SET
The default user attributes property set.
Method Detail |
public Subject getSubject()
Getter for the user Subject
populated with the
application principals.
Subject
.public void setSubject(Subject subject)
Setter for the user Subject
populated with the
application principals.
subject
- The Subject
.public Preferences getPreferences()
Getter for the user Preferences
node, providing access to the
user preferences properties.
Preferences
.public void setPreferences(Preferences preferences)
Setter for the user Preferences
node, providing access to the
user preferences properties.
preferences
- The Preferences
.public Preferences getUserAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |