public interface XuaProcessor
| Modifier and Type | Field and Description |
|---|---|
static XuaProcessor |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
enrichAuditDatasetFromXuaToken(org.apache.cxf.binding.soap.SoapMessage message,
org.apache.cxf.headers.Header.Direction headerDirection,
WsAuditDataset auditDataset)
Enriches the given audit dataset with elements from the XUA token (SAML2 assertion)
contained in the given CXF message.
|
static final XuaProcessor NOOP
void enrichAuditDatasetFromXuaToken(org.apache.cxf.binding.soap.SoapMessage message,
org.apache.cxf.headers.Header.Direction headerDirection,
WsAuditDataset auditDataset)
message - source CXF message.headerDirection - direction of the header containing the SAML2 assertion.auditDataset - target ATNA audit dataset.Copyright © 2020 Open eHealth Foundation. All rights reserved.