Modifier and Type | Method and Description |
---|---|
static <T extends ResponseType> |
EhealthServiceHelper.callEhealthService_1_0(SAMLToken token,
GenericRequest service,
Object request,
Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator ehealthReplyValidator) |
static <T extends ResponseType> |
EhealthServiceHelper.callEhealthServiceV1(SAMLToken token,
GenericRequest service,
Object request,
Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator ehealthReplyValidator) |
static <T extends StatusResponseType> |
EhealthServiceHelper.callEhealthServiceV2(SAMLToken token,
GenericRequest service,
Object request,
Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator ehealthReplyValidator) |
Constructor and Description |
---|
SAMLHolderOfKeyHandler(SAMLToken token) |
SAMLHolderOfKeyHandler(SAMLToken token,
Duration duration) |
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. |
static GenericRequest |
ServiceFactory.getService(SAMLToken token,
String serviceName)
Deprecated.
|
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 |
---|---|
MemberDataConsultationResponse |
MemberDataService.consultMemberData(SAMLToken token,
MemberDataConsultationRequest request)
Sends the consultation request to the WS and retrieves the response.
|
static GenericRequest |
ServiceFactory.getMemberDataSyncPort(SAMLToken token)
Creates a
GenericRequest for the given SAML token and soap action |
Modifier and Type | Method and Description |
---|---|
MemberDataConsultationResponse |
MemberDataServiceImpl.consultMemberData(SAMLToken token,
MemberDataConsultationRequest request) |
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
Get a therapeutic link
|
static GenericRequest |
ServiceFactory.getTherLinkPort(SAMLToken token)
Gets the therlink port
|
HasTherapeuticLinkResponse |
TherLinkService.hasTherapeuticLink(SAMLToken token,
HasTherapeuticLinkRequest request)
Check if a therapeutic link exists between the patient and healthcare party
|
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
Put a therapeutic link
|
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request) |
HasTherapeuticLinkResponse |
TherLinkServiceImpl.hasTherapeuticLink(SAMLToken token,
HasTherapeuticLinkRequest request) |
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request) |
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request) |
Modifier and Type | Method and Description |
---|---|
GetInsurabilityResponse |
VSBNetInsurabilityService.getInsurability(SAMLToken token,
GetInsurabilityRequest request) |
static GenericRequest |
ServiceFactory.getVSBInsurabilityService(SAMLToken token) |
Modifier and Type | Method and Description |
---|---|
GetInsurabilityResponse |
VSBNetnsurabilityServiceImpl.getInsurability(SAMLToken token,
GetInsurabilityRequest request) |
Modifier and Type | Method and Description |
---|---|
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3 |
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3.withSAMLToken(SAMLToken token) |
Constructor and Description |
---|
SAMLHolderOfKeyHandler(SAMLToken token) |
Modifier and Type | Method and Description |
---|---|
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3 |
WSSecHeaderGeneratorWss4jImpl.withSAMLToken(SAMLToken token) |
Modifier and Type | Method and Description |
---|---|
SAMLToken |
SAMLTokenFactory.createSamlToken(Element assertion,
Credential credential)
Creates a new SAMLToken object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLToken
Abstract class
|
class |
SAMLHolderOfKeyToken
The Class SAMLTokenImpl.
|
class |
SAMLSenderVouchesCredential
SAMLSenderVouchesCredential.
|
Modifier and Type | Method and Description |
---|---|
static GenericRequest |
ServiceFactory.getIdSupportV2Service(SAMLToken token) |
static GenericRequest |
ServiceFactory.getKGSSServiceSecured(SAMLToken token)
Gets the KGSSS service secured.
|
Modifier and Type | Method and Description |
---|---|
SAMLToken |
SessionItem.getSAMLToken()
Gets the sAML token.
|
static SAMLToken |
Session.getSAMLToken()
Convenience method to get the SAML token associated with the session.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.loadSession(SAMLToken token,
String hokPwd)
Load a session using a previously stored SAML token.
|
void |
SessionManager.loadSession(SAMLToken token,
String hokPwd,
String encryptionPwd)
Load a session using a previously stored SAML token with the associated eHealth Encryption Certificates, needed for sealing and
unsealing messages.
|
void |
SessionItem.setSAMLToken(SAMLToken token)
This method will set the samltoken when created
|
Modifier and Type | Method and Description |
---|---|
SAMLToken |
SessionItemImpl.getSAMLToken() |
Modifier and Type | Method and Description |
---|---|
void |
SessionManagerImpl.loadSession(SAMLToken token,
String hokPwd) |
void |
SessionManagerImpl.loadSession(SAMLToken token,
String hokPwd,
String encryptionPwd) |
void |
SessionItemImpl.setSAMLToken(SAMLToken token) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionValidator.validateToken(SAMLToken samlToken)
Method to check if the provided
SAMLToken is still valid. |
Modifier and Type | Method and Description |
---|---|
boolean |
SAMLSessionValidator.validateToken(SAMLToken samlToken) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.