| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
SecurityConfigurationException |
IDMMessages.configurationAmbiguosFeatureForStore(FeatureSet.FeatureGroup feature,
IdentityStoreConfiguration config1,
IdentityStoreConfiguration config2) |
void |
IDMLogger.identityManagerInitConfigForRealms(IdentityStoreConfiguration config,
Set<String> realms) |
SecurityConfigurationException |
IDMMessages.storeConfigUnsupportedConfiguration(IdentityStoreConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAbstractStoreConfiguration<C extends BaseAbstractStoreConfiguration<?>>
The base class for store configurations
|
class |
FileIdentityStoreConfiguration |
class |
JPAIdentityStoreConfiguration
This interface defines the configuration parameters for a JPA based IdentityStore implementation.
|
class |
LDAPIdentityStoreConfiguration
A
BaseAbstractStoreConfiguration for the LDAP store. |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityStoreConfiguration> |
IdentityConfiguration.getConfiguredStores()
Returns all registered
IdentityStoreConfiguration instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityConfiguration.addConfig(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 |
|---|---|
<T extends IdentityStoreConfiguration> |
StoreFactory.createIdentityStore(T config,
SecurityContext 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.