Attributes Summary |
type : LDAPDirectoryType | The type of LDAP server to which to connect.
|
sslEnabled : boolean | Whether to enable Secure Socket Layer (SSL) communications between the application server security component and your LDAP directory service.
|
sslConfig : String | Specifies the Secure Socket Layer configuration to use for the LDAP connection.
|
baseDN : String | Specifies the base distinguished name of the directory service, indicating the starting point for LDAP searches of the directory service.
|
bindDN : String | Specifies the distinguished name for application server to use to bind to the directory service.
|
bindPassword : Password | Specifies the password for the application server to use to bind to the directory service.
|
searchTimeout : long | Specifies the timeout value in seconds for an LDAP server to respond before aborting a request.
|
monitorInterval : long | Specifies the time interval in minutes to monitor the aliveness of LDAP server(s).
|
reuseConnection : boolean | Should set to true by default to reuse the LDAP connection.
|
searchFilter : LDAPSearchFilter | Settings for performing searches of the LDAP user registry.
|
hosts : EndPoint
*
| Specifies one or more LDAP server host name and port.
|