Modifier and Type | Class and Description |
---|---|
class |
AuditHttpApplication
Crest Application that instantiates the AuditService on the crest router.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthzHttpApplication
HTTP Application for authorization framework functional tests.
|
Modifier and Type | Class and Description |
---|---|
class |
JaspiHttpApplication
HTTP Application for JASPI authentication framework functional tests.
|
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 void |
BindingTest.addApplication(HttpApplication application)
Add an application to the server.
|
Modifier and Type | Method and Description |
---|---|
static org.glassfish.grizzly.http.server.HttpHandler |
GrizzlySupport.newGrizzlyHttpHandler(HttpApplication httpApplication)
Create a new Grizzly
HttpHandler wrapping the given common HTTP Framework HttpApplication . |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,HttpApplication> |
HttpFrameworkServletContextListener.getHttpApplications()
|
Constructor and Description |
---|
HttpFrameworkServlet(HttpApplication application)
Creates a new
HttpFrameworkServlet programmatically using the
specified HttpApplication . |
Modifier and Type | Class and Description |
---|---|
class |
ExampleHttpApplication
Example single
HttpApplication deployment which registers a
Handler that returns the application name and matched portion of
the request uri. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,HttpApplication> |
ExampleHttpFrameworkServletContextListener.getHttpApplications() |
Modifier and Type | Class and Description |
---|---|
class |
CrestHttpApplication
Http Application implementation to demonstrate integration with the Commons HTTP Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleSelfServiceApplication
Basic http application which initialises the user self service service.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.