Uses of Interface
be.ehealth.technicalconnector.service.sts.security.SAMLToken

Packages that use SAMLToken
be.ehealth.businessconnector.addressbook.service   
be.ehealth.businessconnector.addressbook.service.impl   
be.ehealth.businessconnector.chapterIV.service   
be.ehealth.businessconnector.chapterIV.service.impl   
be.ehealth.businessconnector.dics.service   
be.ehealth.businessconnector.dicsv2.service   
be.ehealth.businessconnector.ehbox.v3.service Contains the interface of the service publication and consultation and the factory to get it back 
be.ehealth.businessconnector.ehbox.v3.service.impl   
be.ehealth.businessconnector.insurability.service   
be.ehealth.businessconnector.insurability.service.impl   
be.ehealth.businessconnector.insurabilityv2.service   
be.ehealth.businessconnector.insurabilityv2.service.impl   
be.ehealth.businessconnector.therlink.service   
be.ehealth.businessconnector.therlink.service.impl   
be.ehealth.businessconnector.wsconsent.service   
be.ehealth.businessconnector.wsconsent.service.impl   
be.ehealth.technicalconnector.handler   
be.ehealth.technicalconnector.service.sts   
be.ehealth.technicalconnector.service.sts.security.impl   
be.ehealth.technicalconnector.service.ws   
be.ehealth.technicalconnector.session   
be.ehealth.technicalconnector.session.impl   
be.ehealth.technicalconnector.validator   
be.ehealth.technicalconnector.validator.impl   
be.ehealth.technicalconnector.ws.domain   
 

Uses of SAMLToken in be.ehealth.businessconnector.addressbook.service
 

Methods in be.ehealth.businessconnector.addressbook.service with parameters of type SAMLToken
 GetOrganizationContactInfoResponse AddressbookTokenService.getOrganizationContactInfo(SAMLToken token, GetOrganizationContactInfoRequest request)
           
 GetProfessionalContactInfoResponse AddressbookTokenService.getProfessionalContactInfo(SAMLToken token, GetProfessionalContactInfoRequest request)
           
static GenericRequest TokenServiceFactory.getService(SAMLToken token)
          Get the service
 SearchOrganizationsResponse AddressbookTokenService.searchOrganizations(SAMLToken token, SearchOrganizationsRequest request)
           
 SearchProfessionalsResponse AddressbookTokenService.searchProfessionals(SAMLToken token, SearchProfessionalsRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.addressbook.service.impl
 

Methods in be.ehealth.businessconnector.addressbook.service.impl with parameters of type SAMLToken
 GetOrganizationContactInfoResponse AddressbookTokenServiceImpl.getOrganizationContactInfo(SAMLToken token, GetOrganizationContactInfoRequest request)
           
 GetProfessionalContactInfoResponse AddressbookTokenServiceImpl.getProfessionalContactInfo(SAMLToken token, GetProfessionalContactInfoRequest request)
           
 SearchOrganizationsResponse AddressbookTokenServiceImpl.searchOrganizations(SAMLToken token, SearchOrganizationsRequest request)
           
 SearchProfessionalsResponse AddressbookTokenServiceImpl.searchProfessionals(SAMLToken token, SearchProfessionalsRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.chapterIV.service
 

Methods in be.ehealth.businessconnector.chapterIV.service with parameters of type SAMLToken
 AskChap4MedicalAdvisorAgreementResponse ChapterIVService.askChap4MedicalAdvisorAgreement(SAMLToken token, AskChap4MedicalAdvisorAgreementRequest request)
          returns the AskChap4MedicalAdvisorAgreementResponse.
 ConsultChap4MedicalAdvisorAgreementResponse ChapterIVService.consultChap4MedicalAdvisorAgreement(SAMLToken token, ConsultChap4MedicalAdvisorAgreementRequest request)
          returns the ConsultChap4MedicalAdvisorAgreementResponse.
static GenericRequest ServiceFactory.getAdmissionService(SAMLToken token)
          Gets the admission service.
static GenericRequest ServiceFactory.getConsultationService(SAMLToken token)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.chapterIV.service.impl
 

Methods in be.ehealth.businessconnector.chapterIV.service.impl with parameters of type SAMLToken
 AskChap4MedicalAdvisorAgreementResponse ChapterIVServiceImpl.askChap4MedicalAdvisorAgreement(SAMLToken token, AskChap4MedicalAdvisorAgreementRequest request)
           
 ConsultChap4MedicalAdvisorAgreementResponse ChapterIVServiceImpl.consultChap4MedicalAdvisorAgreement(SAMLToken token, ConsultChap4MedicalAdvisorAgreementRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.dics.service
 

Methods in be.ehealth.businessconnector.dics.service with parameters of type SAMLToken
static GenericRequest ServiceFactory.getDicsService(SAMLToken token, String soapAction)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.dicsv2.service
 

Methods in be.ehealth.businessconnector.dicsv2.service with parameters of type SAMLToken
static GenericRequest ServiceFactory.getDicsService(SAMLToken token, String soapAction)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.ehbox.v3.service
 

Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type SAMLToken
 DeleteMessageResponse ConsultationService.deleteMessage(SAMLToken token, DeleteMessageRequest request)
           delete specific message.
 DeleteOoOResponse ConsultationService.deleteOoO(SAMLToken token, DeleteOoORequest request)
           get list of periods of OoO for specific user.
 GetAllEhboxesMessagesListResponse ConsultationService.getAllEhboxesMessagesList(SAMLToken initSession, GetAllEhboxesMessagesListRequest request)
           retrieve all messages from given source for all mailboxes.
 GetBoxInfoResponse ConsultationService.getBoxInfo(SAMLToken token, GetBoxInfoRequest getBoxInfoRequest)
          Gets the box info.
static GenericRequest ServiceFactory.getConsultationService(SAMLToken token)
          Gets the consultation service.
 GetFullMessageResponse ConsultationService.getFullMessage(SAMLToken token, GetFullMessageRequest messageRequest)
          Gets the full message.
 GetFullMessageResponse ConsultationService.getFullMessage(SAMLToken token, MessageRequestType messageRequestType)
          Deprecated. use getFullMessage(SamlToken token , GetFullMessageRequest request) instead
 GetMessageAcknowledgmentsStatusResponse ConsultationService.getMessageAcknowledgmentsStatusResponse(SAMLToken token, GetMessageAcknowledgmentsStatusRequest messageAcknowledgmentsStatusRequest)
          Get the acknowlegement status.
 GetHistoryResponse ConsultationService.getMessageHistory(SAMLToken token, GetHistoryRequest messageRequestType)
          Gets the message history.
 GetHistoryResponse ConsultationService.getMessageHistory(SAMLToken token, MessageRequestType messageRequestType)
          Deprecated. use getFullMessage(SamlToken token , GetHistoryRequest request) instead
 GetMessagesListResponse ConsultationService.getMessageList(SAMLToken token, GetMessagesListRequest messagesListRequest)
          Gets the message list.
 GetOoOListResponse ConsultationService.getOoOList(SAMLToken token, GetOoOListRequest request)
           delete specific OoO périod.
static GenericRequest ServiceFactory.getPublicationService(SAMLToken token)
          Gets the publication service.
 InsertOoOResponse ConsultationService.insertOoO(SAMLToken token, InsertOoORequest request)
           insert Out Of Office period.
 MoveMessageResponse ConsultationService.moveMessage(SAMLToken token, MoveMessageRequest messageRequestType)
          Move to in box.
 SendMessageResponse PublicationService.sendMessage(SAMLToken token, SendMessageRequest sendMessageRequest)
          Send message.
 

Uses of SAMLToken in be.ehealth.businessconnector.ehbox.v3.service.impl
 

Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type SAMLToken
 DeleteMessageResponse ConsultationServiceImpl.deleteMessage(SAMLToken token, DeleteMessageRequest request)
           
 DeleteOoOResponse ConsultationServiceImpl.deleteOoO(SAMLToken token, DeleteOoORequest request)
           
 GetAllEhboxesMessagesListResponse ConsultationServiceImpl.getAllEhboxesMessagesList(SAMLToken token, GetAllEhboxesMessagesListRequest request)
           
 GetBoxInfoResponse ConsultationServiceImpl.getBoxInfo(SAMLToken token, GetBoxInfoRequest getBoxInfoRequest)
          Gets the box info.
 GetFullMessageResponse ConsultationServiceImpl.getFullMessage(SAMLToken token, GetFullMessageRequest request)
           
 GetFullMessageResponse ConsultationServiceImpl.getFullMessage(SAMLToken token, MessageRequestType request)
          Deprecated. 
 GetMessageAcknowledgmentsStatusResponse ConsultationServiceImpl.getMessageAcknowledgmentsStatusResponse(SAMLToken token, GetMessageAcknowledgmentsStatusRequest request)
           
 GetHistoryResponse ConsultationServiceImpl.getMessageHistory(SAMLToken token, GetHistoryRequest request)
           
 GetHistoryResponse ConsultationServiceImpl.getMessageHistory(SAMLToken token, MessageRequestType request)
          Deprecated. 
 GetMessagesListResponse ConsultationServiceImpl.getMessageList(SAMLToken token, GetMessagesListRequest request)
          Gets the message list.
 GetOoOListResponse ConsultationServiceImpl.getOoOList(SAMLToken token, GetOoOListRequest request)
           
 InsertOoOResponse ConsultationServiceImpl.insertOoO(SAMLToken token, InsertOoORequest request)
           
 MoveMessageResponse ConsultationServiceImpl.moveMessage(SAMLToken token, MoveMessageRequest request)
           
 SendMessageResponse PublicationServiceImpl.sendMessage(SAMLToken token, SendMessageRequest request)
          Send message.
 

Uses of SAMLToken in be.ehealth.businessconnector.insurability.service
 

Methods in be.ehealth.businessconnector.insurability.service with parameters of type SAMLToken
 GetInsurabilityForPharmacistResponse InsurabilityService.getInsurabilityForPharmacist(SAMLToken token, GetInsurabilityForPharmacistRequest request)
           
static GenericRequest ServiceFactory.getService(SAMLToken token)
          Get the service
 

Uses of SAMLToken in be.ehealth.businessconnector.insurability.service.impl
 

Methods in be.ehealth.businessconnector.insurability.service.impl with parameters of type SAMLToken
 GetInsurabilityForPharmacistResponse InsurabilityServiceImpl.getInsurabilityForPharmacist(SAMLToken token, GetInsurabilityForPharmacistRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.insurabilityv2.service
 

Methods in be.ehealth.businessconnector.insurabilityv2.service with parameters of type SAMLToken
 GetInsurabilityForPharmacistResponse InsurabilityService.getInsurabilityForPharmacist(SAMLToken token, GetInsurabilityForPharmacistRequest request)
           
static GenericRequest ServiceFactory.getService(SAMLToken token)
          Get the service
 

Uses of SAMLToken in be.ehealth.businessconnector.insurabilityv2.service.impl
 

Methods in be.ehealth.businessconnector.insurabilityv2.service.impl with parameters of type SAMLToken
 GetInsurabilityForPharmacistResponse InsurabilityServiceImpl.getInsurabilityForPharmacist(SAMLToken token, GetInsurabilityForPharmacistRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.therlink.service
 

Methods in be.ehealth.businessconnector.therlink.service with parameters of type SAMLToken
 GetTherapeuticLinkResponse TherLinkService.getTherapeuticLink(SAMLToken token, GetTherapeuticLinkRequest request)
          Get a therapeutic link
static GenericRequest ServiceFactory.getTherLinkPort(SAMLToken token)
          Gets the therlink port
 PutTherapeuticLinkResponse TherLinkService.putTherapeuticLink(SAMLToken token, PutTherapeuticLinkRequest request)
          Put a therapeutic link
 RevokeTherapeuticLinkResponse TherLinkService.revokeTherapeuticLink(SAMLToken token, RevokeTherapeuticLinkRequest request)
          Revoke a therapeutic link
 

Uses of SAMLToken in be.ehealth.businessconnector.therlink.service.impl
 

Methods in be.ehealth.businessconnector.therlink.service.impl with parameters of type SAMLToken
 GetTherapeuticLinkResponse TherLinkServiceImpl.getTherapeuticLink(SAMLToken token, GetTherapeuticLinkRequest request)
           
 PutTherapeuticLinkResponse TherLinkServiceImpl.putTherapeuticLink(SAMLToken token, PutTherapeuticLinkRequest request)
           
 RevokeTherapeuticLinkResponse TherLinkServiceImpl.revokeTherapeuticLink(SAMLToken token, RevokeTherapeuticLinkRequest request)
           
 

Uses of SAMLToken in be.ehealth.businessconnector.wsconsent.service
 

Methods in be.ehealth.businessconnector.wsconsent.service with parameters of type SAMLToken
 GetPatientConsentResponse WsConsentService.getPatientConsent(SAMLToken token, GetPatientConsentRequest getPatientConsentRequestType)
          Method which perform the call to the webSevice which allows an end-user to check the existence of an informed patient consent (and to get the information about this consent – ‘active’ or ‘inactive’).
 PutPatientConsentResponse WsConsentService.putPatientConsent(SAMLToken token, PutPatientConsentRequest putPatientConsentRequest)
          Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent.
 RevokePatientConsentResponse WsConsentService.revokePatientConsent(SAMLToken token, RevokePatientConsentRequest revokePatientConsentRequestType)
          Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent.
 

Uses of SAMLToken in be.ehealth.businessconnector.wsconsent.service.impl
 

Methods in be.ehealth.businessconnector.wsconsent.service.impl with parameters of type SAMLToken
 GetPatientConsentResponse WsConsentServiceImpl.getPatientConsent(SAMLToken token, GetPatientConsentRequest request)
           
 PutPatientConsentResponse WsConsentServiceImpl.putPatientConsent(SAMLToken token, PutPatientConsentRequest request)
           
 RevokePatientConsentResponse WsConsentServiceImpl.revokePatientConsent(SAMLToken token, RevokePatientConsentRequest request)
           
 

Uses of SAMLToken in be.ehealth.technicalconnector.handler
 

Methods in be.ehealth.technicalconnector.handler with parameters of type SAMLToken
 AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3 AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3.withSAMLToken(SAMLToken token)
           
 

Constructors in be.ehealth.technicalconnector.handler with parameters of type SAMLToken
SAMLHolderOfKeyHandler(SAMLToken token)
           
 

Uses of SAMLToken in be.ehealth.technicalconnector.service.sts
 

Methods in be.ehealth.technicalconnector.service.sts that return SAMLToken
 SAMLToken SAMLTokenFactory.createSamlToken(Element assertion, Credential credential)
          Creates a new SAMLToken object.
 

Uses of SAMLToken in be.ehealth.technicalconnector.service.sts.security.impl
 

Classes in be.ehealth.technicalconnector.service.sts.security.impl that implement SAMLToken
 class AbstractSAMLToken
          Abstract class
 class SAMLHolderOfKeyToken
          The Class SAMLTokenImpl.
 class SAMLSenderVouchesCredential
          SAMLSenderVouchesCredential.
 class SAMLTokenImpl
          Deprecated. replaced by SAMLHolderOfKeyToken
 

Uses of SAMLToken in be.ehealth.technicalconnector.service.ws
 

Methods in be.ehealth.technicalconnector.service.ws with parameters of type SAMLToken
static GenericRequest ServiceFactory.getIdSupportV2Service(SAMLToken token)
           
static GenericRequest ServiceFactory.getKGSSServiceSecured(SAMLToken token)
          Gets the KGSSS service secured.
 

Uses of SAMLToken in be.ehealth.technicalconnector.session
 

Methods in be.ehealth.technicalconnector.session that return SAMLToken
 SAMLToken SessionItem.getSAMLToken()
          Gets the sAML token.
 

Methods in be.ehealth.technicalconnector.session with parameters of type SAMLToken
 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
 

Uses of SAMLToken in be.ehealth.technicalconnector.session.impl
 

Methods in be.ehealth.technicalconnector.session.impl that return SAMLToken
 SAMLToken SessionItemImpl.getSAMLToken()
           
 

Methods in be.ehealth.technicalconnector.session.impl with parameters of type SAMLToken
 void SessionManagerImpl.loadSession(SAMLToken token, String hokPwd)
           
 void SessionManagerImpl.loadSession(SAMLToken token, String hokPwd, String encryptionPwd)
           
 void SessionItemImpl.setSAMLToken(SAMLToken token)
           
 

Uses of SAMLToken in be.ehealth.technicalconnector.validator
 

Methods in be.ehealth.technicalconnector.validator with parameters of type SAMLToken
 boolean SessionValidator.validateToken(SAMLToken samlToken)
          Method to check if the provided SAMLToken is still valid.
 

Uses of SAMLToken in be.ehealth.technicalconnector.validator.impl
 

Methods in be.ehealth.technicalconnector.validator.impl with parameters of type SAMLToken
 boolean SAMLSessionValidator.validateToken(SAMLToken samlToken)
           
 

Uses of SAMLToken in be.ehealth.technicalconnector.ws.domain
 

Methods in be.ehealth.technicalconnector.ws.domain with parameters of type SAMLToken
 void GenericRequest.setSamlSecured(SAMLToken token)
          Deprecated. 
 




Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.