Modifier and Type | Method and Description |
---|---|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilder.handleGetResponse(GetResponse getResponse)
Checks and validates the response of a get request.
|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilder.handleGetResponse(GetResponse getResponse,
String projectName) |
boolean |
ResponseObjectBuilder.handlePostResponse(PostResponse postResponse)
Check the response of a post request.
|
<T> ProcessedMsgResponse<T> |
ResponseObjectBuilder.processEncryptedResponse(MsgResponse msgResponse,
String projectName,
Class<T> clazz) |
<T> ProcessedGetResponse |
ResponseObjectBuilder.processResponse(GetResponse getResponse,
Class<T> clazz,
String projectName,
String schemaLocation) |
SignatureVerificationResult |
ResponseObjectBuilder.validateMsgXadesT(Object value,
byte[] xadesT,
String projectName) |
SignatureVerificationResult |
ResponseObjectBuilder.validateTAckXadesT(Object value,
byte[] xadesT,
String projectName) |
Modifier and Type | Method and Description |
---|---|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilderImpl.handleGetResponse(GetResponse getResponse) |
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilderImpl.handleGetResponse(GetResponse getResponse,
String projectName) |
boolean |
ResponseObjectBuilderImpl.handlePostResponse(PostResponse postResponse) |
<T> ProcessedMsgResponse<T> |
ResponseObjectBuilderImpl.processEncryptedResponse(MsgResponse msgResponse,
String projectName,
Class<T> clazz) |
<T> ProcessedGetResponse |
ResponseObjectBuilderImpl.processResponse(GetResponse getResponse,
Class<T> clazz,
String projectName,
String schemaLocation) |
SignatureVerificationResult |
ResponseObjectBuilderImpl.validateMsgXadesT(Object value,
byte[] xadesT,
String projectName) |
SignatureVerificationResult |
ResponseObjectBuilderImpl.validateTAckXadesT(Object value,
byte[] xadesT,
String projectName) |
Modifier and Type | Class and Description |
---|---|
class |
GenAsyncSignatureValidationConnectorException
Connector Exception for Generic Async Connector.
|
Modifier and Type | Method and Description |
---|---|
SignatureVerificationResult |
DefaultCommonAsyncService.validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT) |
SignatureVerificationResult |
CommonAsyncService.validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT)
Method to validate asynchrounously the signature of a tack response against the original posted blob.
|
Modifier and Type | Method and Description |
---|---|
ConfirmResponse |
GenAsyncService.confirmRequest(SAMLToken token,
Confirm request,
WsAddressingHeader header)
Sends a Confirm request after a successful Get It only needs the SAMLtoken, no session needs to be active
|
GetResponse |
GenAsyncService.getRequest(SAMLToken token,
Get request,
WsAddressingHeader header)
Returns the
Responses from the post previously sent. |
PostResponse |
GenAsyncService.postRequest(SAMLToken token,
Post request,
WsAddressingHeader header)
Returns the
TAck of the request of an operation. |
Modifier and Type | Method and Description |
---|---|
ConfirmResponse |
GenAsyncServiceImpl.confirmRequest(SAMLToken token,
Confirm request,
WsAddressingHeader header) |
GetResponse |
GenAsyncServiceImpl.getRequest(SAMLToken token,
Get request,
WsAddressingHeader header) |
PostResponse |
GenAsyncServiceImpl.postRequest(SAMLToken token,
Post request,
WsAddressingHeader header) |
Modifier and Type | Method and Description |
---|---|
ConfirmResponse |
GenAsyncService.confirmRequest(Confirm request,
WsAddressingHeader header)
Sends a confirm request to the WS.
|
<T> T |
GenAsyncServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
GetResponse |
GenAsyncService.getRequest(Get request,
WsAddressingHeader header)
Returns the
Responses from the post previously sent and generate the token. |
PostResponse |
GenAsyncService.postRequest(Post request,
WsAddressingHeader header)
Returns the
TAck of the request of an operation and generate the token. |
Modifier and Type | Method and Description |
---|---|
ConfirmResponse |
GenAsyncServiceImpl.confirmRequest(Confirm request,
WsAddressingHeader header) |
GetResponse |
GenAsyncServiceImpl.getRequest(Get request,
WsAddressingHeader header) |
PostResponse |
GenAsyncServiceImpl.postRequest(Post request,
WsAddressingHeader header) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.