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 interface
DescribedHttpApplication
AnHttpApplication
that produces OpenAPI API Descriptors.Methods in org.forgerock.http that return HttpApplication Modifier and Type Method Description static HttpApplication
Applications. simpleHttpApplication(Handler handler, Factory<Buffer> storage)
Create a simpleHttpApplication
that 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 thetrustTransactionIdHeader
field and theClock
to use.HttpFrameworkServlet(HttpApplication application, boolean trustTransactionIdHeader)
Deprecated.Replaced byHttpFrameworkServlet(HttpApplication, boolean, Clock)
which does not rely on the systemClock
anymore.HttpFrameworkServlet(HttpApplication application, boolean trustTransactionIdHeader, Clock clock)
Creates a newHttpFrameworkServlet
programmatically 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 class
AdminHttpApplication
Configuration class for the Identity Gateway Administration.class
GatewayHttpApplication
Configuration class for configuring the Identity Gateway.
-