Filter requests to Registration and Access endpoint (register new client/user in AHOI, grant bank access) and responses from Registration endpoint if encryption is active to add AHOI session security header and decrypt installationId from AHOI response
This filter is active only if encryption is needed.
It adds AHOI session security filter with encrypted session key and encrypted banking access data for Access endpoint if encryption is active. It decrypts installationId from AHOI Registration endpoint response if encryption is active.
EncryptSessionFilter
{AbstractHttpFilter}