ForgeRockClientHandler
A Handler available by default on the heap that chains a default ClientHandler with a TransactionIdOutboundFilter.
This Handler supports audit services by initiating and propagating audit information from PingGateway to the audit framework.
The following default ForgeRockClientHandler is available as a default object on the heap. Reference it by the name ForgeRockClientHandler.
{
"name": "ForgeRockClientHandler",
"type": "Chain",
"config": {
"filters": [ "TransactionIdOutboundFilter" ],
"handler": "ClientHandler"
}
}
Example
For an example that uses ForgeRockClientHandler to log interactions between PingGateway and AM, see Decorating PingGateway’s interactions with AM.