\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default Class Reference

Detailed Description

Default implementation of the WebRequestEvidenceServiceCore service.

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

[legend]

Collaboration diagram for fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default:

[legend]

Public Member Functions

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

Protected Member Functions

void  checkAndAdd (FlowData flowData, String key, Object value)
Check if the FlowData requires this item of evidence, and add it if it does. More...

Member Function Documentation

◆ checkAndAdd()

void fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default.checkAndAdd ( FlowData   flowData,
String   key,
Object   value  
)
protected

Check if the FlowData requires this item of evidence, and add it if it does.

Parameters
flowData - to check and add to
key - the key to check and add
value - the value to add if the check passes