Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal |
Modifier and Type | Method and Description |
---|---|
Agent |
IdentityCache.lookupAgent(Realm realm,
String loginName)
Returns the cached
Agent object for the specified id, in the specified Realm. |
User |
IdentityCache.lookupUser(Realm realm,
String loginName)
Returns the cached User object for the specified id, in the specified Realm.
|
void |
IdentityCache.putAgent(Realm realm,
Agent agent)
Inserts the specified
Agent into the cache, within the specified Partition. |
void |
IdentityCache.putUser(Realm realm,
User user)
Inserts the specified user into the cache, for the specified Realm.
|
Modifier and Type | Method and Description |
---|---|
Agent |
DefaultIdentityCache.lookupAgent(Realm realm,
String loginName) |
User |
DefaultIdentityCache.lookupUser(Realm realm,
String loginName) |
void |
DefaultIdentityCache.putAgent(Realm realm,
Agent agent) |
void |
DefaultIdentityCache.putUser(Realm realm,
User user) |
Copyright © 2019. All rights reserved.