public interface UserContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attrKey)
Returns an attribute related to the user identity.
|
String |
getId()
Retrieves the user id or null if it is not known.
|
Map<String,String> |
getInformations()
The user profile information keyed by P3PConstants
|
Locale |
getLocale()
Return the user locale.
|
List<Locale> |
getLocales()
Retrieves the locales that the user is willing to receive information in.
|
void |
setAttribute(String attrKey,
Object attrValue)
Set an attribute related to the user identity.
|
String getId()
Map<String,String> getInformations()
org.gatein.common.p3p.P3PConstantsLocale getLocale()
List<Locale> getLocales()
void setAttribute(String attrKey, Object attrValue)
attrKey - the attribute keyattrValue - the attribute valueCopyright © 2003-2017 GateIn. All Rights Reserved.