| Package | Description |
|---|---|
| org.picketlink.idm.config | |
| org.picketlink.idm.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAbstractStoreConfiguration
The base class for store configurations
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityStoreConfiguration> |
IdentityConfiguration.getConfiguredStores()
Returns all registered
IdentityStoreConfiguration instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityConfiguration.addStoreConfiguration(IdentityStoreConfiguration config)
Registers a
IdentityStoreConfiguration. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityStore<T extends IdentityStoreConfiguration>
IdentityStore representation providing minimal SPI
|
| Modifier and Type | Method and Description |
|---|---|
IdentityStore |
StoreFactory.createIdentityStore(IdentityStoreConfiguration config,
IdentityStoreInvocationContext context)
Creates an instance of an IdentityStore using the provided configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFactory.mapIdentityConfiguration(Class<? extends IdentityStoreConfiguration> configClass,
Class<? extends IdentityStore<?>> storeClass)
Maps specific implementations of IdentityStoreConfiguration to a corresponding
IdentityStore implementation.
|
Copyright © 2013. All Rights Reserved.