Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.config | |
org.picketlink.idm.spi |
Modifier and Type | Method and Description |
---|---|
SecurityConfigurationException |
IDMMessages.configCouldNotCreateStore(Class<? extends IdentityStore> storeClass,
IdentityStoreConfiguration storeConfiguration,
Exception e) |
SecurityConfigurationException |
IDMMessages.configStoreMultiplePartitionConfigExists(IdentityStoreConfiguration config1,
IdentityStoreConfiguration config2) |
SecurityConfigurationException |
IDMMessages.configUnknownStoreForConfiguration(IdentityStoreConfiguration storeConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityStoreConfigurationBuilder<T extends IdentityStoreConfiguration,S extends IdentityStoreConfigurationBuilder<T,S>>
Base class for
IdentityStoreConfigurationBuilder implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityStoreConfiguration
Base class for
IdentityStoreConfiguration implementations. |
class |
FileIdentityStoreConfiguration
Configuration class for the File-based
IdentityStore implementation. |
class |
JDBCIdentityStoreConfiguration
IdentityStoreConfiguration for JDBC Identity Stores |
class |
JPAIdentityStoreConfiguration
Defines the configuration for a JPA based IdentityStore implementation.
|
class |
LDAPIdentityStoreConfiguration
A
AbstractIdentityStoreConfiguration for the LDAP store. |
Modifier and Type | Method and Description |
---|---|
protected List<? extends IdentityStoreConfiguration> |
IdentityStoresConfigurationBuilder.create() |
List<? extends IdentityStoreConfiguration> |
IdentityConfiguration.getStoreConfiguration() |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityStoreConfigurationBuilder<?,?>> |
IdentityStoresConfigurationBuilder.add(Class<? extends IdentityStoreConfiguration> identityStoreConfiguration,
Class<T> builder)
Adds support for a custom
IdentityStore . |
<T extends IdentityStoreConfigurationBuilder<?,?>> |
IdentityStoreConfigurationChildBuilder.add(Class<? extends IdentityStoreConfiguration> identityStoreConfiguration,
Class<T> builder) |
<U extends IdentityStoreConfigurationBuilder<?,?>> |
IdentityStoreConfigurationBuilder.add(Class<? extends IdentityStoreConfiguration> identityStoreConfiguration,
Class<U> builder) |
protected IdentityStoresConfigurationBuilder |
IdentityStoresConfigurationBuilder.readFrom(List<? extends IdentityStoreConfiguration> fromConfiguration) |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that is also capable of providing attribute management functionality.
|
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
|
interface |
PartitionStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that is also capable of providing partition management functionality
|
Copyright © 2014. All Rights Reserved.