---
title: CapturedUserPasswordContext
description: Provides the decrypted AM password of the current user. When the CapturedUserPasswordFilter processes a request, it injects the decrypted password from AM into this context.
component: pinggateway
version: 2026
page_id: pinggateway:reference:CapturedUserPasswordContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/CapturedUserPasswordContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  CapturedUserPasswordContext-properties: Properties
  CapturedUserPasswordContext-moreinfo: More information
---

# CapturedUserPasswordContext

Provides the decrypted AM password of the current user. When the [CapturedUserPasswordFilter](CapturedUserPasswordFilter.html) processes a request, it injects the decrypted password from AM into this context.

## Properties

The context is named `capturedPassword`, and is accessible at `${contexts.capturedPassword}`. The context has the following properties:

* `"raw"`: *byte*

  The decrypted password as bytes.

* `"value"`: *[java.lang.String](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html)*

  The decrypted password as a UTF-8 string.

## More information

[org.forgerock.openig.openam.CapturedUserPasswordContext](../_attachments/apidocs/org/forgerock/openig/openam/CapturedUserPasswordContext.html)
