| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.basic |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityCache.putAgent(Realm realm,
Agent agent)
Inserts the specified
Agent into the cache, within the specified Partition. |
| Modifier and Type | Class and Description |
|---|---|
class |
User
This class represents a User; a human agent that may authenticate with the application
|
| Modifier and Type | Method and Description |
|---|---|
static Agent |
BasicModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent instance with the given loginName. |
Copyright © 2014. All Rights Reserved.