Uses of Interface
org.forgerock.http.ApiProducer
-
Packages that use ApiProducer Package Description org.forgerock.api ForgeRock API Descriptor models, builders, and utilities.org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.services.descriptor Classes that allow services to be described.org.forgerock.services.routing This package provides a simple framework for implementing routers. -
-
Uses of ApiProducer in org.forgerock.api
Classes in org.forgerock.api that implement ApiProducer Modifier and Type Class Description classCrestApiProducerAnApiProducerimplementation for CREST resources, that providesApiDescriptiondescriptors.Methods in org.forgerock.api that return ApiProducer Modifier and Type Method Description ApiProducer<ApiDescription>CrestApiProducer. newChildProducer(String idFragment) -
Uses of ApiProducer in org.forgerock.http
Methods in org.forgerock.http that return ApiProducer Modifier and Type Method Description ApiProducer<io.swagger.models.Swagger>DescribedHttpApplication. getApiProducer()Provides the OpenAPI descriptor producer with which to produce the API.ApiProducer<D>ApiProducer. newChildProducer(String idFragment)Create a child producer with the same type, but with the extra ID fragment.Methods in org.forgerock.http with parameters of type ApiProducer Modifier and Type Method Description static DescribedHttpApplicationApplications. describedHttpApplication(Handler handler, Factory<Buffer> storage, ApiProducer<io.swagger.models.Swagger> apiProducer)Create a simpleDescribedHttpApplicationthat just returns the provided arguments from the appropriate methods. -
Uses of ApiProducer in org.forgerock.json.resource
Methods in org.forgerock.json.resource with parameters of type ApiProducer Modifier and Type Method Description ApiDescriptionAbstractConnectionWrapper. api(ApiProducer<ApiDescription> producer)ApiDescriptionDescribedSyncRequestHandlerAdapter. api(ApiProducer<ApiDescription> producer)ApiDescriptionFilterChain. api(ApiProducer<ApiDescription> producer) -
Uses of ApiProducer in org.forgerock.services.descriptor
Methods in org.forgerock.services.descriptor with parameters of type ApiProducer Modifier and Type Method Description DDescribable. api(ApiProducer<D> producer)Provide the API description for the component. -
Uses of ApiProducer in org.forgerock.services.routing
Methods in org.forgerock.services.routing with parameters of type ApiProducer Modifier and Type Method Description DAbstractRouter. api(ApiProducer<D> producer)protected DAbstractRouter. buildApi(ApiProducer<D> producer)Build an api with a givenApiProducer.<D> DDelegatingRouteMatcher. transformApi(D descriptor, ApiProducer<D> producer)abstract <D> DRouteMatcher. transformApi(D descriptor, ApiProducer<D> producer)Transform the API Descriptor as appropriate for the parent router's view of the child routes.
-