A filtering KeyStore definition.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.security.key-store | true |
/subsystem=elytron/ldap-key-store=* /subsystem=elytron/key-store=* /subsystem=security/elytron-key-store=* /subsystem=security/elytron-trust-store=* |
| 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 |
|
| Type | STRING |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Stability Level | default |
| Raw DMR model |
|
| Type | STRING |
| Where is the attribute stored? | runtime |
| Access Type | read-only |
| Allowed Values |
DOWN STARTING START_FAILED UP STOPPING REMOVED |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| alias-filter | STRING | true | true | A filter to apply to the aliases returned from the KeyStore, can either be a comma separated list of aliases to return or one of the following formats ALL:-alias1:-alias2, NONE:+alias1:+alias2 | |
| key-store | STRING | true | false | Name of filtered KeyStore. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias of the KeyStore item to read. | |
| verbose | BOOLEAN | false | false | true | Whether or not to include the public key and encoded form of a certificate in the output. The default value is true. |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| recursive | BOOLEAN | false | false | false | Include information about each alias in the KeyStore. The default value is false. |
| verbose | BOOLEAN | false | false | true | Whether or not to include the public key and encoded form of a certificate in the output. The default value is true. |
| Raw DMR model |
|
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias of the KeyStore item to remove. |
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.elytron.filtering-key-store">
<param name="filtering-key-store" value="{resource name}"/>
<param name="alias-filter" value="{value}"/>
<param name="key-store" value="{value}"/>
<feature/>