Interface WebRequestEvidenceServiceCore

  • All Known Implementing Classes:
    WebRequestEvidenceServiceCore.Default

    public interface WebRequestEvidenceServiceCore
    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
    • Method Detail

      • addEvidenceFromRequest

        void addEvidenceFromRequest​(fiftyone.pipeline.core.data.FlowData flowData,
                                    javax.servlet.http.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