Uses of Interface
org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Packages that use HTTPEndpointCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of HTTPEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPEndpointCfgClient,? extends HTTPEndpointCfg>HTTPEndpointCfgClient. definition()Get the configuration definition associated with this HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type HTTPEndpointCfg Modifier and Type Method Description <C extends HTTPEndpointCfgClient>
CRootCfgClient. createHTTPEndpoint(ManagedObjectDefinition<C,? extends HTTPEndpointCfg> d, String name, Collection<PropertyException> exceptions)Creates a new HTTP Endpoint. -
Uses of HTTPEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HTTPEndpointCfg Modifier and Type Method Description HTTPEndpointCfgHTTPEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HTTPEndpointCfg Modifier and Type Method Description InstantiableRelationDefinition<HTTPEndpointCfgClient,HTTPEndpointCfg>RootCfgDefn. getHTTPEndpointsRelationDefinition()Get the "http-endpoints" relation definition.Class<HTTPEndpointCfg>HTTPEndpointCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HTTPEndpointCfg Modifier and Type Method Description HTTPEndpointCfgHTTPEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of HTTPEndpointCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HTTPEndpointCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceAdminEndpointCfgA server-side interface for querying Admin Endpoint settings.interfaceRest2ldapEndpointCfgA server-side interface for querying Rest2ldap Endpoint settings.Methods in org.forgerock.opendj.server.config.server that return HTTPEndpointCfg Modifier and Type Method Description HTTPEndpointCfgRootCfg. getHTTPEndpoint(String name)Gets the named HTTP Endpoint.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HTTPEndpointCfg Modifier and Type Method Description Class<? extends HTTPEndpointCfg>HTTPEndpointCfg. configurationClass()Gets the configuration class associated with this HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HTTPEndpointCfg Modifier and Type Method Description voidHTTPEndpointCfg. addChangeListener(ConfigurationChangeListener<HTTPEndpointCfg> listener)Register to be notified when this HTTP Endpoint is changed.voidRootCfg. addHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)Registers to be notified when new HTTP Endpoints are added.voidRootCfg. addHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)Registers to be notified when existing HTTP Endpoints are deleted.voidHTTPEndpointCfg. removeChangeListener(ConfigurationChangeListener<HTTPEndpointCfg> listener)Deregister an existing HTTP Endpoint configuration change listener.voidRootCfg. removeHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)Deregisters an existing HTTP Endpoint configuration add listener.voidRootCfg. removeHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)Deregisters an existing HTTP Endpoint configuration delete listener.
-