The configuration of the security subsystem.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.legacy-security.server-security-manager | false | none |
org.wildfly.legacy-security.subject-factory | false | none |
org.wildfly.legacy-security | false | none |
Attribute | Value |
---|---|
Default Value | false |
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 | jvm |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
deep-copy-subject-mode | BOOLEAN | false | true | false | Sets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable. It should be set to true if subject include mutable content that can be corrupted when multiple threads have the same identity and cache flushes/logout clearing the subject in one thread results in subject references affecting other threads. |
initialize-jacc | BOOLEAN | false | true | true | Indicates if this subsystem should be in charge of initializing Jakarta Authorization related services. |