Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.jdbc.internal.model.db | |
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 | Method and Description |
---|---|
Agent |
DefaultIdentityCache.lookupAgent(Realm realm,
String loginName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIdentityCache.putAgent(Realm realm,
Agent agent) |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageUtil.deleteAgent(DataSource dataSource,
Agent agent)
Delete
Agent |
List<Grant> |
RelationshipStorageUtil.loadGrantsForAgent(DataSource dataSource,
Agent agent)
|
List<GroupMembership> |
RelationshipStorageUtil.loadGroupMembershipsForAgent(DataSource dataSource,
Agent agent)
Load
GroupMembership for an Agent |
void |
UserStorageUtil.storeAgent(DataSource dataSource,
Agent agent)
Store a new
Agent |
void |
UserStorageUtil.updateAgent(DataSource dataSource,
Agent agent)
Update the stored
Agent |
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 © 2015. All rights reserved.