Default Claims

A list of Claims that the Ambient Data Framework adds to the Claim Store by default.

  • REQUEST_HEADERS—contains the headers of the current request as a Map<String, String[]> (read-only)
  • REQUEST_PARAMETERS—contains the parameters of the current request as a Map<String, String[]> (read-only)
  • REQUEST_URI—contains the URI of the current request as a string
  • SERVER_VARIABLES—contains the server variables of the current request as a Map<String, String[]> (read-only)
  • SESSION_ATTRIBUTES—contains the attributes of the current session as a Map<String, Object> (read-only)
  • SESSION_ID—contains the ID of the current session as a string