| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.credential.spi | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.credentialInvalidCredentialStoreType(Class<? extends IdentityStore> type) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> |
IdentityConfiguration.getAdditionalIdentityStores()
Returns any additional mapping for identity stores.
|
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> |
IdentityStoresConfiguration.getIdentityStores() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityStoreConfigurationBuilder<?,?>> |
IdentityStoresConfigurationBuilder.add(Class<? extends IdentityStoreConfiguration> identityStoreConfiguration,
Class<? extends IdentityStore<?>> identityStore,
Class<T> builder) |
| Constructor and Description |
|---|
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory,
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> identityStores) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Performs credential validation and persists credential state to a Store.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialHandler |
CredentialHandlerFactory.getCredentialUpdater(Class<?> credentialClass,
IdentityStore<?> identityStore) |
CredentialHandler |
CredentialHandlerFactory.getCredentialValidator(Class<? extends Credentials> credentialsClass,
IdentityStore<?> identityStore) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that supports the storage of raw credential state also
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityStoreConfiguration> |
StoreFactory.createIdentityStore(T config,
SecurityContext context)
Creates an instance of an IdentityStore using the provided configuration
|
IdentityStore<?> |
StoreFactory.getStoreForFeature(SecurityContext context,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation) |
IdentityStore<?> |
StoreFactory.getStoreForFeature(SecurityContext context,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation,
Class<? extends Relationship> relationshipClass) |
| Modifier and Type | Method and Description |
|---|---|
CredentialHandler |
SecurityContext.getCredentialUpdater(Class<?> credentialClass,
IdentityStore identityStore)
Returns a CredentialHandler instance capable of updating a credential of the specified Credentials class, for the
specified IdentityStore class
|
CredentialHandler |
SecurityContext.getCredentialValidator(Class<? extends Credentials> credentialsClass,
IdentityStore identityStore)
Returns a CredentialHandler instance capable of validating a credential of the specified Credentials class, for the
specified IdentityStore class
|
void |
ContextInitializer.initContextForStore(SecurityContext context,
IdentityStore<?> store) |
Copyright © 2013. All Rights Reserved.