A role mapper definition for a role mapper that adds a prefix to each provided.
| Type | STRING |
| Does the attribute allow expression? | 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 |
|---|---|---|---|---|---|
| prefix | STRING | true | true | The prefix to add to each role. |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.elytron.add-prefix-role-mapper">
<param name="add-prefix-role-mapper" value="{resource name}"/>
<param name="prefix" value="{value}"/>
<feature/>