Class HdapEndpoint
java.lang.Object
org.opends.server.api.HttpEndpoint<HdapEndpointCfg>
org.opends.server.protocols.http.rest2ldap.HdapEndpoint
Encapsulates configuration required to start a HDAP endpoint embedded in this LDAP server.
Acts as a factory for
HttpApplication
.-
Field Summary
Fields inherited from class org.opends.server.api.HttpEndpoint
configuration, serverContext, USE_DEFAULT_BUFFER_FACTORY
-
Constructor Summary
ConstructorDescriptionHdapEndpoint
(HdapEndpointCfg configuration, ServerContext serverContext) Create a new HDAP endpoint with the supplied configuration. -
Method Summary
Modifier and TypeMethodDescriptionorg.forgerock.http.HttpApplication
Create a new HttpApplication.Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
Constructor Details
-
HdapEndpoint
Create a new HDAP endpoint with the supplied configuration.- Parameters:
configuration
- Configuration to use for theHttpApplication
serverContext
- Server of this LDAP server
-
-
Method Details
-
newHttpApplication
public org.forgerock.http.HttpApplication newHttpApplication()Description copied from class:HttpEndpoint
Create a new HttpApplication.- Specified by:
newHttpApplication
in classHttpEndpoint<HdapEndpointCfg>
- Returns:
- an
HttpApplication
configured and ready to be started.
-