Uses of Class
org.forgerock.openig.ldap.LdapConnection
-
Packages that use LdapConnection Package Description org.forgerock.openig.ldap Facilitates access to the OpenDJ LDAP SDK from within scripts. -
-
Uses of LdapConnection in org.forgerock.openig.ldap
Methods in org.forgerock.openig.ldap that return LdapConnection Modifier and Type Method Description LdapConnection
LdapClient. connect(String host, int port)
Returns an LDAP connection for the specified LDAP server.LdapConnection
LdapClient. connect(String host, int port, Options options)
Returns an LDAP connection for the specified LDAP server using the provided LDAP options.
-