| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
SecurityConfigurationException |
IDMMessages.configurationAmbiguousFeatureForStore(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 |
AbstractIdentityStoreConfigurationBuilder<T extends IdentityStoreConfiguration,S extends IdentityStoreConfigurationBuilder<T,S>> |
interface |
IdentityStoreConfigurationBuilder<T extends IdentityStoreConfiguration,S extends IdentityStoreConfigurationBuilder<T,S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
|---|---|
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> |
IdentityConfiguration.getAdditionalIdentityStores()
Returns any additional mapping for identity stores.
|
List<IdentityStoreConfiguration> |
IdentityStoresConfiguration.getConfigurations() |
List<IdentityStoreConfiguration> |
IdentityConfiguration.getConfiguredStores()
Returns all registered
IdentityStoreConfiguration instances. |
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) |
boolean |
IdentityStoresConfigurationBuilder.isConfigured(Class<? extends IdentityStoreConfiguration> storeConfigType) |
| Constructor and Description |
|---|
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory) |
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory,
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> identityStores) |
IdentityStoresConfiguration(List<IdentityStoreConfiguration> configurations,
StoreFactory storeFactory,
Map<Class<? extends IdentityStoreConfiguration>,Class<? extends IdentityStore>> identityStores) |
| 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
|
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
|
Copyright © 2013. All Rights Reserved.