| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.sample |
| Modifier and Type | Method and Description |
|---|---|
User |
IdentityCache.lookupUser(Realm realm,
String loginName)
Returns the cached User object for the specified id, in the specified Realm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityCache.putUser(Realm realm,
User user)
Inserts the specified user into the cache, for the specified Realm.
|
| Modifier and Type | Method and Description |
|---|---|
static User |
SampleModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User with the given loginName. |
Copyright © 2013. All Rights Reserved.