|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Discovery.UserCache
The cached user objects used by relyingParty will be filled with data. The relying party always gets from the cache with clone set to true.
Method Summary | |
---|---|
OpenIdUser |
get(String key,
boolean clone)
Gets the user assoicated with the given key from the cache;
The flag clone is whether to create a different instance containting
the same properties (useful when the OpenIdUser is not deserialized but instead
held in memory). |
void |
put(String key,
OpenIdUser user)
Puts the user associated with the key in the cache. |
Method Detail |
---|
OpenIdUser get(String key, boolean clone)
key
from the cache;
The flag clone
is whether to create a different instance containting
the same properties (useful when the OpenIdUser is not deserialized but instead
held in memory).
void put(String key, OpenIdUser user)
user
associated with the key
in the cache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |