CapturedUserPasswordContext
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.
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- 
The decrypted password as a UTF-8 string.