The configuration of a JPA Store.
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | identity |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | true |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | true |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
data-source | STRING | false | true | JNDI URL for the Data Source. | |
entity-manager-factory | STRING | false | true | JNDI URL for the EntityManagerFactory. | |
entity-module | STRING | false | true | Module name from where the JPA entities and persistence unit must be loaded from. | |
entity-module-unit-name | STRING | false | true | identity | The name of the persistence unit when using the entity-module. |
support-attribute | BOOLEAN | false | true | true | Indicates if ad-hoc attributes are supported by the identity store. |
support-credential | BOOLEAN | false | true | true | Indicates if credentials are supported by the identity store. |