public class IdentityStoresConfiguration extends Object
| Constructor and Description |
|---|
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory) |
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory,
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> identityStores) |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityStoreConfiguration> |
getConfigurations() |
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> |
getIdentityStores() |
StoreFactory |
getStoreFactory() |
public IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations, StoreFactory storeFactory)
public IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations, StoreFactory storeFactory, Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> identityStores)
public List<IdentityStoreConfiguration> getConfigurations()
public StoreFactory getStoreFactory()
public Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> getIdentityStores()
Copyright © 2013. All Rights Reserved.