Class AdminEndpoint
- java.lang.Object
-
- org.opends.server.api.HttpEndpoint<AdminEndpointCfg>
-
- org.opends.server.protocols.http.rest2ldap.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).
-
-
Field Summary
-
Fields inherited from class org.opends.server.api.HttpEndpoint
configuration, serverContext, USE_DEFAULT_BUFFER_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AdminEndpoint(AdminEndpointCfg configuration, ServerContext serverContext)
Create a new AdminEndpoint with the supplied configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.http.HttpApplication
newHttpApplication()
Create a new HttpApplication.-
Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
-
-
-
Constructor Detail
-
AdminEndpoint
public AdminEndpoint(AdminEndpointCfg configuration, ServerContext serverContext)
Create a new AdminEndpoint with the supplied configuration.- Parameters:
configuration
- Configuration to use for theHttpApplication
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 classHttpEndpoint<AdminEndpointCfg>
- Returns:
- an
HttpApplication
configured and ready to be started.
-
-