Package org.forgerock.openig.handler
Handles HTTP requests by generating responses.
-
Class Summary Class Description ClientHandler Submits requests to remote servers.ClientHandler.Heaplet Creates and initializes a client handler in a heap environment.DesKeyGenHandler Creates a static response with a generated DES key.DesKeyGenHandler.Heaplet Creates and initializes a DES key generator handler in a heap environment.DispatchHandler Dispatches to one of a list of handlers.DispatchHandler.Heaplet Creates and initializes a dispatch handler in a heap environment.Handlers Provides commonly used handler implementations.MockDataGenerator Generates realistic mock values for OpenAPI schema properties.OpenApiMockResponseHandler AHandlerthat generates valid mock HTTP responses with realistic test data derived from an OpenAPI / Swagger specification.OpenApiMockResponseHandler.Heaplet Creates and initialises anOpenApiMockResponseHandlerin a heap environment.ScriptableHandler A scriptable handler.ScriptableHandler.Heaplet Creates and initializes a scriptable handler in a heap environment.SequenceHandler Processes a request through a sequence of handlers.SequenceHandler.Heaplet Creates and initializes a sequence handler in a heap environment.StaticResponseHandler Creates a static HTTP response.StaticResponseHandler.Heaplet Creates and initializes a static response handler in a heap environment.WelcomeHandler Creates a static response containing a simple HTML welcome page.WelcomeHandler.Heaplet Creates and initializes a static response handler in a heap environment.