-
configurations
Collection<E> configurations
A collection of all identity configurations. Each configuration has a unique name.
-
partitionConfigurations
Map<K,V> partitionConfigurations
Each partition is governed by a specific IdentityConfiguration, indicated by this Map. Every
IdentityConfiguration instance will also be found in the configurations property above.
-
stores
Map<K,V> stores
The store instances for each IdentityConfiguration, mapped by their corresponding IdentityStoreConfiguration
-
partitionManagementConfig
org.picketlink.idm.config.IdentityConfiguration partitionManagementConfig
The IdentityConfiguration that is responsible for managing partition CRUD operations. It is possible for this
value to be null, in which case partition management will not be supported.
-
attributeManagementConfig
org.picketlink.idm.config.IdentityConfiguration attributeManagementConfig
-
eventBridge
org.picketlink.idm.event.EventBridge eventBridge
The event bridge allows events to be "bridged" to an event bus, such as the CDI event bus
-
idGenerator
org.picketlink.idm.IdGenerator idGenerator
The ID generator is responsible for generating unique identifier values
-
relationshipMetadata
RelationshipMetadata relationshipMetadata