- Available Since
- 1.4-M4
Properties
| name |
data type |
description |
| authenticationMethod
|
string
|
|
| baseDn
|
string
|
|
| baseGroupsDn
|
string
|
|
| bindAuthenticatorEnabled
|
boolean
|
|
| bindDn
|
string
|
|
| contextFactory
|
string
|
|
| extraProperties
|
object
|
|
| extraPropertiesEntries
|
array of PropertyEntry
|
|
| hostName
|
string
|
|
| password
|
string
|
|
| port
|
number
|
|
| ssl
|
boolean
|
|
| useRoleNameAsGroup
|
boolean
|
|
| writable
|
boolean
|
|
Example
{
"hostName" : "...",
"port" : 12345.0,
"ssl" : true,
"baseDn" : "...",
"contextFactory" : "...",
"bindDn" : "...",
"password" : "...",
"authenticationMethod" : "...",
"extraProperties" : {
"property1" : "...",
"property2" : "..."
},
"bindAuthenticatorEnabled" : true,
"extraPropertiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"baseGroupsDn" : "...",
"writable" : true,
"useRoleNameAsGroup" : true
}