---
title: FileAttributesContext
description: Map of keys and value strings extracted with a FileAttributesFilter.
component: pinggateway
version: 2026
page_id: pinggateway:reference:FileAttributesContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/FileAttributesContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  properties: Properties
  more_information: More information
---

# FileAttributesContext

Map of keys and value strings extracted with a [FileAttributesFilter](FileAttributesFilter.html).

The content corresponds to the key-value pairs for a single record.

## Properties

The context is named `fileAttributes` and is accessible at `${contexts.fileAttributes}`.

The property keys are the `fields` of the FileAttributesFilter. For example, if the fields are `username` and `password`, access the username as `${contexts.fileAttributes.record.username}` and the password as `${contexts.fileAttributes.record.password}`.

## More information

[org.forgerock.openig.filter.FileAttributesContext](../_attachments/apidocs/org/forgerock/openig/filter/FileAttributesContext.html)
