A key manager definition for creating the KeyManager as used to create an SSLContext.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.security.key-manager | true | /subsystem=security/elytron-key-manager=* | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | OBJECT | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| algorithm | STRING | false | true | The name of the algorithm to use to create the underlying KeyManagerFactory. | |
| alias-filter | STRING | false | 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 | |
| credential-reference | OBJECT | true | false | The credential reference to decrypt KeyStore item. (Not a password of the KeyStore.) | |
| key-store | STRING | true | false | Reference to the KeyStore to use to initialise the underlying KeyManagerFactory. | |
| provider-name | STRING | false | true | The name of the provider to use to create the underlying KeyManagerFactory. | |
| providers | STRING | false | false | Reference to obtain the Provider[] to use when creating the underlying KeyManagerFactory. |