Package org.forgerock.opendj.rest2ldap
Class HdapHttpApplication
java.lang.Object
org.forgerock.opendj.rest2ldap.HdapHttpApplication
- All Implemented Interfaces:
org.forgerock.http.DescribedHttpApplication
,org.forgerock.http.HttpApplication
public final class HdapHttpApplication
extends Object
implements org.forgerock.http.DescribedHttpApplication
Hdap Http application.
-
Constructor Summary
ConstructorDescriptionDefault constructor called by the HTTP Framework which will use the default configuration directory. -
Method Summary
-
Constructor Details
-
HdapHttpApplication
public HdapHttpApplication()Default constructor called by the HTTP Framework which will use the default configuration directory.
-
-
Method Details
-
start
public org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException- Specified by:
start
in interfaceorg.forgerock.http.HttpApplication
- Throws:
org.forgerock.http.HttpApplicationException
-
getBufferFactory
- Specified by:
getBufferFactory
in interfaceorg.forgerock.http.HttpApplication
-
stop
public void stop()- Specified by:
stop
in interfaceorg.forgerock.http.HttpApplication
-
getApiProducer
public org.forgerock.http.ApiProducer<io.swagger.models.Swagger> getApiProducer()- Specified by:
getApiProducer
in interfaceorg.forgerock.http.DescribedHttpApplication
-