| Package | Description |
|---|---|
| org.picketlink.idm.config | |
| org.picketlink.idm.spi |
| 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 |
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. |
protected IdentityStoresConfigurationBuilder |
IdentityStoresConfigurationBuilder.readFrom(List<? extends IdentityStoreConfiguration> fromConfiguration) |
| 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
|
interface |
PartitionStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that is also capable of providing partition management functionality
|
Copyright © 2013. All Rights Reserved.