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 | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
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 |
---|---|---|---|---|---|
search-dn | STRING | false | true | The distinguished name to use when connecting to the LDAP server to perform searches. | |
search-credential | STRING | false | true | The credential to use when connecting to perform a search. | |
security-realm | STRING | false | false | The security realm to reference to obtain a configured SSLContext to use when establishing the connection. | |
url | STRING | true | true | The URL to use to connect to the LDAP server. | |
initial-context-factory | STRING | false | true | com.sun.jndi.ldap.LdapCtxFactory | The initial context factory to establish the LdapContext. |