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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DescribedHttpApplication
An
HttpApplication that produces OpenAPI API Descriptors. |
Modifier and Type | Method and Description |
---|---|
static HttpApplication |
Applications.simpleHttpApplication(Handler handler,
Factory<Buffer> storage)
Create a simple
HttpApplication that just returns the provided arguments from the appropriate methods. |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,HttpApplication> |
HttpFrameworkServletContextListener.getHttpApplications()
|
Constructor and Description |
---|
HttpFrameworkServlet(HttpApplication application)
Deprecated.
Replaced by
HttpFrameworkServlet.HttpFrameworkServlet(HttpApplication, boolean) , which explicitly sets the
trustTransactionIdHeader field |
HttpFrameworkServlet(HttpApplication application,
boolean trustTransactionIdHeader)
Creates a new
HttpFrameworkServlet programmatically using the
specified HttpApplication . |
Modifier and Type | Class and Description |
---|---|
class |
AdminHttpApplication
Configuration class for the Identity Gateway Administration.
|
class |
GatewayHttpApplication
Configuration class for configuring the Identity Gateway.
|
Copyright 2011-2017 ForgeRock AS.