Class HdapEndpoint


  • public final class HdapEndpoint
    extends HttpEndpoint<HdapEndpointCfg>
    Encapsulates configuration required to start a HDAP endpoint embedded in this LDAP server. Acts as a factory for HttpApplication.
    • Constructor Detail

      • HdapEndpoint

        public HdapEndpoint​(HdapEndpointCfg configuration,
                            ServerContext serverContext)
        Create a new HDAP endpoint with the supplied configuration.
        Parameters:
        configuration - Configuration to use for the HttpApplication
        serverContext - Server of this LDAP server
    • Method Detail

      • newHttpApplication

        public org.forgerock.http.HttpApplication newHttpApplication()
        Description copied from class: HttpEndpoint
        Create a new HttpApplication.
        Specified by:
        newHttpApplication in class HttpEndpoint<HdapEndpointCfg>
        Returns:
        an HttpApplication configured and ready to be started.