Class AdminEndpoint


  • public final class AdminEndpoint
    extends HttpEndpoint<AdminEndpointCfg>
    An HTTP endpoint providing access to the server's monitoring backend (cn=monitor) and its configuration (cn=config).
    • Constructor Detail

      • AdminEndpoint

        public AdminEndpoint​(AdminEndpointCfg configuration,
                             ServerContext serverContext)
        Create a new AdminEndpoint 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<AdminEndpointCfg>
        Returns:
        an HttpApplication configured and ready to be started.