public interface RequestHandler
RequestHandler
interface needs to be implemented by high
level services and applications in order to be able to receive requests from
the Platform Low Level API.
High level services and applications shall return Response objects filled
with exception classes and exception messages if there is an exception during
the request processing.Request
Modifier and Type | Method and Description |
---|---|
ResponseSet |
process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext)
This interface must be implemented by high level services and
applications in order to receive requests from the Platform Low Level
API.
|
ResponseSet process(PLLAuditor auditor, List<Request> requests, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, javax.servlet.ServletContext servletContext)
auditor
- Delegate for publication of 'access' audit events.requests
- A SetservletRequest
- Reference to HttpServletRequest object.servletResponse
- Reference to HttpServletResponse object.servletContext
- Reference to ServletContext object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.