| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
<T extends CredentialStorage> |
IdentityManager.retrieveCredentials(Agent agent,
Class<T> storageClass)
Returns a list of all stored credential values for the specified agent and credential storage class
|
<T extends CredentialStorage> |
IdentityManager.retrieveCurrentCredential(Agent agent,
Class<T> storageClass)
Returns the current stored credential value for the specific agent and credential storage class
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialStore.storeCredential(SecurityContext context,
Agent agent,
CredentialStorage storage)
Store the specified credential state
|
Copyright © 2013. All Rights Reserved.