Uses of Interface
org.forgerock.opendj.server.config.client.HTTPEndpointCfgClient
-
Packages that use HTTPEndpointCfgClient 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. -
-
Uses of HTTPEndpointCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of HTTPEndpointCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceAdminEndpointCfgClientA client-side interface for reading and modifying Admin Endpoint settings.interfaceRest2ldapEndpointCfgClientA client-side interface for reading and modifying Rest2ldap Endpoint settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type HTTPEndpointCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return HTTPEndpointCfgClient Modifier and Type Method Description HTTPEndpointCfgClientRootCfgClient. getHTTPEndpoint(String name)Gets the named HTTP Endpoint.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPEndpointCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPEndpointCfgClient,? extends HTTPEndpointCfg>HTTPEndpointCfgClient. definition()Get the configuration definition associated with this HTTP Endpoint. -
Uses of HTTPEndpointCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HTTPEndpointCfgClient Modifier and Type Method Description HTTPEndpointCfgClientHTTPEndpointCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPEndpointCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HTTPEndpointCfgClient Modifier and Type Method Description InstantiableRelationDefinition<HTTPEndpointCfgClient,HTTPEndpointCfg>RootCfgDefn. getHTTPEndpointsRelationDefinition()Get the "http-endpoints" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HTTPEndpointCfgClient Modifier and Type Method Description HTTPEndpointCfgClientHTTPEndpointCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPEndpointCfgClient> impl)Creates a client configuration view of the provided managed object.
-