Uses of Interface
org.forgerock.http.HttpApplication
-
Packages that use HttpApplication Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.servlet Integrates with the Java Enterprise Edition Servlet API.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
Uses of HttpApplication in org.forgerock.http
Subinterfaces of HttpApplication in org.forgerock.http Modifier and Type Interface Description interfaceDescribedHttpApplicationAnHttpApplicationthat produces OpenAPI API Descriptors.Methods in org.forgerock.http that return HttpApplication Modifier and Type Method Description static HttpApplicationApplications. simpleHttpApplication(Handler handler, Factory<Buffer> storage)Create a simpleHttpApplicationthat just returns the provided arguments from the appropriate methods. -
Uses of HttpApplication in org.forgerock.http.servlet
Methods in org.forgerock.http.servlet that return types with arguments of type HttpApplication Modifier and Type Method Description protected abstract Map<String,HttpApplication>HttpFrameworkServletContextListener. getHttpApplications()Constructors in org.forgerock.http.servlet with parameters of type HttpApplication Constructor Description HttpFrameworkServlet(HttpApplication application)Deprecated.Replaced byHttpFrameworkServlet(HttpApplication, boolean, Clock), which explicitly sets thetrustTransactionIdHeaderfield and theClockto use.HttpFrameworkServlet(HttpApplication application, boolean trustTransactionIdHeader)Deprecated.Replaced byHttpFrameworkServlet(HttpApplication, boolean, Clock)which does not rely on the systemClockanymore.HttpFrameworkServlet(HttpApplication application, boolean trustTransactionIdHeader, Clock clock)Creates a newHttpFrameworkServletprogrammatically using the specifiedHttpApplication. -
Uses of HttpApplication in org.forgerock.openig.http
Classes in org.forgerock.openig.http that implement HttpApplication Modifier and Type Class Description classAdminHttpApplicationConfiguration class for the Identity Gateway Administration.classGatewayHttpApplicationConfiguration class for configuring the Identity Gateway.
-