Package org.forgerock.opendj.rest2ldap
Class Hdap
- java.lang.Object
-
- org.forgerock.opendj.rest2ldap.Hdap
-
public final class Hdap extends Object
Lightweight REST API providing native LDAP capabilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RequestHandler
newHdapRequestHandler(Options options)
Creates a new HDAP request handler with the provided options.
-
-
-
Field Detail
-
VERSION
public static final String VERSION
API version.- See Also:
- Constant Field Values
-
-
Method Detail
-
newHdapRequestHandler
public static RequestHandler newHdapRequestHandler(Options options)
Creates a new HDAP request handler with the provided options.- Parameters:
options
- The options.- Returns:
- The HDAP request handler.
-
-