A connection factory that can be used by a security realm to access an LDAP server as a source of authentication and authorization information.
| Attribute | Value |
|---|---|
| Default Value | com.sun.jndi.ldap.LdapCtxFactory |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | false |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| initial-context-factory | STRING | false | true | The initial context factory to establish the LdapContext. | |
| search-credential | STRING | true | true | The credential to use when connecting to perform a search. | |
| url | STRING | true | true | The URL to use to connect to the LDAP server. | |
| search-dn | STRING | true | true | The distinguished name to use when connecting to the LDAP server to perform searches. |