|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAttributeStore
Factory that returns a Map of user attribute values for a particular client. The factory is used once for each connection if needed.
| Method Summary | |
|---|---|
void |
finish(java.util.Map<java.lang.String,java.lang.String> userAttributeMap)
Called when a Map previously returned by getUserAttributeMap() is no longer needed. |
java.util.Map<java.lang.String,java.lang.String> |
getUserAttributeMap(PortletRequest request,
java.util.Set<java.lang.String> names)
Return a map of user attributes. |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.String> getUserAttributeMap(PortletRequest request,
java.util.Set<java.lang.String> names)
throws java.io.IOException
names - a Set of names indicating the user attributes that should be
returned, may be null in which case all user attributes for the
user should be returned.
java.io.IOException
void finish(java.util.Map<java.lang.String,java.lang.String> userAttributeMap)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||