Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
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 | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
configuration | OBJECT | false | true | The optional key/value configuration for the custom realm. | |
class-name | STRING | true | false | The class name of the implementation of the custom realm. | |
module | STRING | true | false | The module to use to load the custom realm. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. | |
name | STRING | true | false | The name of the attribute. | |
value | LIST | true | false | The value of the attribute. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. | |
name | STRING | true | false | The name of the attribute. | |
value | LIST | false | false | The value of the attribute. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
identity | STRING | true | false | The name of the identity. | |
bcrypt | OBJECT | false | false | A password using the Bcrypt algorithm. | |
clear | OBJECT | false | false | A password in clear text. | |
simple-digest | OBJECT | false | false | A simple digest password. | |
salted-simple-digest | OBJECT | false | false | A salted simple digest password. | |
scram-digest | OBJECT | false | false | A password using the SCRAM digest algorithm. | |
digest | OBJECT | false | false | A digest password. | |
otp | OBJECT | false | false | A one-time password, used by the OTP SASL mechanism. |