-
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
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
IdentityConfiguration attributeManagementConfig
The IdentityConfiguration that is responsible for managing attributes. It is possible for this
value to be null, in which case attribute management will not be supported.
-
eventBridge
EventBridge eventBridge
The event bridge allows events to be "bridged" to an event bus, such as the CDI event bus
-
idGenerator
IdGenerator idGenerator
The ID generator is responsible for generating unique identifier values
-
relationshipMetadata
RelationshipMetadata relationshipMetadata
Cache for relationship metadata
-
privilegeChainQuery
PrivilegeChainQuery privilegeChainQuery
Used for querying chained privileges
-
permissionHandlerPolicy
PermissionHandlerPolicy permissionHandlerPolicy
Permission handler policy