| Class | Description |
|---|---|
| AttributeDef |
Class for defining the Attributes.
|
| AttributeRef |
Class for defining the Attribute references by the entity.
|
| EntitiesConfig |
Class for defining the attributes, entitites and entity relationships
configuration.
|
| EntityDef |
Class for defining the entity with list of attributes, entity type, ID
attribute that uniquely identifies the entity and list of allowed operations
on the entity.
|
| EntityRelationship |
Class for definining the relationship between two different entities
|
| IdentityStoreConfig |
Class for defining the physical Identity store configuration with
host/port (or connection url), credentials to connect to the identity store,
type of identity store, connection pool parameters and other configuration
parameters.
|
| OperationalConfig |
Class for defining Operational configuration used while initializing Identity
Directory instance.
|
| Enum | Description |
|---|---|
| AttributeDef.DataType |
Attribute data type
|
| AttributeRef.FilterType |
Attribute filter type.
|
| EntityDef.EntityType |
Type of entity
|
| EntityRelationship.RelationshipType |
Type of relationship - OneToOne, OneToMany, ManyToOne or ManyToMany
|
| IdentityStoreConfig.HAOption |
High availability option
|
| IdentityStoreConfig.IdentityStoreType |
Type of Identity Store
|
| IdentityStoreConfig.KeyStoreType |
Key Store Type
|
| IdentityStoreConfig.UserStateMode |
User State Mode type
|