Interface AdminEndpointCfg

  • All Superinterfaces:
    Configuration, HttpEndpointCfg

    public interface AdminEndpointCfg
    extends HttpEndpointCfg
    A server-side interface for querying Admin Endpoint settings.

    The Admin Endpoint provides RESTful access to OpenDJ's monitoring and configuration backends.

    • Method Detail

      • addAdminEndpointChangeListener

        void addAdminEndpointChangeListener​(ConfigurationChangeListener<AdminEndpointCfg> listener)
        Register to be notified when this Admin Endpoint is changed.
        Parameters:
        listener - The Admin Endpoint configuration change listener.
      • removeAdminEndpointChangeListener

        void removeAdminEndpointChangeListener​(ConfigurationChangeListener<AdminEndpointCfg> listener)
        Deregister an existing Admin Endpoint configuration change listener.
        Parameters:
        listener - The Admin Endpoint configuration change listener.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.

        Default value: org.opends.server.protocols.http.rest2ldap.AdminEndpoint

        Specified by:
        getJavaClass in interface HttpEndpointCfg
        Returns:
        Returns the value of the "java-class" property.