A server side SNI Aware SSLContext that selects between an underlying context based on the provided SNI name
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.security.ssl-context | true | /subsystem=elytron/server-ssl-context=* /subsystem=elytron/client-ssl-context=* | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | OBJECT | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| default-ssl-context | STRING | true | false | The context to use if no SNI information is present, or if it does not match any mappings | |
| host-context-map | OBJECT | false | false | A mapping between a server name and an SSContext |