Documentation Center

Default Claims

The Ambient Data Framework automatically adds a number of Claims to the Claim Store.

In this table, 'Claim scope' refers to the moment when the Claim is removed. If the scope is 'request', the Claim is removed when the request ends; if 'session', it is removed when the session ends.

Claim nameClaim descriptionClaim scope
DEFAULT_COOKIE_CLAIMA Boolean that, if set to true, generates cookies for Web site visitors.Request
REQUEST_COOKIESThe request cookies as a Map Map<String, String> (read-only)Request
REQUEST_FULL_URLThe full URL of the current request as a string (read-only)Request
REQUEST_HEADERSThe headers of the current request as a Map<String, String[]> (read-only)Request
REQUEST_PARAMETERSThe parameters of the current request as a Map<String, String[]> (read-only)Request
REQUEST_URIThe URI of the current request as a string (read-only)Request
RESPONSE_HEADERSThe headers of the current response as a Map<String, String> (read-only)Request
SERVER_VARIABLESThe server variables of the current request as a Map<String, String> (read-only)Request
SESSION_ATTRIBUTESThe attributes of the current session as a Map<String, Object> (read-only)Request
SESSION_IDThe ID of the current session as a string (read-only).Session
TRACKING_IDThe tracking ID as a string (read-only).Session