| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.credential | |
| org.picketlink.idm.credential.spi | |
| org.picketlink.idm.event | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
Agent |
IdentityManager.getAgent(String loginName)
Returns an
Agent with the given loginName. |
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 |
IdentityManager.addToGroup(Agent agent,
Group group)
|
void |
IdentityCache.putAgent(Realm realm,
Agent agent)
Inserts the specified
Agent into the cache, within the specified Partition. |
void |
IdentityManager.removeFromGroup(Agent member,
Group group)
|
void |
IdentityManager.updateCredential(Agent agent,
Object credential)
Updates a credential for the given
Agent. |
void |
IdentityManager.updateCredential(Agent agent,
Object credential,
Date effectiveDate,
Date expiryDate)
Updates a credential for the given
Agent. |
| Modifier and Type | Method and Description |
|---|---|
Agent |
Credentials.getValidatedAgent()
Returns the
Agent instance used to validate the credential. |
Agent |
AbstractBaseCredentials.getValidatedAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBaseCredentials.setValidatedAgent(Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialHandler.update(SecurityContext context,
Agent agent,
Object credential,
IdentityStore<?> identityStore,
Date effectiveDate,
Date expiryDate) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentUpdatedEvent.getAgent() |
Agent |
AgentDeletedEvent.getAgent() |
Agent |
AgentCreatedEvent.getAgent() |
| Constructor and Description |
|---|
AgentCreatedEvent(Agent agent) |
AgentDeletedEvent(Agent agent) |
AgentUpdatedEvent(Agent agent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
User
This interface represents a User; a human or non-human agent that may
consume the services provided by an application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAgent
Simple implementation of the Agent interface
|
class |
SimpleUser
A simple User implementation
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Authorization.getApplication() |
Agent |
GroupMembership.getMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorization.setApplication(Agent application) |
void |
GroupMembership.setMember(Agent member) |
| Constructor and Description |
|---|
Authorization(User user,
Agent application) |
GroupMembership(Agent member,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
IdentityStore.getAgent(SecurityContext context,
String id) |
| Modifier and Type | Method and Description |
|---|---|
<T extends CredentialStorage> |
CredentialStore.retrieveCredentials(SecurityContext context,
Agent agent,
Class<T> storageClass)
Returns a List of all credential state of the specified class, for the specified Agent
|
<T extends CredentialStorage> |
CredentialStore.retrieveCurrentCredential(SecurityContext context,
Agent agent,
Class<T> storageClass)
Return the currently active credential state of the specified class, for the specified Agent
|
void |
CredentialStore.storeCredential(SecurityContext context,
Agent agent,
CredentialStorage storage)
Store the specified credential state
|
void |
IdentityStore.updateCredential(SecurityContext context,
Agent agent,
Object credential,
Date effectiveDate,
Date expiryDate)
Updates the specified credential value for the specified Agent.
|
Copyright © 2013. All Rights Reserved.