Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
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 |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | UTF-8 |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Attribute | Value |
---|---|
Default Value | base64 |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Allowed Values | base64 hex |
Attribute | Value |
---|---|
Type | OBJECT |
Nillable | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
allow-blank-password | BOOLEAN | false | true | false | Does this realm support blank password direct verification? Blank password attempt will be rejected otherwise. |
dir-context | STRING | true | false | The configuration to connect to a LDAP server. | |
direct-verification | BOOLEAN | false | true | false | Does this realm support verification of credentials by directly connecting to LDAP as the account being authenticated? |
hash-charset | STRING | false | true | UTF-8 | The character set to use when converting the password string to a byte array. |
hash-encoding | STRING | false | true | base64 | The string format for the password if it is not stored in plain text. |
identity-mapping | OBJECT | true | false | The configuration options that define how principals are mapped to their corresponding entries in the underlying LDAP server. |
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. |