A SaslServerFactory definition that wraps another SaslServerFactory and applies the specified configuration and filtering.
| Attribute | Value |
|---|---|
| Type | LIST |
| Nillable | false |
| Expressions Allowed | false |
| Storage | runtime |
| Access Type | read-only |
| Attribute | Value |
|---|---|
| Type | LIST |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Attribute | Value |
|---|---|
| Type | OBJECT |
| 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 |
|---|---|
| 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 |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| filters | LIST | false | false | List of filters to be evaluated sequentially combining the results using 'or'. | |
| properties | OBJECT | false | true | Custom properties to be passed in to the sasl server factory calls. | |
| protocol | STRING | false | true | The protocol that should be passed into factory when creating the mechanism. | |
| sasl-server-factory | STRING | true | false | The sasl server factory to be wrapped. | |
| server-name | STRING | false | true | The server name that should be passed into factory when creating the mechanism. |