A simple security realm definition backed by the filesystem.
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | true | 
| 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 | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | 2 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| 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 | 
|---|---|---|---|---|---|
| credential-store | STRING | false | true | The reference to the credential store that contains the secret key to encrypt and decrypt the realm. | |
| encoded | BOOLEAN | false | true | true | Whether the identity names should be stored encoded (Base32) in file names. If encryption is configured, this attribute is ignored. | 
| 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. | 
| key-store | STRING | false | true | The reference to the key store that contains the key pair to use to verify integrity. | |
| key-store-alias | STRING | false | true | The alias that identifies the PrivateKeyEntry within the key store to use to verify integrity. | |
| levels | INT | false | true | 2 | The number of levels of directory hashing to apply. | 
| secret-key | STRING | false | true | The alias of the secret key to encrypt and decrypt the realm. | |
| path | STRING | true | true | The path to the file containing the realm. | |
| relative-to | STRING | false | false | The pre-defined path the path is relative to. | 
| 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. |