| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.sample |
| 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 |
SampleModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent with the given loginName. |
Agent |
Authorization.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorization.setApplication(Agent application) |
| Constructor and Description |
|---|
Authorization(User user,
Agent application) |
Copyright © 2013. All Rights Reserved.