| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config |
| Modifier and Type | Method and Description |
|---|---|
SecurityConfigurationException |
IDMMessages.jpaConfigMappedPropertyNotFound(Class<?> entityType,
String propertyName,
Class<?> type) |
SecurityConfigurationException |
IDMMessages.jpaConfigNoEntityClassesProvided() |
SecurityConfigurationException |
IDMMessages.jpaConfigRequiredMappingAnnotation(Class<?> entityType,
Class<? extends Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
PartitionManager.createIdentityManager()
Creates an IdentityManager instance for the default partition
|
IdentityManager |
PartitionManager.createIdentityManager(Partition partition)
Creates an IdentityManager for the specified partition
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationNotSupportedException
An
OperationNotSupportedException is thrown to indicate that a AttributedType or
IdentityStoreConfiguration.IdentityOperation is not supported by the configuration. |
| Modifier and Type | Method and Description |
|---|---|
IdentityConfiguration |
IdentityConfigurationBuilder.build() |
IdentityConfiguration |
IdentityConfigurationChildBuilder.build()
Builds a single
IdentityConfiguration. |
List<IdentityConfiguration> |
IdentityConfigurationBuilder.buildAll() |
List<IdentityConfiguration> |
IdentityConfigurationChildBuilder.buildAll()
Builds all named configurations.
|
protected abstract T |
Builder.create()
Creates a new configuration.
|
protected List<IdentityConfiguration> |
IdentityConfigurationBuilder.create() |
void |
AbstractIdentityStoreConfiguration.init() |
void |
IdentityStoreConfiguration.init()
Initializes the store configuration with the specified
FeatureSet. |
protected void |
LDAPIdentityStoreConfiguration.initConfig() |
protected void |
FileIdentityStoreConfiguration.initConfig() |
protected Builder<List<IdentityConfiguration>> |
IdentityConfigurationBuilder.readFrom(List<IdentityConfiguration> fromConfiguration) |
protected abstract Builder<T> |
Builder.readFrom(T fromConfiguration)
Reads a pre-created configuration.
|
protected abstract void |
Builder.validate()
Validates the internal state.
|
protected void |
IdentityConfigurationBuilder.validate() |
| Constructor and Description |
|---|
IdentityConfigurationBuilder(List<IdentityConfiguration> configurations)
Creates a new instance reading all the configuration from a previously created list of
IdentityConfiguration. |
Copyright © 2013. All Rights Reserved.