A simple credential store to manage secret keys store clearly.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.security.credential-store | true |  /subsystem=elytron/credential-store=*  |  
| Attribute | Value | 
|---|---|
| Default Value | true | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | key | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | 256 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Allowed Values |  128 192 256  |  
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | true | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Allowed Values |  DOWN STARTING START_FAILED UP STOPPING REMOVED  |  
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| path | STRING | true | true | The path to the credential store. | |
| relative-to | STRING | false | false | A reference to a previously defined path that the path is relative to. | |
| create | BOOLEAN | false | true | true | If the credential store does not exist should it be dynamically created? | 
| default-alias | STRING | false | true | key | The alias name of any key generated by default. | 
| key-size | INT | false | true | 256 | The default size for any generated keys. | 
| populate | BOOLEAN | false | true | true | If the credential store does not contain the default-alias should it be dynamically added? | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias of the SecretKey to export. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias to use when storing the new SecretKey. | |
| key-size | INT | false | true | The size of key to generate (bits). | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias to use when storing the imported SecretKey. | |
| key | STRING | true | false | The previously exported key to import. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| alias | STRING | true | false | The alias of the credential store item to remove. |