◆ EvidenceKeyFilterShareUsage()
fiftyone.pipeline.engines.fiftyone.data.EvidenceKeyFilterShareUsage.EvidenceKeyFilterShareUsage | ( | List< String > | blockedHttpHeaders, |
List< String > | includedQueryStringParams, | ||
boolean | includeSession, | ||
String | sessionCookieName | ||
) |
Constructor.
- Parameters
-
- blockedHttpHeaders - a list of the names of the HTTP headers that share usage should not send to 51Degrees
- includedQueryStringParams - a list of the names of query string parameters that share usage should send to 51Degrees
- includeSession - if true then the session cookie will be included in the filter
- sessionCookieName - the name of the cookie that contains the session id
Member Function Documentation
◆ include()
boolean fiftyone.pipeline.engines.fiftyone.data.EvidenceKeyFilterShareUsage.include ( String key ) Check if the specified evidence key is included by this filter.
- Parameters
-
- key - the key to check
- Returns
- true if the key is included and false if not
Implements fiftyone.pipeline.core.data.EvidenceKeyFilter.
◆ order()
Integer fiftyone.pipeline.engines.fiftyone.data.EvidenceKeyFilterShareUsage.order ( String key ) Get the order of precedence of the specified key.
- Parameters
-
- key - the key to check
- Returns
- the order, where lower values indicate a higher order of precedence. Null if the key is not in the white list
Implements fiftyone.pipeline.core.data.EvidenceKeyFilter.