Package | Description |
---|---|
org.forgerock.openig.ldap |
Facilitates access to the OpenDJ LDAP SDK from within scripts.
|
Modifier and Type | Method and Description |
---|---|
LdapConnection |
LdapClient.connect(String host,
int port)
Returns an LDAP connection for the specified LDAP server.
|
LdapConnection |
LdapClient.connect(String host,
int port,
org.forgerock.opendj.ldap.LDAPOptions options)
Returns an LDAP connection for the specified LDAP server using the
provided LDAP options.
|
Copyright © 2014 ForgeRock AS. All rights reserved.