Configures a security domain. Authentication, authorization, ACL, mapping, auditing and identity trust are configured here.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.security.legacy-security-domain | true |
none |
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Allowed Values |
default infinispan |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
cache-type | STRING | false | true | Adds a cache to speed up authentication checks. Allowed values are 'default' to use simple map as the cache and 'infinispan' to use an Infinispan cache. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.security.security-domain">
<param name="security-domain" value="{resource name}"/>
<param name="cache-type" value="{value}"/>
<feature/>