Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
static LDAPControl |
Converters.to(org.forgerock.opendj.ldap.controls.Control control)
Converts from OpenDJ LDAP SDK
Control to OpenDJ server
LDAPControl . |
Modifier and Type | Method and Description |
---|---|
static org.forgerock.opendj.ldap.controls.Control |
Converters.from(LDAPControl ldapControl)
Converts from OpenDJ server
LDAPControl to OpenDJ LDAP SDK
Control . |
Modifier and Type | Method and Description |
---|---|
static LDAPControl |
LDAPReader.readControl(org.forgerock.opendj.io.ASN1Reader reader)
Decodes the elements from the provided ASN.1 reader as an LDAP control.
|
Modifier and Type | Method and Description |
---|---|
static LDAPControl |
LDAPToolUtils.getControl(String argString,
PrintStream err)
Parse the specified command line argument to create the
appropriate LDAPControl.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.