\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore Interface Reference

Detailed Description

Service used to populate the Evidence from a HttpServletRequest ready for it to be processed by the Pipeline.

The Pipeline's EvidenceKeyFilter is used to determine what should be collected from the request.

See also
Specification

Inheritance diagram for fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore:

[legend]

Classes

class  Default
Default implementation of the WebRequestEvidenceServiceCore service. More...

Public Member Functions

void  addEvidenceFromRequest (FlowData flowData, HttpServletRequest request)
Collect all the evidence needed from the request and add to the FlowData instance. More...

Member Function Documentation

◆ addEvidenceFromRequest()

void fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.addEvidenceFromRequest ( FlowData   flowData,
HttpServletRequest   request  
)

Collect all the evidence needed from the request and add to the FlowData instance.

Parameters
flowData - to get the FlowData#getEvidenceKeyFilter() from and add the evidence to
request - the HttpServletRequest to get the evidence from

Implemented in fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default, and fiftyone.pipeline.web.mvc.services.WebRequestEvidenceService.Default.