Uses of Interface
org.forgerock.http.DescribedHttpApplication
-
Packages that use DescribedHttpApplication Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
Uses of DescribedHttpApplication in org.forgerock.http
Methods in org.forgerock.http that return DescribedHttpApplication Modifier and Type Method Description static DescribedHttpApplication
Applications. describedHttpApplication(Handler handler, Factory<Buffer> storage, ApiProducer<io.swagger.models.Swagger> apiProducer)
Create a simpleDescribedHttpApplication
that just returns the provided arguments from the appropriate methods. -
Uses of DescribedHttpApplication in org.forgerock.openig.http
Classes in org.forgerock.openig.http that implement DescribedHttpApplication Modifier and Type Class Description class
AdminHttpApplication
Configuration class for the Identity Gateway Administration.
-