A realm definition that wraps two realms. One for default operation and the second to fail over to in case the first one is unavailable.
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | false |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | false |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| delegate-realm | STRING | true | false | Reference to the security realm to use as a default. | |
| emit-events | BOOLEAN | false | true | true | Whether SecurityEvent signifying delegate-realm unavailability should be emitted. |
| failover-realm | STRING | true | false | Reference to the security realm to use in case the delegate-realm is unavailable. |