public interface StoreFactory
| Modifier and Type | Method and Description |
|---|---|
IdentityStore |
createIdentityStore(IdentityStoreConfiguration config,
IdentityStoreInvocationContext context)
Creates an instance of an IdentityStore using the provided configuration
|
void |
mapIdentityConfiguration(Class<? extends IdentityStoreConfiguration> configClass,
Class<? extends IdentityStore<?>> storeClass)
Maps specific implementations of IdentityStoreConfiguration to a corresponding
IdentityStore implementation.
|
IdentityStore createIdentityStore(IdentityStoreConfiguration config, IdentityStoreInvocationContext context)
config - void mapIdentityConfiguration(Class<? extends IdentityStoreConfiguration> configClass, Class<? extends IdentityStore<?>> storeClass)
configClass - storeClass - Copyright © 2013. All Rights Reserved.