| 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 |
|---|---|
User |
Authorization.getUser() |
static User |
SampleModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User with the given loginName. |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorization.setUser(User user) |
| Constructor and Description |
|---|
Authorization(User user,
Agent application) |
Copyright © 2013. All Rights Reserved.