Definition of a simple configured permission mapper.
| Type | STRING |
| Default Value | first |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Allowed Values |
or unless and xor first |
| Stability Level | default |
| Raw DMR model |
|
| Type | LIST |
| Is the attribute nillable? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| mapping-mode | STRING | false | true | first | The mapping mode that should be used in the event of multiple matches. |
| permission-mappings | LIST | false | false | The defined permission mappings. |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.elytron.simple-permission-mapper">
<param name="simple-permission-mapper" value="{resource name}"/>
<param name="mapping-mode" value="{value}"/>
<param name="permission-mappings" value="{value}"/>
<feature/>