Uses of Class
org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
Packages that use WsAuditDataset Package Description org.openehealth.ipf.commons.ihe.ws org.openehealth.ipf.commons.ihe.ws.correlation org.openehealth.ipf.commons.ihe.ws.cxf.audit -
-
Uses of WsAuditDataset in org.openehealth.ipf.commons.ihe.ws
Classes in org.openehealth.ipf.commons.ihe.ws with type parameters of type WsAuditDataset Modifier and Type Class Description classJaxWsAsyncResponseServiceFactory<AuditDatasetType extends WsAuditDataset>Factory for Web Services serving asynchronous responsesclassJaxWsClientFactory<AuditDatasetType extends WsAuditDataset>Factory for ITI Web Service stubs.classJaxWsRequestClientFactory<AuditDatasetType extends WsAuditDataset>Factory for ITI Web Service stubsclassJaxWsRequestServiceFactory<AuditDatasetType extends WsAuditDataset>Factory for Web Services serving requestsclassJaxWsServiceFactory<AuditDatasetType extends WsAuditDataset>Factory for Web ServicesinterfaceWsInteractionId<ConfigType extends WsTransactionConfiguration<? extends WsAuditDataset>>classWsTransactionConfiguration<T extends WsAuditDataset>Contains information about a Web Service-based transaction. -
Uses of WsAuditDataset in org.openehealth.ipf.commons.ihe.ws.correlation
Classes in org.openehealth.ipf.commons.ihe.ws.correlation with type parameters of type WsAuditDataset Modifier and Type Interface Description interfaceAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>Interface for message correlators in asynchronous Web Service-based eHealth transactions.classEhcacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>Ehcache-based implementation of asynchronous message correlator.classSpringCacheAsynchronyCorrelator<AuditDatasetType extends WsAuditDataset>Ehcache-based implementation of asynchronous message correlator.Methods in org.openehealth.ipf.commons.ihe.ws.correlation with parameters of type WsAuditDataset Modifier and Type Method Description voidAsynchronyCorrelator. storeAuditDataset(String messageId, WsAuditDataset auditDataset)Stores audit dataset.voidEhcacheAsynchronyCorrelator. storeAuditDataset(String messageId, WsAuditDataset auditDataset)voidSpringCacheAsynchronyCorrelator. storeAuditDataset(String messageId, WsAuditDataset auditDataset) -
Uses of WsAuditDataset in org.openehealth.ipf.commons.ihe.ws.cxf.audit
Classes in org.openehealth.ipf.commons.ihe.ws.cxf.audit with type parameters of type WsAuditDataset Modifier and Type Class Description classAbstractAuditInterceptor<T extends WsAuditDataset>Base class for all ATNA audit-related CXF interceptors.classAuditInRequestInterceptor<T extends WsAuditDataset>CXF interceptor for ATNA auditing in WS-based IHE transactions with WSA asynchrony support.classAuditOutRequestInterceptor<T extends WsAuditDataset>CXF interceptor for ATNA auditing in WS-based IHE transactions with WSA asynchrony support.classAuditResponseInterceptor<T extends WsAuditDataset>CXF interceptor for ATNA auditing in WS-based IHE transactions with WSA asynchrony support.Methods in org.openehealth.ipf.commons.ihe.ws.cxf.audit with parameters of type WsAuditDataset Modifier and Type Method Description protected static voidAbstractAuditInterceptor. 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.voidXuaProcessor. 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.protected static voidAbstractAuditInterceptor. extractAddressesFromServletRequest(org.apache.cxf.binding.soap.SoapMessage message, WsAuditDataset auditDataset)Extracts service URI and client IP address from the servlet request.protected static voidAbstractAuditInterceptor. extractClientCertificateCommonName(org.apache.cxf.binding.soap.SoapMessage message, WsAuditDataset auditDataset)Extract TLS information from servlet request, if availableprotected static voidAbstractAuditInterceptor. extractUserIdFromWSAddressing(org.apache.cxf.binding.soap.SoapMessage message, boolean isInbound, boolean inverseWsaDirection, WsAuditDataset auditDataset)Extracts user ID from an WS-Addressing SOAP header and stores it in the given audit dataset.
-