|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TechnicalConnectorException in be.ehealth.business.common.util |
---|
Methods in be.ehealth.business.common.util that throw TechnicalConnectorException | |
---|---|
static Patient |
EidUtils.readFromEidCard()
retrieves from eidcard with default scope. |
static Patient |
EidUtils.readFromEidCard(String scope)
retrieves from eidcard to build a Patient object |
Uses of TechnicalConnectorException in be.ehealth.business.kmehrcommons |
---|
Methods in be.ehealth.business.kmehrcommons that throw TechnicalConnectorException | |
---|---|
static AuthorType |
HcPartyUtil.createAuthor(String projectName)
create the author |
static List<HcpartyType> |
HcPartyUtil.createAuthorHcParties(String projectName)
Get the list of all Hc Parties that must be created |
static List<HcpartyType> |
HcPartyUtil.createHcpartiesFromConfig(String configName)
Create the list of hcparty |
static IDKMEHR |
HcPartyUtil.createKmehrId(String projectName,
String kmehrIdSuffix)
generates an IDKMEHR object with a semi generated kmehr id |
static String |
HcPartyUtil.createKmehrIdPrefix()
Deprecated. |
static String |
HcPartyUtil.createKmehrIdString(String projectName)
creates the kmehrId for the given project, with a generated suffix. |
static String |
HcPartyUtil.createKmehrIdString(String projectName,
String kmehrIdSuffix)
Generate the kmehr id |
static String |
HcPartyUtil.createKmehrIdSuffix()
|
static HcpartyType |
HcPartyUtil.createProfessionalParty(String inss,
String nihii,
String professionType)
Create a professional hcparty |
static HcpartyType |
HcPartyUtil.createSingleHcpartyFromConfig(String configName)
Create only one hc party |
static HcpartyType |
HcPartyUtil.createSoftwareIdentifier(String softwareName,
String appId)
create a Software identifier |
static String |
HcPartyUtil.retrieveMainAuthorId(String projectName)
retrieves the main author id from configuration. |
Uses of TechnicalConnectorException in be.ehealth.business.kmehrcommons.builders |
---|
Methods in be.ehealth.business.kmehrcommons.builders that throw TechnicalConnectorException | |
---|---|
HcpartyType |
HcPartyBuilder.build()
Return the result of all previous operations |
HcPartyBuilder |
HcPartyBuilder.idFromSessionNihii(String sv)
add an inss id |
HcPartyBuilder |
HcPartyBuilder.idFromSessionNiss(String sv)
add an inss id |
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.builders |
---|
Methods in be.ehealth.business.mycarenetcommons.builders that throw TechnicalConnectorException | |
---|---|
Blob |
BlobBuilder.build(byte[] input)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String id)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType)
encodes the given byte array and creates Blob jaxb object. |
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
encodes the given byte array and creates Blob jaxb object. |
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array. |
CommonInput |
CommonBuilder.createCommonInput(PackageInfo packageInfo,
boolean isTest,
String inputReference)
Creates CommonInputType part with given parameters |
Origin |
CommonBuilder.createOrigin(PackageInfo packageInfo)
Create Origin part with package informations |
static BlobBuilder |
RequestBuilderFactory.getBlobBuilder(String projectName)
Deprecated. |
static BlobBuilder |
BlobBuilderFactory.getBlobBuilder(String projectName)
Retrieve an instance of BlobBuilder implementation |
static CommonBuilder |
RequestBuilderFactory.getCommonBuilder(String projectName)
Retrieve an instance of CommonBuilder implementation. |
String |
ResponseBuilder.getResponse(SendResponseType responseType)
|
String |
ResponseBuilder.getResponse(SendResponseType responseType,
boolean validate)
|
static ResponseBuilder |
ResponseBuilderFactory.getResponseBuilder()
Deprecated. |
static ResponseBuilder |
ResponseBuilderFactory.getResponseBuilder(String projectName)
Retrieve an instance of CommonBuilder implementation. |
void |
ResponseBuilder.validateHash(Blob blob)
|
void |
ResponseBuilder.validateXades(SendResponseType responseType)
validates the xades in the response type. |
void |
ResponseBuilder.validateXades(SendResponseType responseType,
Blob blob)
Deprecated. use validateXades(responseType) instead , the blob will be extracted from the responseType |
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.builders.impl |
---|
Methods in be.ehealth.business.mycarenetcommons.builders.impl that throw TechnicalConnectorException | |
---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a Blob Properties needed : id, contenttype and encoding type |
Blob |
BlobBuilderImpl.build(byte[] input,
String id)
Build a Blob Properties needed : contenttype and encoding type. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType)
creates Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
creates Blob with given parameters. |
static byte[] |
BuilderUtils.checkAndDecompress(byte[] content,
String contentEncoding,
byte[] blobHashValue,
boolean hashTagRequired)
|
byte[] |
BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
Return the content of the blob. |
static void |
BuilderUtils.checkHash(byte[] blobHashValue,
byte[] decompressedBlob)
|
CommonInput |
AbstractCommonBuilderImpl.createCommonInput(PackageInfo packageInfo,
boolean isTest,
String inputReference)
|
Origin |
AbstractCommonBuilderImpl.createOrigin(PackageInfo packageInfo)
Create an Origin |
String |
ResponseBuilderImpl.getResponse(SendResponseType responseType)
|
String |
ResponseBuilderImpl.getResponse(SendResponseType responseType,
boolean validate)
|
void |
ResponseBuilderImpl.initialize(Map<String,Object> parameterMap)
|
void |
GenericCommonBuilderImpl.initialize(Map<String,Object> parameterMap)
|
void |
BlobBuilderImpl.initialize(Map<String,Object> parameterMap)
Project name defined in parameters when the RequestBuilderFactory |
void |
AbstractCommonBuilderImpl.initialize(Map<String,Object> parameterMap)
|
void |
ResponseBuilderImpl.validateHash(Blob blob)
|
void |
ResponseBuilderImpl.validateXades(SendResponseType responseType)
|
void |
ResponseBuilderImpl.validateXades(SendResponseType responseType,
Blob blob)
Deprecated. : see interface , use the method without the second parameter instead |
Constructors in be.ehealth.business.mycarenetcommons.builders.impl that throw TechnicalConnectorException | |
---|---|
GPCommonBuilderImpl()
Deprecated. |
|
IndependantProfessionalCommonBuilderImpl()
Deprecated. |
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.builders.util |
---|
Methods in be.ehealth.business.mycarenetcommons.builders.util that throw TechnicalConnectorException | |
---|---|
static void |
RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest,
CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue,
String projectName)
|
static Base64Binary |
BlobUtil.generateXades(BlobType inValue)
generates the xades based on the content of the blob. |
static Base64Binary |
BlobUtil.generateXades(BlobType inValue,
byte[] furnishedXades,
String projectName)
generates the xades based on the content of the blob. |
static Base64Binary |
BlobUtil.generateXades(BlobType inValue,
String projectName)
generates a xades value as defined for the project. |
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.exception |
---|
Subclasses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.exception | |
---|---|
class |
ConnectorValidationException
Thrown when a validation of an internal created object fails. Extends TechnicalConnectorException |
class |
InvalidBlobContentConnectorException
Thrown when the content of the blob is invalid. Used in ChapterIV |
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.mapper |
---|
Methods in be.ehealth.business.mycarenetcommons.mapper that throw TechnicalConnectorException | |
---|---|
static Blob |
SendRequestMapper.mapToBlob(Blob blob)
|
Uses of TechnicalConnectorException in be.ehealth.business.mycarenetcommons.util |
---|
Methods in be.ehealth.business.mycarenetcommons.util that throw TechnicalConnectorException | |
---|---|
static WsAddressingHeader |
WsAddressingUtil.createHeader(String mutualityToSendTo,
String action)
|
static WsAddressingHeader |
WsAddressingUtil.createHeader(String mutualityToSendTo,
String action,
String messageId)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.builders |
---|
Methods in be.ehealth.businessconnector.chapterIV.builders that throw TechnicalConnectorException | |
---|---|
ChapterIVBuilderResponse |
ConsultationBuilder.build(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
ChapterIVBuilderResponse |
AdmissionBuilder.build(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
ConsultChap4MedicalAdvisorAgreementRequest |
ConsultationBuilder.buildRequest(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
AskChap4MedicalAdvisorAgreementRequest |
AdmissionBuilder.buildRequest(FolderType folder,
boolean isTest,
ChapterIVReferences references,
org.joda.time.DateTime agreementStartDate)
|
ConsultChap4MedicalAdvisorAgreementRequest |
ConsultationBuilder.buildRequest(FolderType folder,
boolean isTest,
String commonReference,
String commonNIPReference,
org.joda.time.DateTime agreementStartDate)
Deprecated. , use ConsultationBuilder .buildRequest(FolderType folder, boolean isTest, ChapterIVReferences references,
DateTime agreementStartDate). |
AskChap4MedicalAdvisorAgreementRequest |
AdmissionBuilder.buildRequest(FolderType folder,
boolean isTest,
String commonReference,
String commonNIPReference,
org.joda.time.DateTime agreementStartDate)
Deprecated. |
org.bouncycastle.tsp.TimeStampResponse |
ResponseBuilder.convertToTimeStampResponse(byte[] bytes)
|
ChapterIVBuilderResponse |
CommonBuilder.createAgreementRequest(FolderType folder,
boolean isTest,
ChapterIVReferences references,
XmlObjectFactory xmlObjectFactory,
org.joda.time.DateTime agreementStartDate)
creates agreement request with the given input. |
ResponseBuilder |
BuilderFactory.createResponseBuilder()
Deprecated. |
AuthorType |
KmehrBuilder.generateAuthor()
Generate an author. |
HeaderType |
KmehrBuilder.generateHeader(String generatedKmehrIdSuffix)
Generate a header. |
AdmissionBuilder |
BuilderFactory.getAdmissionBuilder()
|
static BuilderFactory |
BuilderFactory.getBuilderFactoryForSession()
creates a BuilderFactory with default validators and cryptos created from the sessionItem. |
static BuilderFactory |
BuilderFactory.getBuilderFactoryForSession(SessionItem sessionItem)
creates a BuilderFactory with default validators and cryptos created from the sessionItem. |
ConsultationBuilder |
BuilderFactory.getConsultationBuilder()
|
static KmehrBuilder |
KmehrBuilderFactory.getKmehrBuilder()
|
static QualityBuilder |
QualityBuilderFactory.getQualityBuilder()
Deprecated. |
ResponseBuilder |
BuilderFactory.getResponseBuilder()
|
ChapterIVKmehrResponseWithTimeStampInfo |
ResponseBuilder.validateTimestampAndretrieveChapterIVKmehrResponseWithTimeStampInfo(AskChap4MedicalAdvisorAgreementResponse response)
validates and decodes response and retrieves kmehrResponse and timestamp info. |
ChapterIVKmehrResponseWithTimeStampInfo |
ResponseBuilder.validateTimestampAndretrieveChapterIVKmehrResponseWithTimeStampInfo(AskChap4MedicalAdvisorAgreementResponse response,
boolean ignoreWarnings)
validates and decodes response and retrieves kmehrResponse and timestamp info. |
ChapterIVKmehrResponseWithTimeStampInfo |
ResponseBuilder.validateTimestampAndretrieveChapterIVKmehrResponseWithTimeStampInfo(ConsultChap4MedicalAdvisorAgreementResponse response)
validates and decodes response and retrieves kmehrResponse and timestamp info. |
ChapterIVKmehrResponseWithTimeStampInfo |
ResponseBuilder.validateTimestampAndretrieveChapterIVKmehrResponseWithTimeStampInfo(ConsultChap4MedicalAdvisorAgreementResponse response,
boolean ignoreWarnings)
validates and decodes response and retrieves kmehrResponse and timestamp info. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.builders.impl |
---|
Constructors in be.ehealth.businessconnector.chapterIV.builders.impl that throw TechnicalConnectorException | |
---|---|
CommonBuilderImpl(Chapter4XmlValidator chapter4XmlValidator,
KmehrValidator kmehrValidator,
KmehrBuilder kmehrBuilder)
|
|
CommonBuilderImpl(Crypto crypto,
Chapter4XmlValidator chapter4XmlValidator,
KmehrValidator kmehrValidator,
KmehrBuilder kmehrBuilder)
Deprecated. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.domain |
---|
Constructors in be.ehealth.businessconnector.chapterIV.domain that throw TechnicalConnectorException | |
---|---|
ChapterIVReferences(boolean init)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.service |
---|
Methods in be.ehealth.businessconnector.chapterIV.service that throw TechnicalConnectorException | |
---|---|
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 TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.service.impl |
---|
Methods in be.ehealth.businessconnector.chapterIV.service.impl that throw TechnicalConnectorException | |
---|---|
AskChap4MedicalAdvisorAgreementResponse |
ChapterIVServiceImpl.askChap4MedicalAdvisorAgreement(SAMLToken token,
AskChap4MedicalAdvisorAgreementRequest request)
|
ConsultChap4MedicalAdvisorAgreementResponse |
ChapterIVServiceImpl.consultChap4MedicalAdvisorAgreement(SAMLToken token,
ConsultChap4MedicalAdvisorAgreementRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.session |
---|
Methods in be.ehealth.businessconnector.chapterIV.session that throw TechnicalConnectorException | |
---|---|
AskChap4MedicalAdvisorAgreementResponse |
ChapterIVService.askChap4MedicalAdvisorAgreementResponse(AskChap4MedicalAdvisorAgreementRequest request)
retrieves the AskChap4MedicalAdvisorAgreementResponse , it needs a Session to be active. |
AskChap4MedicalAdvisorAgreementResponse |
ChapterIVService.askChap4MedicalAdvisorAgreementResponse(FolderType folder,
String inputReference,
boolean isTest,
String commonReference,
String commonNIPReference,
org.joda.time.DateTime agreementStartDate)
Deprecated. |
ConsultChap4MedicalAdvisorAgreementResponse |
ChapterIVService.consultChap4MedicalAdvisorAgreement(ConsultChap4MedicalAdvisorAgreementRequest request)
retrieves the ConsultChap4MedicalAdvisorAgreementResponse , it needs a Session to be active. |
ConsultChap4MedicalAdvisorAgreementResponse |
ChapterIVService.consultChap4MedicalAdvisorAgreement(FolderType folder,
String inputReference,
boolean isTest,
String commonReference,
String commonNIPReference,
org.joda.time.DateTime agreementStartDate)
Deprecated. |
AdmissionBuilder |
ChapterIVService.getAdmissionBuilder()
returns the AdmissionBuilderImpl , a session should be active. |
ConsultationBuilder |
ChapterIVService.getConsultationBuilder()
returns the ConsultationBuilderImpl . |
ResponseBuilder |
ChapterIVService.getResponseBuilder()
returns the ResponseBuilderImpl , a session should be active. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.session.impl |
---|
Constructors in be.ehealth.businessconnector.chapterIV.session.impl that throw TechnicalConnectorException | |
---|---|
ChapterIVServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
|
|
ChapterIVServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto systemCrypto,
Crypto personalCrypto)
Deprecated. same but without the crypto class |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.utils |
---|
Methods in be.ehealth.businessconnector.chapterIV.utils that throw TechnicalConnectorException | |
---|---|
static List<CredentialType> |
ACLUtils.createAclChapterIV(String subTypeName)
|
static EncryptionToken |
KeyDepotHelper.getChapterIVEncryptionToken()
The encryption token needed by RECIPE |
static FolderType |
ChapterIVJaxbUtils.parseFolderType(InputStream folderTypeXmlInputStream)
Deprecated. use marshallerHelper.toObject instead |
static Kmehrresponse |
ChapterIVJaxbUtils.parseKmehrResponse(byte[] bytes)
Deprecated. use marshallerHelper.toObject instead |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.validators |
---|
Methods in be.ehealth.businessconnector.chapterIV.validators that throw TechnicalConnectorException | |
---|---|
void |
Chapter4XmlValidator.validate(Object xmlObject)
|
void |
KmehrValidator.validateKmehrMessage(Kmehrmessage msg)
Validate kmehr prescription. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.chapterIV.validators.impl |
---|
Methods in be.ehealth.businessconnector.chapterIV.validators.impl that throw TechnicalConnectorException | |
---|---|
void |
Chapter4XmlValidatorImpl.validate(Object xmlObject)
|
void |
KmehrValidatorImpl.validateKmehrMessage(Kmehrmessage msg)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.api.domain |
---|
Methods in be.ehealth.businessconnector.ehbox.api.domain that throw TechnicalConnectorException | |
---|---|
void |
Document.setContent(InputStream inputStream)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.builders |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders that throw TechnicalConnectorException | |
---|---|
Message<GetFullMessageResponse> |
ConsultationMessageBuilder.buildFullMessage(GetFullMessageResponse response)
|
SendMessageRequest |
SendMessageBuilder.buildMessage(DocumentMessage<Message> document)
Builds for a document message. |
Message<Message> |
ConsultationMessageBuilder.buildMessage(Message response)
|
SendMessageRequest |
SendMessageBuilder.buildMessage(NewsMessage<Message> document)
Builds for a news document message. |
static ConsultationMessageBuilder |
BuilderFactory.getConsultationMessageBuilder()
Gets the send message builder. |
static RequestBuilder |
BuilderFactory.getRequestBuilder()
|
static SendMessageBuilder |
BuilderFactory.getSendMessageBuilder()
Gets the send message builder. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.builders.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that throw TechnicalConnectorException | |
---|---|
Message<GetFullMessageResponse> |
ConsultationMessageBuilderImpl.buildFullMessage(GetFullMessageResponse response)
|
Message<GetFullMessageResponse> |
ConsultationFullMessageBuilder.buildFullMessage(GetFullMessageResponse response)
|
SendMessageRequest |
SendMessageBuilderImpl.buildMessage(DocumentMessage<Message> document)
|
Message<Message> |
ConsultationReducedMessageBuilder.buildMessage(Message response)
|
Message<Message> |
ConsultationMessageBuilderImpl.buildMessage(Message response)
|
SendMessageRequest |
SendMessageBuilderImpl.buildMessage(NewsMessage<Message> document)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.exception |
---|
Subclasses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.exception | |
---|---|
class |
EhboxCryptoException
Exception for the crypto problem in ehboxv3 |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.service |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service that throw TechnicalConnectorException | |
---|---|
static GenericRequest |
ServiceFactory.getConsultationService(SAMLToken token)
Gets the consultation service. |
static GenericRequest |
ServiceFactory.getPublicationService(SAMLToken token)
Gets the publication service. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.session.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session.impl that throw TechnicalConnectorException | ||
---|---|---|
|
EhboxServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetAllEhboxesMessagesListResponse |
EhealthBoxServiceV3Impl.getAllEhboxesMessagesList(GetAllEhboxesMessagesListRequest request)
|
Constructors in be.ehealth.businessconnector.ehbox.v3.session.impl that throw TechnicalConnectorException | |
---|---|
EhealthBoxServiceV3Impl(SessionValidator sessionValidator,
EhboxReplyValidator replyValidator)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.ehbox.v3.validator |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.validator that throw TechnicalConnectorException | |
---|---|
static EhboxReplyValidator |
ValidatorFactory.getValidator()
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.builders |
---|
Methods in be.ehealth.businessconnector.insurability.builders that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistRequest |
RequestObjectBuilder.buildInsurabilityForPharmacistRequest(boolean isTest,
InsurabilityReferences references,
InsurabilityForPharmacistRequest request)
|
static RequestObjectBuilder |
RequestObjectBuilderFactory.getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
"insurability.requestobjectbuilder.class" ). |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.builders.impl |
---|
Methods in be.ehealth.businessconnector.insurability.builders.impl that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistRequest |
RequestObjectBuilderImpl.buildInsurabilityForPharmacistRequest(boolean isTest,
InsurabilityReferences references,
InsurabilityForPharmacistRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.domain |
---|
Constructors in be.ehealth.businessconnector.insurability.domain that throw TechnicalConnectorException | |
---|---|
InsurabilityReferences(boolean init)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.service |
---|
Methods in be.ehealth.businessconnector.insurability.service that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityService.getInsurabilityForPharmacist(SAMLToken token,
GetInsurabilityForPharmacistRequest request)
|
static GenericRequest |
ServiceFactory.getService(SAMLToken token)
Get the service |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.service.impl |
---|
Methods in be.ehealth.businessconnector.insurability.service.impl that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityServiceImpl.getInsurabilityForPharmacist(SAMLToken token,
GetInsurabilityForPharmacistRequest request)
|
Constructors in be.ehealth.businessconnector.insurability.service.impl that throw TechnicalConnectorException | |
---|---|
InsurabilityServiceImpl(SessionValidator sessVal,
EhealthReplyValidator ehRepVal)
Creates a new InsurabilityServiceImpl |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.session |
---|
Methods in be.ehealth.businessconnector.insurability.session that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityService.getInsurabilityForPharmacist(GetInsurabilityForPharmacistRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurability.session.impl |
---|
Methods in be.ehealth.businessconnector.insurability.session.impl that throw TechnicalConnectorException | ||
---|---|---|
|
InsurabilityServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetInsurabilityForPharmacistResponse |
InsurabilityServiceImpl.getInsurabilityForPharmacist(GetInsurabilityForPharmacistRequest request)
|
Constructors in be.ehealth.businessconnector.insurability.session.impl that throw TechnicalConnectorException | |
---|---|
InsurabilityServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
Instantiates a new Insurability service impl. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.builders |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.builders that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistRequest |
RequestObjectBuilder.buildInsurabilityForPharmacistRequest(boolean isTest,
InsurabilityReferences references,
InsurabilityForPharmacistRequest request)
|
static RequestObjectBuilder |
RequestObjectBuilderFactory.getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file (property
"insurability.requestobjectbuilder.class" ). |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.builders.impl |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.builders.impl that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistRequest |
RequestObjectBuilderImpl.buildInsurabilityForPharmacistRequest(boolean isTest,
InsurabilityReferences references,
InsurabilityForPharmacistRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.domain |
---|
Constructors in be.ehealth.businessconnector.insurabilityv2.domain that throw TechnicalConnectorException | |
---|---|
InsurabilityReferences(boolean init)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.service |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.service that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityService.getInsurabilityForPharmacist(SAMLToken token,
GetInsurabilityForPharmacistRequest request)
|
static GenericRequest |
ServiceFactory.getService(SAMLToken token)
Get the service |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.service.impl |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.service.impl that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityServiceImpl.getInsurabilityForPharmacist(SAMLToken token,
GetInsurabilityForPharmacistRequest request)
|
Constructors in be.ehealth.businessconnector.insurabilityv2.service.impl that throw TechnicalConnectorException | |
---|---|
InsurabilityServiceImpl(SessionValidator sessVal,
EhealthReplyValidator ehRepVal)
Creates a new InsurabilityServiceImpl |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.session |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.session that throw TechnicalConnectorException | |
---|---|
GetInsurabilityForPharmacistResponse |
InsurabilityService.getInsurabilityForPharmacist(GetInsurabilityForPharmacistRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.insurabilityv2.session.impl |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.session.impl that throw TechnicalConnectorException | ||
---|---|---|
|
InsurabilityServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetInsurabilityForPharmacistResponse |
InsurabilityServiceImpl.getInsurabilityForPharmacist(GetInsurabilityForPharmacistRequest request)
|
Constructors in be.ehealth.businessconnector.insurabilityv2.session.impl that throw TechnicalConnectorException | |
---|---|
InsurabilityServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
Instantiates a new Insurability service impl. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink |
---|
Methods in be.ehealth.businessconnector.therlink that throw TechnicalConnectorException | |
---|---|
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithEidReading()
Creates a new PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithEidSigning()
Creates a new PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithIsiReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithSisReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.builders |
---|
Methods in be.ehealth.businessconnector.therlink.builders that throw TechnicalConnectorException | |
---|---|
Author |
CommonObjectBuilder.createAuthor(List<HcParty> list)
Creates the author part of the message |
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRows,
Proof... prooves)
Creates a GetTherapeuticLinkRequest |
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves)
Creates a GetTherapeuticLinkRequest MaxRows will be replaced with property value of "therlink.maxrows" if it's defined, otherwise default value1000 will be used |
String |
CommonObjectBuilder.createKmehrID()
Creates the id of the kmehr message |
Proof |
ProofBuilder.createProofForEidSigning(Credential cred)
Creates a Proof for eID signing Requires the eID card of the patient connected |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
Creates a new PutTherapeuticLinkRequest |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
Creates a putTherapeuticLinkRequest enddate & comment are null by default |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(TherapeuticLink therLink)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input and a proof list |
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp)
Creates a therapeutic link |
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty concernedHcp)
Deprecated. |
List<HcParty> |
RequestObjectBuilder.getAuthorHcParties()
Gets a list of HcParties that should be included in the author section of the message |
static CommonObjectBuilder |
RequestObjectBuilderFactory.getCommonBuilder()
Retrieve an instance of a CommonObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
static ProofBuilder |
RequestObjectBuilderFactory.getProofBuilder()
Retrieve an instance of a ProofBuilder implementation The implementation could be a custom class defined in the configuration
file By default, it would be |
static RequestObjectBuilder |
RequestObjectBuilderFactory.getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.builders.impl |
---|
Methods in be.ehealth.businessconnector.therlink.builders.impl that throw TechnicalConnectorException | |
---|---|
Author |
CommonObjectBuilderImpl.createAuthor(List<HcParty> list)
|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRowsToUse,
Proof... prooves)
|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves)
|
String |
CommonObjectBuilderImpl.createKmehrID()
|
Proof |
ProofBuilderImpl.createProofForEidSigning(Credential cred)
|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(TherapeuticLink link)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs)
|
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp)
|
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty hcp)
Deprecated. |
List<HcParty> |
GenericRequestObjectBuilder.getAuthorHcParties()
|
List<HcParty> |
GPRequestObjectBuilderImpl.getAuthorHcParties()
Deprecated. |
abstract List<HcParty> |
AbstractRequestObjectBuilderImpl.getAuthorHcParties()
Abstract method that should be implemented by each class that extends AbstractRequestObjectBuilderImpl to retrieve the Author HcParties |
Constructors in be.ehealth.businessconnector.therlink.builders.impl that throw TechnicalConnectorException | |
---|---|
AbstractRequestObjectBuilderImpl()
|
|
GenericRequestObjectBuilder()
|
|
GPRequestObjectBuilderImpl()
Deprecated. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.mappers |
---|
Methods in be.ehealth.businessconnector.therlink.mappers that throw TechnicalConnectorException | ||
---|---|---|
String |
RequestObjectMapper.createTherapeuticLinkAsXmlString(TherapeuticLink therLink)
Creates a TherapeuticLink XML String from a TherapeuticLink object |
|
|
ResponseObjectMapper.generateJAXB(String request,
Class<T> clazz)
It builds a Jaxb object given the string. |
|
GetTherapeuticLinkRequest |
RequestObjectMapper.mapGetTherapeuticLinkRequest(GetTherapeuticLinkRequest request)
|
|
String |
RequestObjectMapper.mapGetTherapeuticLinkToXml(GetTherapeuticLinkRequest request)
Maps a getTherapeuticLink object to a XML string |
|
static Patient |
PatientMapper.mapPatient(Patient businessPatient)
Maps a Patient into a Patient object |
|
PutTherapeuticLinkRequest |
RequestObjectMapper.mapPutTherapeuticLinkRequest(PutTherapeuticLinkRequest request)
Maps a putTherapeuticLink object to a jawb putTherapeuticLinkRequest |
|
String |
RequestObjectMapper.mapPutTherapeuticLinkToXML(PutTherapeuticLinkRequest request)
Maps a putTherapeuticLink object to a XML string |
|
RevokeTherapeuticLinkRequest |
RequestObjectMapper.mapRevokeTherapeuticLinkRequest(TherapeuticLinkRequestType request)
|
|
String |
RequestObjectMapper.mapRevokeTherapeuticLinkToXML(RevokeTherapeuticLinkRequest request)
Maps a revokeTherapeuticLink object to a XML string |
|
GetTherapeuticLinkResponse |
ResponseObjectMapper.mapXMLToGetTherapeuticLinkResponse(String xml)
Maps a XML string to a getTherapeuticLinkResponse object |
|
PutTherapeuticLinkResponse |
ResponseObjectMapper.mapXMLToPutTherapeuticLinkResponse(String xml)
Maps a XML string to a PutTherapeuticLinkResponse object |
|
RevokeTherapeuticLinkResponse |
ResponseObjectMapper.mapXMLToRevokeTherapeuticLinkResponse(String xml)
Maps a XML string to a RevokeTherapeuticLinkResponse object |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.service |
---|
Methods in be.ehealth.businessconnector.therlink.service that throw TechnicalConnectorException | |
---|---|
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 TechnicalConnectorException in be.ehealth.businessconnector.therlink.service.impl |
---|
Methods in be.ehealth.businessconnector.therlink.service.impl that throw TechnicalConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
|
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
|
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.session |
---|
Methods in be.ehealth.businessconnector.therlink.session that throw TechnicalConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(GetTherapeuticLinkRequest request)
Get a therapeutic link |
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(PutTherapeuticLinkRequest request)
Put a therapeutic link |
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.session.impl |
---|
Methods in be.ehealth.businessconnector.therlink.session.impl that throw TechnicalConnectorException | ||
---|---|---|
|
TherlinkServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(GetTherapeuticLinkRequest request)
|
|
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(PutTherapeuticLinkRequest request)
|
|
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request)
|
Constructors in be.ehealth.businessconnector.therlink.session.impl that throw TechnicalConnectorException | |
---|---|
TherLinkServiceImpl()
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.therlink.util |
---|
Methods in be.ehealth.businessconnector.therlink.util that throw TechnicalConnectorException | |
---|---|
static HcParty |
ConfigReader.getCareProvider()
reads the careprovider ( the careprovider party in the therapeutic link between careprovider and patient). |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.builders |
---|
Methods in be.ehealth.businessconnector.wsconsent.builders that throw TechnicalConnectorException | |
---|---|
AuthorWithPatientType |
AuthorBuilder.createAuthor()
Method which create AuthorWithPatientType object. |
GetPatientConsentRequest |
RequestObjectBuilder.createGetRequest(AuthorWithPatientType author,
SelectGetPatientConsentType consentType)
Method 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’). |
ConsentType |
ConsentBuilder.createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientType author)
Method which create a consent type to create a new consent. |
PutPatientConsentRequest |
RequestObjectBuilder.createPutRequest(AuthorWithPatientType author,
ConsentType consentType)
Method which allows an end-user to declare an informed patient consent. |
RevokePatientConsentRequest |
RequestObjectBuilder.createRevokeRequest(AuthorWithPatientType author,
ConsentType existingConsentType)
Method which allows an end-user to declare the revocation of an informed patient consent. |
SelectGetPatientConsentType |
ConsentBuilder.createSelectGetPatientConsent(PatientIdType patient,
List<CDCONSENT> consentType)
Method which create SelectGetPatientConsentType based on patient and consentType. |
static AuthorBuilder |
RequestObjectBuilderFactory.getAuthorBuilder()
Retrieve an instance of AuthorBuilder implementation. |
static ConsentBuilder |
RequestObjectBuilderFactory.getConsentBuilder()
Retrieve an instance of ConsentBuilder implementation. |
static HcPartyInfoBuilder |
RequestObjectBuilderFactory.getHcPartyInfoBuilder()
Retrieve an instance of HcPartyInfoBuilder implementation. |
List<HcpartyType> |
HcPartyInfoBuilder.getHcpPartiesForAuthor()
Creates the HcParty objects for the author part. |
static PatientInfoBuilder |
RequestObjectBuilderFactory.getPatientInfoBuilder()
Retrieve an instance of PatientInfoBuilder implementation. |
static RequestObjectBuilder |
RequestObjectBuilderFactory.getRequestObjectBuilder()
getRequestObjectBuilder constructor which create RequestObjectBuilder object. |
PatientIdType |
PatientInfoBuilder.readFromEidCard()
Creates a Patient object from the current connected eID Card. |
AuthorWithPatientType |
AuthorBuilder.readFromEidCard()
Method which create AuthorWithPatientType object for citizen based on the eid |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.builders.impl |
---|
Methods in be.ehealth.businessconnector.wsconsent.builders.impl that throw TechnicalConnectorException | |
---|---|
AuthorWithPatientType |
AuthorBuilderImpl.createAuthor()
|
GetPatientConsentRequest |
RequestObjectBuilderImpl.createGetRequest(AuthorWithPatientType author,
SelectGetPatientConsentType consent)
|
String |
RequestObjectBuilderImpl.createKmehrID(String firstHcPartyIdOfAuthor)
Method which create Identification of the request. |
ConsentType |
ConsentBuilderImpl.createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientType author)
|
PutPatientConsentRequest |
RequestObjectBuilderImpl.createPutRequest(AuthorWithPatientType author,
ConsentType consent)
|
RevokePatientConsentRequest |
RequestObjectBuilderImpl.createRevokeRequest(AuthorWithPatientType author,
ConsentType consent)
|
SelectGetPatientConsentType |
ConsentBuilderImpl.createSelectGetPatientConsent(PatientIdType patient,
List<CDCONSENT> consent)
|
List<HcpartyType> |
HcPartyInfoBuilderImpl.getHcpPartiesForAuthor()
Deprecated. |
List<HcpartyType> |
DelegatingHcPartyInfoBuilderImpl.getHcpPartiesForAuthor()
|
PatientIdType |
PatientInfoBuilderImpl.readFromEidCard()
|
AuthorWithPatientType |
AuthorBuilderImpl.readFromEidCard()
|
Constructors in be.ehealth.businessconnector.wsconsent.builders.impl that throw TechnicalConnectorException | |
---|---|
RequestObjectBuilderImpl()
Constructor. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.service |
---|
Methods in be.ehealth.businessconnector.wsconsent.service that throw TechnicalConnectorException | |
---|---|
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 TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.service.impl |
---|
Methods in be.ehealth.businessconnector.wsconsent.service.impl that throw TechnicalConnectorException | |
---|---|
GetPatientConsentResponse |
WsConsentServiceImpl.getPatientConsent(SAMLToken token,
GetPatientConsentRequest request)
|
PutPatientConsentResponse |
WsConsentServiceImpl.putPatientConsent(SAMLToken token,
PutPatientConsentRequest request)
|
RevokePatientConsentResponse |
WsConsentServiceImpl.revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.session |
---|
Methods in be.ehealth.businessconnector.wsconsent.session that throw TechnicalConnectorException | ||
---|---|---|
|
WsConsentServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetPatientConsentResponse |
WsConsentService.getPatientConsent(GetPatientConsentRequest getPatientConsentRequest)
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(PutPatientConsentRequest putPatientConsentRequest)
Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent. |
|
RevokePatientConsentResponse |
WsConsentService.revokePatientConsent(RevokePatientConsentRequest revokePatientConsentRequest)
Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent. |
Uses of TechnicalConnectorException in be.ehealth.businessconnector.wsconsent.session.impl |
---|
Methods in be.ehealth.businessconnector.wsconsent.session.impl that throw TechnicalConnectorException | |
---|---|
GetPatientConsentResponse |
WsConsentServiceImpl.getPatientConsent(GetPatientConsentRequest request)
|
PutPatientConsentResponse |
WsConsentServiceImpl.putPatientConsent(PutPatientConsentRequest request)
|
RevokePatientConsentResponse |
WsConsentServiceImpl.revokePatientConsent(RevokePatientConsentRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.beid |
---|
Methods in be.ehealth.technicalconnector.beid that throw TechnicalConnectorException | |
---|---|
static be.fedict.commons.eid.client.BeIDCard |
BeIDCardFactory.getBeIDCard()
Retrieve the reachable IDCard and create corresponding BeIDCard object |
be.fedict.commons.eid.client.BeIDCard |
BeIDCardAdaptor.getBeIDCard()
|
static BeIDInfo |
BeIDInfo.getInstance()
Retrieves an existing BeIDInfo instance or creates it if not exists |
static BeIDInfo |
BeIDInfo.getInstance(String scope)
Retrieves an existing BeIDInfo instance or creates it if not exists |
static BeIDInfo |
BeIDInfo.getInstance(String scope,
boolean useCache)
* Retrieves an existing BeIDInfo instance or creates it if not exists |
byte[] |
BeIDInfo.getPhoto()
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.beid.impl |
---|
Methods in be.ehealth.technicalconnector.beid.impl that throw TechnicalConnectorException | |
---|---|
be.fedict.commons.eid.client.BeIDCard |
CommonsEidAdaptor.getBeIDCard()
Retrieve the reachable IDCard and create corresponding BeIDCard object |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.config |
---|
Methods in be.ehealth.technicalconnector.config that throw TechnicalConnectorException | |
---|---|
Configuration |
ConfigValidator.getConfig()
|
static String |
ConfigFactory.getConfigLocation()
|
Configuration |
Configuration.getCurrentConfig()
|
List<Object> |
ConfigValidator.getUnfoundPropertiesAfterValidation()
will do the validation of the current config ( if not done yet ) and return the properties that were not found. |
void |
ConfigurationModule.init(Configuration config)
Method that initialise the configuration module. |
void |
Configuration.invalidate()
Method to invalidate all the cached configuration. |
boolean |
ConfigValidator.isValid()
|
void |
Configuration.reload()
Method to reload the configuration modules. |
void |
Configuration.setConfigLocation(String location)
Deprecated. use ConfigFactory.setConfigLocation(location) instead. |
static void |
ConfigFactory.setConfigLocation(String configLocation)
|
static void |
ConfigFactory.setLocation(InputStream is)
|
void |
ConfigurationModule.unload()
Method that restores the configuration module and reset the system to the initial situation. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.config.impl |
---|
Methods in be.ehealth.technicalconnector.config.impl that throw TechnicalConnectorException | |
---|---|
Configuration |
ConfigValidatorImpl.getConfig()
|
Configuration |
ConfigurationImpl.getCurrentConfig()
|
static Configuration |
ConfigurationImpl.getInstance()
|
List<Object> |
ConfigValidatorImpl.getUnfoundPropertiesAfterValidation()
|
void |
ConfigurationModuleXmlSec.init(Configuration config)
|
void |
ConfigurationModuleVersion.init(Configuration config)
|
void |
ConfigurationModuleTrustStore.init(Configuration config)
|
void |
ConfigurationModuleSystemProps.init(Configuration config)
|
void |
ConfigurationModuleServiceLoader.init(Configuration config)
|
void |
ConfigurationModuleSSLVerifier.init(Configuration config)
|
void |
ConfigurationModuleSSL.init(Configuration config)
Initialise properties for SSL. |
void |
ConfigurationModuleProperties.init(Configuration config)
|
void |
ConfigurationModuleClassloader.init(Configuration config)
|
void |
ConfigurationModuleBootstrap.init(Configuration config)
|
void |
ConfigValidatorImpl.invalidate()
|
boolean |
ConfigValidatorImpl.isValid()
|
void |
ConfigurationImpl.reload()
reloads the instance, and reloads the config modules. |
void |
ConfigValidatorImpl.reload()
|
void |
ConfigurationImpl.setConfigLocation(String location)
Deprecated. |
void |
ConfigValidatorImpl.setConfigLocation(String location)
|
void |
ConfigurationModuleVersion.unload()
|
void |
ConfigurationModuleTrustStore.unload()
|
void |
ConfigurationModuleSystemProps.unload()
|
void |
ConfigurationModuleSysOut.unload()
|
void |
ConfigurationModuleServiceLoader.unload()
|
void |
ConfigurationModuleSecurityProvider.unload()
|
void |
ConfigurationModuleSSLVerifier.unload()
|
void |
ConfigurationModuleProperties.unload()
|
void |
ConfigurationModuleLogging.unload()
|
void |
ConfigurationModuleHostNameVerifier.unload()
|
void |
ConfigurationModuleDefaultLanguage.unload()
|
void |
ConfigurationModuleClassloader.unload()
|
void |
ConfigurationModuleBootstrap.unload()
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.config.util |
---|
Methods in be.ehealth.technicalconnector.config.util that throw TechnicalConnectorException | |
---|---|
static boolean |
ConfigUtil.isNet()
|
static PackageInfo |
ConfigUtil.retrievePackageInfo(String componentName)
Retrieves the package information for a component from config file. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.exception |
---|
Subclasses of TechnicalConnectorException in be.ehealth.technicalconnector.exception | |
---|---|
class |
BeIDPinCodeException
TechnicalConnectorException that is throws when there is a BeIDPinCode problem. |
class |
CertificateVerificationException
This class wraps an exception that could be thrown during the certificate verification process. |
class |
InvalidTimeStampException
thrown when validation of timestamp fails. |
class |
NoNextEndpointException
|
class |
RetryNextEndpointException
|
class |
SessionManagementException
The Class SessionManagementException. |
class |
SilentInstantiationException
Exception that can be swallowed is the flag silent is active. |
class |
SoaErrorException
exception which contains result of soa error from webservice. |
class |
UnsealConnectorException
Exception class for Unseal connector exceptions. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.generic.session |
---|
Methods in be.ehealth.technicalconnector.generic.session that throw TechnicalConnectorException | |
---|---|
GenericResponse |
GenericService.send(GenericRequest request)
|
Node |
GenericService.sendDocument(Document payload,
String endpoint)
|
Node |
GenericService.sendDocument(Document payload,
String endpoint,
String soapAction)
|
Node |
GenericService.sendDocument(Document payload,
URL endpoint)
|
Node |
GenericService.sendDocument(Document payload,
URL endpoint,
String soapAction)
|
String |
GenericService.sendXML(String payload,
String endpoint)
|
String |
GenericService.sendXML(String payload,
String endpoint,
String soapAction)
|
String |
GenericService.sendXML(String payload,
URL endpoint)
|
String |
GenericService.sendXML(String payload,
URL endpoint,
String soapAction)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.generic.session.impl |
---|
Methods in be.ehealth.technicalconnector.generic.session.impl that throw TechnicalConnectorException | ||
---|---|---|
|
GenericServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GenericResponse |
GenericServiceImpl.send(GenericRequest request)
|
|
Node |
GenericServiceImpl.sendDocument(Document payload,
String endpoint)
|
|
Node |
GenericServiceImpl.sendDocument(Document payload,
String endpoint,
String soapAction)
|
|
Node |
GenericServiceImpl.sendDocument(Document payload,
URL endpoint)
|
|
Node |
GenericServiceImpl.sendDocument(Document payload,
URL endpoint,
String soapAction)
|
|
String |
GenericServiceImpl.sendXML(String payload,
String endpoint)
|
|
String |
GenericServiceImpl.sendXML(String payload,
String endpoint,
String soapAction)
|
|
String |
GenericServiceImpl.sendXML(String payload,
URL endpoint)
|
|
String |
GenericServiceImpl.sendXML(String payload,
URL endpoint,
String soapAction)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.handler |
---|
Methods in be.ehealth.technicalconnector.handler that throw TechnicalConnectorException | |
---|---|
void |
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep4.sign(be.ehealth.technicalconnector.handler.AbstractWsSecurityHandler.SignedParts... parts)
|
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3 |
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep2.withBinarySecurityToken(Credential cred)
|
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3 |
AbstractWsSecurityHandler.WSSecHeaderGeneratorStep3.withSAMLToken(SAMLToken token)
|
Constructors in be.ehealth.technicalconnector.handler that throw TechnicalConnectorException | |
---|---|
CertificateCallback()
|
|
CertificateCallback(Credential cred)
Instantiates a new x509 handler |
|
CertificateCallback(X509Certificate certificate,
PrivateKey privateKey)
Instantiates a new x509 handler |
|
SAMLSenderVouchesHandler(Element assertion,
X509Certificate certificate,
PrivateKey privateKey)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.handler.utils |
---|
Constructors in be.ehealth.technicalconnector.handler.utils that throw TechnicalConnectorException | |
---|---|
WSSecurityCrypto(Credential cred)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.idgenerator |
---|
Methods in be.ehealth.technicalconnector.idgenerator that throw TechnicalConnectorException | |
---|---|
static IdGenerator |
IdGeneratorFactory.getIdGenerator()
returns the default instance of the idGenerator, which uses a datetime generator, suited to create an inputReference for a mycarenet message ( max length 14). |
static IdGenerator |
IdGeneratorFactory.getIdGenerator(String type)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.mapper.impl |
---|
Methods in be.ehealth.technicalconnector.mapper.impl that throw TechnicalConnectorException | |
---|---|
void |
MapperDozerImpl.initialize(Map<String,Object> parameterMap)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service |
---|
Methods in be.ehealth.technicalconnector.service that throw TechnicalConnectorException | |
---|---|
static AuthorityService |
ServiceFactory.getAuthorityService()
Gets the Authority service. |
static CodageService |
ServiceFactory.getCodageService()
Deprecated. replaced by getSealsService |
static ConsultService |
ServiceFactory.getConsultService()
Deprecated. replaced by ServiceFactory.getConsultServiceV2() |
static ConsultServiceV2 |
ServiceFactory.getConsultServiceV2()
Gets the Consult service. |
static IdSupportService |
ServiceFactory.getIdSupportService()
Gets the IdSupportService service. |
static KeyDepotService |
ServiceFactory.getKeyDepotService()
Gets the KeyDepot service. |
static KgssService |
ServiceFactory.getKgssService()
Gets the KGSS service. |
static SealsService |
ServiceFactory.getSealsService()
Gets the Seals service. |
static SingleSignOnService |
ServiceFactory.getSingleSignOnService()
Get the SingleSignOnService service. |
static STSService |
ServiceFactory.getStsService()
Gets the STS service. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.codage |
---|
Methods in be.ehealth.technicalconnector.service.codage that throw TechnicalConnectorException | |
---|---|
DecodeResponse |
CodageService.decode(X509Certificate certificate,
PrivateKey privateKey,
DecodeRequest decodeRequest)
Deprecated. The decode operation provides the inverse function of the encode operation |
EncodeResponse |
CodageService.encode(X509Certificate certificate,
PrivateKey privateKey,
EncodeRequest encodeRequest)
Deprecated. The encode operation allows the coding/anonymization of data. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.codage.impl |
---|
Methods in be.ehealth.technicalconnector.service.codage.impl that throw TechnicalConnectorException | |
---|---|
DecodeResponse |
CodageServiceImpl.decode(X509Certificate certificate,
PrivateKey privateKey,
DecodeRequest decodeRequest)
Deprecated. |
EncodeResponse |
CodageServiceImpl.encode(X509Certificate certificate,
PrivateKey privateKey,
EncodeRequest encodeRequest)
Deprecated. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.etee |
---|
Methods in be.ehealth.technicalconnector.service.etee that throw TechnicalConnectorException | |
---|---|
Key |
Crypto.generateSecretKey()
Deprecated. replaced by ConnectorCryptoUtils .generatedKey(); |
static CertificateChecker |
CertificateFactory.getCertificateChecker()
Deprecated. |
static CertificateChecker |
CertificateCheckerFactory.getCertificateChecker()
|
static Crypto |
CryptoFactory.getCrypto(Credential encryption,
Map<String,PrivateKey> decryptionKeys)
|
static Crypto |
CryptoFactory.getCrypto(Credential encryption,
Map<String,PrivateKey> decryptionKeys,
String oCSPPolicy)
Possible values of the OCSPPolicy parameter: |
static Crypto |
CryptoFactory.getCryptoFromSession()
|
static Map<be.fgov.ehealth.etee.crypto.policies.OCSPOption,Object> |
CryptoFactory.getOCSPOptions()
|
static RevocationStatusChecker |
RevocationStatusCheckerFactory.getStatusChecker()
|
static RevocationStatusChecker |
RevocationFactory.getStatusChecker()
Deprecated. |
boolean |
CertificateChecker.isCertificateRevoked(File certFile)
|
boolean |
CertificateChecker.isCertificateRevoked(File certFile,
org.joda.time.DateTime validOn)
|
boolean |
CertificateChecker.isCertificateRevoked(X509Certificate cert)
|
boolean |
CertificateChecker.isCertificateRevoked(X509Certificate cert,
org.joda.time.DateTime validOn)
|
boolean |
CertificateChecker.isValidCertificateChain(List<X509Certificate> certificateChain)
|
byte[] |
Crypto.seal(byte[] content,
SecretKey secretKey,
String keyId)
Deprecated. replaced by Crypto.seal(SigningPolicySelector, KeyResult, byte[]) |
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken enncryptionToken,
byte[] content)
|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] content)
|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content)
|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content)
|
byte[] |
Crypto.seal(EncryptionToken paramEncryptionToken,
byte[] content)
Deprecated. replaced by Crypto.seal(SigningPolicySelector, EncryptionToken, byte[]) |
byte[] |
Crypto.seal(Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content)
Deprecated. replaced by Crypto.seal(SigningPolicySelector, Set, byte[]) |
byte[] |
Crypto.seal(Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content,
SecretKey secretKey,
String keyId)
Deprecated. replaced by Crypto.seal(SigningPolicySelector, Set, KeyResult, byte[]) |
byte[] |
Crypto.unseal(byte[] message)
Deprecated. replaced by Crypto.unseal(SigningPolicySelector, byte[]) |
UnsealedData |
Crypto.unseal(Crypto.SigningPolicySelector type,
byte[] protectedMessage)
|
UnsealedData |
Crypto.unseal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] protectedMessage)
|
byte[] |
Crypto.unsealForUnknown(SecretKey key,
byte[] protectedMessage)
Deprecated. replaced by Crypto.unseal(SigningPolicySelector, KeyResult, byte[]) |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.etee.domain |
---|
Methods in be.ehealth.technicalconnector.service.etee.domain that throw TechnicalConnectorException | |
---|---|
byte[] |
UnsealedData.getContentAsByte()
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.etee.impl |
---|
Methods in be.ehealth.technicalconnector.service.etee.impl that throw TechnicalConnectorException | |
---|---|
Key |
AbstractCrypto.generateSecretKey()
|
void |
CryptoImpl.initialize(Map<String,Object> parameterMap)
|
boolean |
ConnectorCertificateChecker.isCertificateRevoked(File certFile)
|
boolean |
ConnectorCertificateChecker.isCertificateRevoked(File certFile,
org.joda.time.DateTime validOn)
|
boolean |
ConnectorCertificateChecker.isCertificateRevoked(X509Certificate cert)
|
boolean |
ConnectorCertificateChecker.isCertificateRevoked(X509Certificate cert,
org.joda.time.DateTime validOn)
|
boolean |
ConnectorCertificateChecker.isValidCertificateChain(List<X509Certificate> certificateChain)
|
byte[] |
AbstractEndToEndCrypto.seal(byte[] paramArrayOfByte,
SecretKey secretKey,
String base64encodedSymKekId)
|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken encryptionToken,
byte[] content)
|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] content)
|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content)
|
byte[] |
CryptoImpl.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content)
|
byte[] |
AbstractEndToEndCrypto.seal(EncryptionToken paramEncryptionToken,
byte[] paramArrayOfByte)
|
byte[] |
AbstractEndToEndCrypto.seal(Set<EncryptionToken> paramEncryptionTokenSet,
byte[] paramArrayOfByte)
|
byte[] |
AbstractEndToEndCrypto.seal(Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content,
SecretKey secretKey,
String base64encodedSymKekId)
|
byte[] |
AbstractEndToEndCrypto.unseal(byte[] protectedMessage)
|
UnsealedData |
CryptoImpl.unseal(Crypto.SigningPolicySelector type,
byte[] protectedMessage)
|
UnsealedData |
CryptoImpl.unseal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] protectedMessage)
|
byte[] |
AbstractEndToEndCrypto.unsealForUnknown(SecretKey key,
byte[] protectedMessage)
|
static byte[] |
AbstractCrypto.unsealWithSymmKey(Key symmKey,
byte[] objectToUnseal)
Deprecated. replaced with ConnectorCryptoUtils .decrypt(symmkey,"DESede",objectToUnseal) |
Constructors in be.ehealth.technicalconnector.service.etee.impl that throw TechnicalConnectorException | |
---|---|
CryptoImpl(Credential encryption,
Map<String,PrivateKey> decryptionKeys)
Deprecated. replaced with default constructor and the initialize method. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.idsupport |
---|
Methods in be.ehealth.technicalconnector.service.idsupport that throw TechnicalConnectorException | |
---|---|
VerifyIdResponse |
IdSupportService.verifyId(String legalContext,
Id barcode)
See IdSupportService.verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest) . |
VerifyIdResponse |
IdSupportService.verifyId(String legalContext,
Id ssin,
Id cardNumber)
See IdSupportService.verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest) . |
VerifyIdResponse |
IdSupportService.verifyId(VerifyIdRequest request)
Verify a combination between elements of the request. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.idsupport.impl |
---|
Methods in be.ehealth.technicalconnector.service.idsupport.impl that throw TechnicalConnectorException | |
---|---|
VerifyIdResponse |
IdSupportServiceImpl.verifyId(String legalContext,
Id barcode)
|
VerifyIdResponse |
IdSupportServiceImpl.verifyId(String legalContext,
Id ssin,
Id cardNumber)
|
VerifyIdResponse |
IdSupportServiceImpl.verifyId(VerifyIdRequest request)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.keydepot |
---|
Methods in be.ehealth.technicalconnector.service.keydepot that throw TechnicalConnectorException | |
---|---|
EncryptionToken |
KeyDepotManager.getEncryptionETK()
Deprecated. replaced by KeyDepotManager#getETK(EncryptionTokenType.ENCRYPTION) |
GetEtkResponse |
KeyDepotService.getETK(GetEtkRequest etkRequest)
Request an ETK from the Key Depot |
EncryptionToken |
KeyDepotManager.getEtk(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the EncryptionToken based on the input parameters |
EncryptionToken |
KeyDepotManager.getETK(KeyDepotManager.EncryptionTokenType type)
Gets the EncryptionToken linked with the given EncryptionTokenType parameter. |
Set<EncryptionToken> |
KeyDepotManager.getEtkSet(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a Set of EncryptionToken based on the input parameters. |
Set<EncryptionToken> |
KeyDepotService.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a Set of EncryptionToken from the KeyDepot based on the input parameters. |
EncryptionToken |
KeyDepotManager.getHolderOfKeyETK()
Deprecated. replaced by KeyDepotManager#getETK(EncryptionTokenType.HOLDER_OF_KEY) |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.keydepot.impl |
---|
Methods in be.ehealth.technicalconnector.service.keydepot.impl that throw TechnicalConnectorException | |
---|---|
EncryptionToken |
KeyDepotManagerImpl.getEncryptionETK()
|
GetEtkResponse |
KeyDepotServiceImpl.getETK(GetEtkRequest etkRequest)
|
EncryptionToken |
KeyDepotManagerImpl.getEtk(IdentifierType identifierType,
Long identifierValue,
String application)
|
EncryptionToken |
KeyDepotManagerImpl.getETK(KeyDepotManager.EncryptionTokenType type)
|
Set<EncryptionToken> |
KeyDepotManagerImpl.getEtkSet(IdentifierType identifierType,
Long identifierValue,
String application)
|
Set<EncryptionToken> |
KeyDepotServiceImpl.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
|
EncryptionToken |
KeyDepotManagerImpl.getHolderOfKeyETK()
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.kgss |
---|
Methods in be.ehealth.technicalconnector.service.kgss that throw TechnicalConnectorException | |
---|---|
void |
KgssManager.add(List<CredentialType> allowedReaders,
byte[] myEtk)
Requests a new key from KGSS and adds it to the cache |
void |
KgssManager.add(String cacheId,
List<CredentialType> allowedReaders,
byte[] myEtk)
Requests a new key from KGSS and adds it to the cache |
KeyResult |
KgssManager.get(String keyId,
byte[] myEtk)
Gets a key from the KeyCache, if the key is not present in the cache it will be retrieved from the KGSS Web Service and added to the KeyCache. |
KeyResult |
KgssService.getKey(GetKeyRequestContent request,
byte[] kgssETK,
SessionItem session)
Gets the key. |
GetKeyResponseContent |
KgssService.getKey(GetKeyRequestContent request,
Credential encryption,
Credential serviceCredential,
Element samlAssertion,
Map<String,PrivateKey> decryptionKeys,
byte[] etk)
Ask the eHealth-platform Key Generation and Storage Service (KGSS) to retrieve a key, based on a given key identifier. |
KeyResult |
KgssService.getNewKey(GetNewKeyRequestContent request,
byte[] kgssETK)
Asks KGSS to generate and store a new key. |
GetNewKeyResponseContent |
KgssService.getNewKey(GetNewKeyRequestContent request,
Credential encryptionCredential,
Map<String,PrivateKey> decryptionKeys,
byte[] kgssETK)
Ask the eHealth-platform Key Generation and Storage Service (KGSS) to generate and store a new key, and return the identifier. |
KeyResult |
KgssManager.getNewKeyFromKgss(List<CredentialType> allowedReaders,
byte[] myEtk)
Retrieves a new key from the KGSS Web Service and returns it. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.kgss.builders |
---|
Methods in be.ehealth.technicalconnector.service.kgss.builders that throw TechnicalConnectorException | |
---|---|
GetKeyRequest |
KgssMessageBuilder.sealGetKeyRequest(GetKeyRequestContent requestContent)
Seal get key request. |
GetNewKeyRequest |
KgssMessageBuilder.sealGetNewKeyRequest(GetNewKeyRequestContent requestContent)
Seal get new key request. |
GetKeyResponseContent |
KgssMessageBuilder.unsealGetKeyResponse(GetKeyResponse response)
Unseal get key response. |
GetNewKeyResponseContent |
KgssMessageBuilder.unsealGetNewKeyResponse(GetNewKeyResponse response)
Unseal get new key response. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.kgss.builders.impl |
---|
Methods in be.ehealth.technicalconnector.service.kgss.builders.impl that throw TechnicalConnectorException | |
---|---|
GetKeyRequest |
KgssMessageBuilderImpl.sealGetKeyRequest(GetKeyRequestContent requestContent)
|
GetNewKeyRequest |
KgssMessageBuilderImpl.sealGetNewKeyRequest(GetNewKeyRequestContent requestContent)
|
GetKeyResponseContent |
KgssMessageBuilderImpl.unsealGetKeyResponse(GetKeyResponse response)
|
GetNewKeyResponseContent |
KgssMessageBuilderImpl.unsealGetNewKeyResponse(GetNewKeyResponse response)
|
Constructors in be.ehealth.technicalconnector.service.kgss.builders.impl that throw TechnicalConnectorException | |
---|---|
KgssMessageBuilderImpl(byte[] etkKgss,
Credential encryptionCredential,
Map<String,PrivateKey> decryptionKeys)
Instantiates a new kGSS util. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.kgss.impl |
---|
Methods in be.ehealth.technicalconnector.service.kgss.impl that throw TechnicalConnectorException | |
---|---|
static boolean |
KgssServiceImpl.checkReplyStatus(String responseCode)
Check reply status of the web service call, return true when OK. |
KeyResult |
KgssServiceImpl.getKey(GetKeyRequestContent request,
byte[] kgssETK,
SessionItem session)
|
GetKeyResponseContent |
KgssServiceImpl.getKey(GetKeyRequestContent request,
Credential encryption,
Credential service,
Element samlAssertion,
Map<String,PrivateKey> decryptionKeys,
byte[] etkKGSS)
Gets the key. |
KeyResult |
KgssServiceImpl.getNewKey(GetNewKeyRequestContent request,
byte[] kgssETK)
|
GetNewKeyResponseContent |
KgssServiceImpl.getNewKey(GetNewKeyRequestContent request,
Credential encryption,
Map<String,PrivateKey> decryptionKeys,
byte[] etkKGSS)
Gets the new key. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.seals |
---|
Methods in be.ehealth.technicalconnector.service.seals that throw TechnicalConnectorException | |
---|---|
DecodeResponse |
SealsService.decode(X509Certificate certificate,
PrivateKey privateKey,
DecodeRequest decodeRequest)
The decode operation provides the inverse function of the encode operation |
EncodeResponse |
SealsService.encode(X509Certificate certificate,
PrivateKey privateKey,
EncodeRequest encodeRequest)
The encode operation allows the coding/anonymization of data. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.seals.impl |
---|
Methods in be.ehealth.technicalconnector.service.seals.impl that throw TechnicalConnectorException | |
---|---|
DecodeResponse |
SealsServiceImpl.decode(X509Certificate certificate,
PrivateKey privateKey,
DecodeRequest decodeRequest)
|
EncodeResponse |
SealsServiceImpl.encode(X509Certificate certificate,
PrivateKey privateKey,
EncodeRequest encodeRequest)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sso |
---|
Methods in be.ehealth.technicalconnector.service.sso that throw TechnicalConnectorException | |
---|---|
void |
SingleSignOnService.signin(SsoProfile profile)
|
void |
SingleSignOnService.signin(SsoProfile profile,
String relayState)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sso.impl |
---|
Methods in be.ehealth.technicalconnector.service.sso.impl that throw TechnicalConnectorException | |
---|---|
void |
SingleSignOnServiceImpl.signin(SsoProfile profile)
|
void |
SingleSignOnServiceImpl.signin(SsoProfile profile,
String relayState)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts |
---|
Methods in be.ehealth.technicalconnector.service.sts that throw TechnicalConnectorException | |
---|---|
static STSService |
STSServiceFactory.getInstance()
|
Element |
STSService.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String subjectConfirmationMethod,
int validity)
Gets the token. |
Element |
STSService.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String authenticationMethod,
String nameQualifier,
String value,
String subjectConfirmationMethod,
int validity)
|
Element |
STSService.renewToken(Credential headerCredentials,
Credential bodyCredentials,
Element samlToken,
int validity)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.impl |
---|
Methods in be.ehealth.technicalconnector.service.sts.impl that throw TechnicalConnectorException | |
---|---|
Element |
STSServiceWsTrustImpl.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String subjectConfirmationMethod,
int validity)
|
Element |
STSServiceImpl.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String subjectConfirmationMethod,
int validity)
|
Element |
STSServiceWsTrustImpl.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String authenticationMethod,
String nameQualifier,
String value,
String subjectConfirmationMethod,
int validity)
|
Element |
STSServiceImpl.getToken(Credential headerCredentials,
Credential bodyCredentials,
List<SAMLAttribute> attributes,
List<SAMLAttributeDesignator> designators,
String authenticationMethod,
String nameQualifier,
String value,
String subjectConfirmationMethod,
int validity)
|
Element |
STSServiceWsTrustImpl.renewToken(Credential headerCredentials,
Credential bodyCredentials,
Element samlToken,
int validity)
|
Element |
STSServiceImpl.renewToken(Credential headerCredentials,
Credential bodyCredentials,
Element samlToken,
int validity)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.security |
---|
Methods in be.ehealth.technicalconnector.service.sts.security that throw TechnicalConnectorException | |
---|---|
void |
SAMLToken.checkValidity()
|
X509Certificate |
Credential.getCertificate()
Gets the certificate. |
Certificate[] |
Credential.getCertificateChain()
Gets the certificate chain |
CertPath |
ExtendedCredential.getCertPath()
|
org.joda.time.DateTime |
ExtendedCredential.getExpirationDateTime()
|
String |
Credential.getIssuer()
Gets the issuer. |
String |
Credential.getIssuerQualifier()
Gets the issuer qualifier. |
static KeyStore |
KeyStoreFactory.getKeyStore()
|
KeyStore |
KeyStoreAdaptor.getKeyStore()
|
KeyStore |
Credential.getKeyStore()
|
PrivateKey |
Credential.getPrivateKey()
Gets the private key. |
static AuthProvider |
ProviderFactory.getProvider()
|
Provider |
ProviderAdaptor.getProvider()
|
String |
Credential.getProviderName()
Gets the keystore provider |
PublicKey |
Credential.getPublicKey()
Gets the public key. |
Constructors in be.ehealth.technicalconnector.service.sts.security that throw TechnicalConnectorException | |
---|---|
KeyStoreInfo(String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
|
KeyStoreInfo(String pathKeystore,
char[] pwdKeystore,
String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
|
KeyStoreInfo(String pathKeystore,
String keystoreType,
char[] pwdKeystore,
String alias,
char[] privateKeyPwd)
Instantiates a new key store info. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.security.impl |
---|
Methods in be.ehealth.technicalconnector.service.sts.security.impl that throw TechnicalConnectorException | |
---|---|
void |
AbstractSAMLToken.checkValidity()
|
X509Certificate |
AbstractSAMLToken.getCertificate()
|
Certificate[] |
AbstractSAMLToken.getCertificateChain()
|
CertPath |
AbstractExtendedCredential.getCertPath()
|
org.joda.time.DateTime |
AbstractExtendedCredential.getExpirationDateTime()
|
static BeIDCredential |
BeIDCredential.getInstance(String scope,
String aliasName)
Gets the single instance of BeIDCredential. |
String |
AbstractSAMLToken.getIssuer()
|
String |
AbstractSAMLToken.getIssuerQualifier()
|
KeyStore |
KeyStoreCredential.getKeyStore()
|
KeyStore |
KeyPairCredential.getKeyStore()
|
KeyStore |
BeIDCredential.getKeyStore()
|
KeyStore |
AbstractSAMLToken.getKeyStore()
|
PrivateKey |
AbstractSAMLToken.getPrivateKey()
|
PublicKey |
AbstractSAMLToken.getPublicKey()
|
Constructors in be.ehealth.technicalconnector.service.sts.security.impl that throw TechnicalConnectorException | |
---|---|
KeyStoreCredential(KeyStoreInfo keyStoreInfo)
Instantiates a new key store credential. |
|
KeyStoreCredential(KeyStore keystore,
String alias,
String password)
|
|
KeyStoreCredential(String keystorePath,
String alias,
String password)
Instantiates a new key store credential. |
|
KeyStoreCredential(String keystorePath,
String pwdKeystore,
String privateKeyAlias,
String pwdPrivateKey)
Instantiates a new key store credential. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.security.impl.beid |
---|
Methods in be.ehealth.technicalconnector.service.sts.security.impl.beid that throw TechnicalConnectorException | |
---|---|
static BeIDConnectorGui |
BeIDConnectorGuiFactory.getInstance()
|
KeyStore |
BeIDKeyStoreAdaptor.getKeyStore()
|
char[] |
PinPadPanel.getPassWord()
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.security.impl.beid.impl |
---|
Methods in be.ehealth.technicalconnector.service.sts.security.impl.beid.impl that throw TechnicalConnectorException | |
---|---|
char[] |
PinPadPanelImpl.getPassWord()
|
void |
BeIDConnectorExternalGui.setPIN(be.fedict.commons.eid.client.PINPurpose pinpurpose,
char[] pin)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.security.impl.pkcs11 |
---|
Methods in be.ehealth.technicalconnector.service.sts.security.impl.pkcs11 that throw TechnicalConnectorException | |
---|---|
static CallbackHandler |
EidPinCallBackHandlerFactory.getHandler()
Deprecated. |
Provider |
SunPKCS11ProviderAdaptor.getProvider()
Deprecated. |
Constructors in be.ehealth.technicalconnector.service.sts.security.impl.pkcs11 that throw TechnicalConnectorException | |
---|---|
SunPKCS11KeyStoreAdaptor()
Deprecated. Creates a new SunPKCS11KeystoreAdaptor instance |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.sts.utils |
---|
Methods in be.ehealth.technicalconnector.service.sts.utils that throw TechnicalConnectorException | |
---|---|
static Element |
SAMLConverter.convert(Source stsResponse)
Method to convert a Source object to an Element object. |
static Element |
SAMLConverter.toElement(String assertion)
Method to convert an xml String to an Element object |
static String |
SAMLConverter.toXMLString(Element element)
Method to convert an Element object to a String representation |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.timestamp |
---|
Methods in be.ehealth.technicalconnector.service.timestamp that throw TechnicalConnectorException | |
---|---|
TSConsultResponse |
ConsultServiceV2.checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest request)
Retrieves the list of missing time stamps, provided is a time period and list of time stamps (id and times). |
TSConsultResponse |
ConsultService.checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest request)
Deprecated. Retrieves the list of missing time stamps, provided is a time period and list of time stamps (id and times). |
static org.bouncycastle.tsp.TimeStampToken |
TimestampUtil.getTimestamp(byte[] tsTokenResponse)
|
TSConsultTSBagResponse |
ConsultServiceV2.getTimestamp(X509Certificate certificate,
PrivateKey privateKey,
TSConsultTSBagRequest request)
Retrieves an actual time stamp from the eHealth-platform Archive, based on a unique sequence number and a time. |
TSConsultTSBagResponse |
ConsultService.getTimestamp(X509Certificate certificate,
PrivateKey privateKey,
TSConsultTSBagRequest request)
Deprecated. Retrieves an actual time stamp from the eHealth-platform Archive, based on a unique sequence number and a time. |
static org.bouncycastle.tsp.TimeStampResponse |
TimestampUtil.getTimestampResponse(byte[] tsTokenResponse)
|
static org.bouncycastle.tsp.TimeStampToken |
TimestampUtil.getTimeStampToken(byte[] tsToken)
Helper method for tests Process timestamp, use the Bouncy Castle framework to get the Time Stamp Token. |
SignResponse |
AuthorityService.signRequest(X509Certificate certificate,
PrivateKey privateKey,
SignRequest request)
This operation can be used to either make a time stamp of one or more documents, or to make a time stamp of the hash value of the original documents. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.timestamp.impl |
---|
Methods in be.ehealth.technicalconnector.service.timestamp.impl that throw TechnicalConnectorException | |
---|---|
TSConsultResponse |
ConsultServiceV2Impl.checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest consultRequest)
|
TSConsultResponse |
ConsultServiceImpl.checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest consultRequest)
|
TSConsultTSBagResponse |
ConsultServiceV2Impl.getTimestamp(X509Certificate certificate,
PrivateKey privateKey,
TSConsultTSBagRequest consultRequest)
|
TSConsultTSBagResponse |
ConsultServiceImpl.getTimestamp(X509Certificate certificate,
PrivateKey privateKey,
TSConsultTSBagRequest consultRequest)
|
SignResponse |
AuthorityServiceImpl.signRequest(X509Certificate certificate,
PrivateKey privateKey,
SignRequest signRequest)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.service.ws |
---|
Methods in be.ehealth.technicalconnector.service.ws that throw TechnicalConnectorException | |
---|---|
static GenericRequest |
ServiceFactory.getCodageService(X509Certificate certificate,
PrivateKey privateKey)
Deprecated. replaced by getSealsService |
static GenericRequest |
ServiceFactory.getETKService()
Gets the eTK service. |
static GenericRequest |
ServiceFactory.getIdSupportV2Service(SAMLToken token)
|
static GenericRequest |
ServiceFactory.getKGSSService()
Gets the KGSS service. |
static GenericRequest |
ServiceFactory.getKGSSServiceSecured(SAMLToken token)
Gets the KGSSS service secured. |
static GenericRequest |
ServiceFactory.getSealsService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Codage service. |
static GenericRequest |
ServiceFactory.getSTSService(X509Certificate certificate,
PrivateKey privateKey)
Gets the sTS service. |
static GenericRequest |
ServiceFactory.getTSAuthorityService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
static GenericRequest |
ServiceFactory.getTSConsultService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.session |
---|
Methods in be.ehealth.technicalconnector.session that throw TechnicalConnectorException | ||
---|---|---|
SessionItem |
SessionManager.createFallbackSession(String hokPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
|
SessionItem |
SessionManager.createFallbackSession(String hokPwd,
String encryptionPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
|
SessionItem |
SessionManager.createFallbackSession(String identPwd,
String hokPwd,
String encryptionPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
|
|
ImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters)
Deprecated. use the other createImplementationClass method without crypto |
|
|
ImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
SessionItem |
SessionManager.createSession(String hokPwd)
Creates a session using the certificate on the eID of the user and an holder of key certificate stored on the computer. |
|
SessionItem |
SessionManager.createSession(String hokPwd,
String encryptionPwd)
Creates a session using the certificate on the eID of the user and an holder of key certificate stored on the computer. |
|
SessionItem |
SessionManager.createSessionEidOnly()
Creates a session only based on eid card. |
|
Crypto |
SessionItem.getEncryptionCrypto()
Gets the crypto associated with the Encryption credentials |
|
Credential |
SessionItem.getHeaderCredential()
|
|
Crypto |
SessionItem.getHolderOfKeyCrypto()
Gets the crypto associated with the HOK credentials |
|
void |
SessionManager.loadEncryptionKeys(String encryptionPwd)
|
|
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.setHeaderCredential(Credential headerCredential)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.session.impl |
---|
Methods in be.ehealth.technicalconnector.session.impl that throw TechnicalConnectorException | |
---|---|
SessionItem |
SessionManagerImpl.createFallbackSession(String hokPwd)
|
SessionItem |
SessionManagerImpl.createFallbackSession(String hokPwd,
String encryptionPwd)
|
SessionItem |
SessionManagerImpl.createFallbackSession(String idnetPwd,
String hokPwd,
String encryptionPwd)
|
SessionItem |
SessionManagerImpl.createSession(String hokPwd)
|
SessionItem |
SessionManagerImpl.createSession(String hokPwd,
String encryptionPwd)
|
SessionItem |
SessionManagerImpl.createSessionEidOnly()
|
Crypto |
SessionItemImpl.getEncryptionCrypto()
|
Credential |
SessionItemImpl.getHeaderCredential()
|
Crypto |
SessionItemImpl.getHolderOfKeyCrypto()
|
void |
SessionManagerImpl.loadEncryptionKeys(String encryptionPwd)
|
void |
SessionManagerImpl.loadSession(SAMLToken token,
String hokPwd)
|
void |
SessionManagerImpl.loadSession(SAMLToken token,
String hokPwd,
String encryptionPwd)
|
void |
SessionItemImpl.setHeaderCredential(Credential headerCredential)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.utils |
---|
Methods in be.ehealth.technicalconnector.utils that throw TechnicalConnectorException | ||
---|---|---|
static byte[] |
ConnectorIOUtils.base64Decode(byte[] input)
Deprecated. use ConnectorIOUtils.base64Decode(byte[], boolean) |
|
static byte[] |
ConnectorIOUtils.base64Decode(byte[] input,
boolean recursive)
Helper method to decode base64 byte[] with or without recursivity. |
|
static byte[] |
ConnectorCryptoUtils.calculateDigest(String digestAlgo,
byte[] content)
Helper method to calculate a Digest |
|
static SessionItem |
SessionUtil.checkAndRetrieveSession()
|
|
static byte[] |
ConnectorIOUtils.compress(boolean noWrap,
byte[] input)
Deprecated. Replaced by ConnectorIOUtils.compress(byte[])
Note:noWrap parameter is not longer used. |
|
static byte[] |
ConnectorIOUtils.compress(byte[] input)
Compress the given byte[] by using the ConnectorIOUtils.COMPRESSION_ALGO_GZIP |
|
static byte[] |
ConnectorIOUtils.compress(byte[] input,
String algo)
Compress the given byte[] by using the specified algorithm. |
|
static void |
ConnectorIOUtils.compress(InputStream in,
OutputStream out,
String algo)
Compress the given InputStream by using the specified algo to the given OutputStream |
|
static String |
ConnectorIOUtils.convertStreamToString(InputStream is)
Convert the given InputStream to a String |
|
static byte[] |
ConnectorIOUtils.decompress(boolean noWrap,
byte[] input)
Deprecated. Replaced by ConnectorIOUtils.compress(byte[])
Note:noWrap parameter is not longer used. |
|
static byte[] |
ConnectorIOUtils.decompress(byte[] input)
De-compress the given byte[] |
|
static InputStream |
ConnectorIOUtils.decompress(InputStream input)
De-compress the given InputStream by detecting the used algorithm. |
|
static void |
ConnectorIOUtils.decompress(InputStream in,
OutputStream out,
boolean noWrap)
Compress the given InputStream to the given OutputStream using the Inflater with or without wrap. |
|
static byte[] |
ConnectorCryptoUtils.decrypt(Key key,
byte[] encryptedBytes)
Decrypt the encryptedBytes bases on the key. |
|
static byte[] |
ConnectorCryptoUtils.decrypt(Key key,
String algo,
byte[] encryptedBytes)
Decrypt the encryptedBytes bases on the key and the given algoritm. |
|
static SecretKey |
ConnectorCryptoUtils.generateKey()
Generate a key based using th default algoritm and keysize. |
|
static SecretKey |
ConnectorCryptoUtils.generateKey(int keySize)
Generate a key based on the default algoritm and the keysize given as input. |
|
static SecretKey |
ConnectorCryptoUtils.generateKey(String algo,
int keySize)
Generate a key based on the algoritm and keysize given as input. |
|
static
|
ConfigurableImplementationHelper.get(String paramName,
Map<String,Object> parameterMap,
Class<T> paramType,
boolean required)
Helper method to extract the wanted param from the parameterMap. |
|
static byte[] |
ConnectorIOUtils.getBytes(InputStream inputStream)
Get the bytes from the given InputStream |
|
static Credential |
SessionUtil.getCredentail(CryptoType type,
Credential defaultCredential)
|
|
static Crypto |
SessionUtil.getCrypto(CryptoType type,
Crypto defaultCrypto)
|
|
static Credential |
SessionUtil.getEncryptionCredential()
checks the session and the presence of the encryption credential and returns it. |
|
static Crypto |
SessionUtil.getEncryptionCrypto()
validates if the session and the encryption crypto is present, and returns the encryption Crypto. |
|
static Credential |
SessionUtil.getHolderOfKeyCredential()
checks the session and the presence of the 'holder of key' credential and returns it. |
|
static Crypto |
SessionUtil.getHolderOfKeyCrypto()
validates if the session and the 'holder of key' crypto is present, and returns the 'holder of key' Crypto. |
|
T |
ConfigurableFactoryHelper.getImplementation()
Creates a builder based on the given properties in the configuration or the default class property. |
|
T |
ConfigurableFactoryHelper.getImplementation(boolean useCache)
Creates a builder based on the given properties in the configuration or the default class property. |
|
T |
ConfigurableFactoryHelper.getImplementation(Map<String,Object> configParameters)
Creates a builder based on the given properties in the configuration or the default class property. |
|
T |
ConfigurableFactoryHelper.getImplementation(Map<String,Object> hashMap,
boolean usecache)
|
|
T |
ConfigurableFactoryHelper.getImplementation(Map<String,Object> configParameters,
boolean useCaching,
boolean silent)
Creates a builder based on the given properties in the configuration or the default class property. |
|
List<T> |
ConfigurableFactoryHelper.getImplementations()
|
|
List<T> |
ConfigurableFactoryHelper.getImplementations(boolean useCache)
|
|
List<T> |
ConfigurableFactoryHelper.getImplementations(boolean useCache,
boolean silent)
|
|
List<T> |
ConfigurableFactoryHelper.getImplementations(Map<String,Object> configParameters)
|
|
List<T> |
ConfigurableFactoryHelper.getImplementations(Map<String,Object> configParameters,
boolean useCache)
|
|
List<T> |
ConfigurableFactoryHelper.getImplementations(Map<String,Object> configParameters,
boolean useCache,
boolean silent)
|
|
static IdentifierType |
IdentifierType.getInstance(Map<Integer,String> mapping,
int expectedLength)
Instanciate a new instance of IdentifierType if it is not found in the cache. |
|
static String |
SessionUtil.getNihii()
retrieves the NIHII of the user using the application. |
|
static String |
SessionUtil.getNihii11()
retrieves the NIHII of the user using the application. |
|
static String |
SessionUtil.getNiss()
retrieves the NIHII of the user using the application. |
|
static byte[] |
ConnectorIOUtils.getResourceAsByteArray(String location)
Gets content of the location as byte[] |
|
static File |
ConnectorIOUtils.getResourceAsFile(String location)
Gets content of the location as File |
|
static InputStream |
ConnectorIOUtils.getResourceAsStream(String location)
Gets the location as InputStream |
|
static InputStream |
ConnectorIOUtils.getResourceAsStream(String location,
boolean bootstrap)
Gets the location as InputStream |
|
static String |
ConnectorIOUtils.getResourceAsString(String location)
Gets content of the location as String |
|
static String |
ConnectorIOUtils.getResourceFilePath(String location)
Gets the resource as stream. |
|
void |
ConfigurableImplementation.initialize(Map<String,Object> parameterMap)
initializes the implementation with additional parameters. |
|
static byte[] |
ConnectorExceptionUtils.processUnsealConnectorException(UnsealConnectorException e,
String... allowedErrors)
Utility method that handles UnsealConnectorException by ignoring a Array of allowedErrors. |
|
static byte[] |
ConnectorIOUtils.toBytes(String content,
Charset charsetName)
Get the bytes from the given String by using the correct Charset |
|
static Document |
ConnectorXmlUtils.toDocument(byte[] data)
|
|
static Document |
ConnectorXmlUtils.toDocument(String xml)
|
|
static Element |
ConnectorXmlUtils.toElement(byte[] data)
|
|
X |
MarshallerHelper.toObject(InputStream inputStream)
To object. |
|
static String |
ConnectorIOUtils.toString(byte[] message,
Charset charsetName)
Convert the given byte[] to a String by using the corrrect Charset |
|
static String |
ConnectorXmlUtils.toString(Node node)
To string based on a Node |
|
static String |
ConnectorXmlUtils.toString(Source source)
To string based on a Source |
|
static void |
PCSCUtils.verifyPin(char[] pin)
Method to verify the pin code of an EID smartcard |
Constructors in be.ehealth.technicalconnector.utils that throw TechnicalConnectorException | |
---|---|
CertificateParser(String subject)
Instantiates a new certificate parser. |
|
CertificateParser(X509Certificate cert)
Instantiates a new certificate parser. |
|
KeyStoreManager(KeyStoreInfo keyStoreInfo)
Instantiates a new key store manager. |
|
KeyStoreManager(String pathKeystore,
char[] keyStorePassword)
Instantiates a new key store manager. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.validator |
---|
Methods in be.ehealth.technicalconnector.validator that throw TechnicalConnectorException | |
---|---|
void |
XMLValidator.validate(Object xmlObject)
Validates a JAXB object |
static void |
ValidatorHelper.validate(Object jaxbObj,
Class xmlClass,
String rootSchemaFileLocation)
Validates a JAXB object |
static void |
ValidatorHelper.validate(Object jaxbObj,
String rootSchemaFileLocation)
Validates a JAXB object |
static void |
ValidatorHelper.validate(Source source,
boolean xop,
String... schemaLocations)
|
static void |
ValidatorHelper.validate(Source source,
String... schemaLocations)
|
void |
TimeStampValidator.validateTimeStampToken(byte[] bs,
org.bouncycastle.tsp.TimeStampToken timeStampToken)
validates the timestamp token. |
void |
TimeStampValidator.validateTimeStampToken(org.bouncycastle.tsp.TimeStampToken timeStampToken)
validates the timestamp token. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.validator.impl |
---|
Methods in be.ehealth.technicalconnector.validator.impl that throw TechnicalConnectorException | |
---|---|
static TimeStampValidator |
TimeStampValidatorFactory.getInstance()
|
static TimeStampValidator |
TimeStampValidatorFactory.getTimeStampValidator()
Deprecated. replaced with getInstance() method |
void |
TimeStampValidatorImpl.initialize(Map<String,Object> parameterMap)
|
void |
XMLValidatorImpl.validate(Object xmlObject)
|
void |
TimeStampValidatorImpl.validateTimeStampToken(byte[] bs,
org.bouncycastle.tsp.TimeStampToken tsToken)
|
void |
TimeStampValidatorImpl.validateTimeStampToken(org.bouncycastle.tsp.TimeStampToken tsToken)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.ws |
---|
Methods in be.ehealth.technicalconnector.ws that throw TechnicalConnectorException | |
---|---|
static GenericWsSender |
ServiceFactory.getGenericWsSender()
|
GenericResponse |
GenericWsSender.send(GenericRequest request)
|
Node |
GenericWsSender.sendCertificateSecured(String url,
Document payload,
X509Certificate certificate,
PrivateKey privateKey)
Deprecated. |
Node |
GenericWsSender.sendCertificateSecured(String url,
Document payload,
X509Certificate certificate,
PrivateKey privateKey,
String soapAction)
Deprecated. |
String |
GenericWsSender.sendCertificateSecured(String url,
String payload,
X509Certificate certificate,
PrivateKey privateKey)
Deprecated. |
String |
GenericWsSender.sendCertificateSecured(String url,
String payload,
X509Certificate certificate,
PrivateKey privateKey,
String soapAction)
Deprecated. |
Node |
GenericWsSender.sendSamlSecured(String url,
Document payload,
Element assertion,
Credential credential)
Deprecated. |
Node |
GenericWsSender.sendSamlSecured(String url,
Document payload,
Element assertion,
Credential credential,
String soapAction)
Deprecated. |
String |
GenericWsSender.sendSamlSecured(String url,
String payload,
Element assertion,
Credential credential)
Deprecated. |
String |
GenericWsSender.sendSamlSecured(String url,
String payload,
Element assertion,
Credential credential,
String soapAction)
Deprecated. |
Node |
GenericWsSender.sendUnsecured(String url,
Document payload)
Deprecated. |
Node |
GenericWsSender.sendUnsecured(String url,
Document payload,
String soapAction)
Deprecated. |
String |
GenericWsSender.sendUnsecured(String url,
String payload)
Deprecated. use the method send(GenericRequest) |
String |
GenericWsSender.sendUnsecured(String url,
String payload,
String soapAction)
Deprecated. |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.ws.domain |
---|
Methods in be.ehealth.technicalconnector.ws.domain that throw TechnicalConnectorException | |
---|---|
String |
GenericResponse.asString()
Getter that returns the response as String . |
void |
GenericRequest.setCertificateSecured()
Deprecated. |
GenericRequest |
GenericRequest.setCertificateSecured(X509Certificate certificate,
PrivateKey privateKey)
|
GenericRequest |
GenericRequest.setCredential(Credential cred,
TokenType sec)
This method will set the security handler based on the credential |
GenericRequest |
GenericRequest.setCredentialFromSession(TokenType sec)
This method will use the session to detirming the credential to use. |
GenericRequest |
GenericRequest.setDefaultHandlerChain()
This method will sets the DefaultHandlerChain before and after the security layer as specified in the configuration. |
GenericRequest |
GenericRequest.setPayload(String payload)
The payload to set as String value |
void |
GenericRequest.setSamlSecured()
Deprecated. |
GenericRequest |
GenericRequest.setSamlSecured(Element assertion,
Credential hok)
This method will uses the assertion and the credential for setting the SAML security |
void |
GenericRequest.setSamlSecured(SAMLToken token)
Deprecated. |
GenericRequest |
GenericRequest.setSoapAction(String soapAction)
|
GenericRequest |
GenericRequest.setWSAddressing(WsAddressingHeader header)
This method will set the WSAddressing header as specified in the V200508 specification |
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.ws.impl |
---|
Methods in be.ehealth.technicalconnector.ws.impl that throw TechnicalConnectorException | |
---|---|
GenericResponse |
AbstractWsSender.send(GenericRequest genericRequest)
|
Node |
GenericWsSenderImpl.sendCertificateSecured(String url,
Document payload,
X509Certificate certificate,
PrivateKey privateKey)
|
Node |
GenericWsSenderImpl.sendCertificateSecured(String url,
Document payload,
X509Certificate certificate,
PrivateKey privateKey,
String soapAction)
|
String |
GenericWsSenderImpl.sendCertificateSecured(String url,
String payload,
X509Certificate certificate,
PrivateKey privateKey)
|
String |
GenericWsSenderImpl.sendCertificateSecured(String url,
String payload,
X509Certificate certificate,
PrivateKey privateKey,
String soapAction)
|
Node |
GenericWsSenderImpl.sendSamlSecured(String url,
Document payload,
Element assertion,
Credential credential)
|
Node |
GenericWsSenderImpl.sendSamlSecured(String url,
Document payload,
Element assertion,
Credential credential,
String soapAction)
|
String |
GenericWsSenderImpl.sendSamlSecured(String url,
String payload,
Element assertion,
Credential credential)
|
String |
GenericWsSenderImpl.sendSamlSecured(String url,
String payload,
Element assertion,
Credential credential,
String soapAction)
|
Node |
GenericWsSenderImpl.sendUnsecured(String url,
Document payload)
|
Node |
GenericWsSenderImpl.sendUnsecured(String url,
Document payload,
String soapAction)
|
String |
GenericWsSenderImpl.sendUnsecured(String url,
String payload)
|
String |
GenericWsSenderImpl.sendUnsecured(String url,
String payload,
String soapAction)
|
Uses of TechnicalConnectorException in be.ehealth.technicalconnector.ws.impl.strategy |
---|
Methods in be.ehealth.technicalconnector.ws.impl.strategy that throw TechnicalConnectorException | |
---|---|
GenericResponse |
RetryStrategy.invoke(SOAPMessageContext request,
Handler<?>[] chain)
|
GenericResponse |
NoRetryInvokeStrategy.invoke(SOAPMessageContext request,
Handler<?>[] chain)
|
GenericResponse |
InvokeStrategy.invoke(SOAPMessageContext request,
Handler<?>[] chain)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.bcp |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.bcp that throw TechnicalConnectorException | |
---|---|
static boolean |
EndpointUpdater.update()
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.bcp.parser |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.bcp.parser that throw TechnicalConnectorException | |
---|---|
static EndPointInformation |
StatusPageParser.parse(String xml)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.bcp.verifier |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.bcp.verifier that throw TechnicalConnectorException | |
---|---|
static boolean |
StatusPageSignatureVerifier.isValid(String xml)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.tsl |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.tsl that throw TechnicalConnectorException | |
---|---|
static void |
TrustStoreUpdater.launch()
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.tsl.parser |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.tsl.parser that throw TechnicalConnectorException | |
---|---|
void |
TrustServiceStatusListParser.parse(String xml,
String... serviceTypeIdentifiers)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.bootstrap.utils |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.utils that throw TechnicalConnectorException | |
---|---|
static X509Certificate |
BootStrapUtils.generateX509Cert(String input)
|
static void |
BootStrapUtils.merge(String inputLocation,
char[] inputPwd,
String targetLocation,
char[] targetPwd)
|
static void |
BootStrapUtils.writeKeyStore(List<X509Certificate> certList,
String location,
char[] pwd)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.distributedkeys |
---|
Methods in be.fgov.ehealth.technicalconnector.distributedkeys that throw TechnicalConnectorException | |
---|---|
KeyStore |
DistributedKeyStoreRegistry.createDistributedKeyStore(String key,
DistributedSignerProxy proxy)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.builders |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.builders that throw TechnicalConnectorException | |
---|---|
X509Certificate |
EncryptionTokenBuilder.BuildStep.build()
|
T |
ContractBuilder.BuildStep.build()
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.domain |
---|
Constructors in be.fgov.ehealth.technicalconnector.ra.domain that throw TechnicalConnectorException | |
---|---|
DistinguishedName()
The DistinguishedName is created based on the eID present in the reader. |
|
DistinguishedName(X500Principal principal)
The DistinguishedName is created based on the information in the given X500Principal |
|
NewCertificateContract(DistinguishedName name,
ContactData contact,
UsageType... types)
|
|
RenewCertificateContract(X509Certificate cert,
ContactData contact,
UsageType... types)
|
|
RevokeCertificateContract(X509Certificate cert,
RevocationReason reason,
Language lang)
|
|
RevokeCertificateContract(X509Certificate cert,
RevocationReason reason,
String reasonDetail,
Language lang)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.exceptions |
---|
Subclasses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.exceptions | |
---|---|
class |
RaException
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.service |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.service that throw TechnicalConnectorException | |
---|---|
Result<Void> |
EncryptionTokenRegistrationService.activateToken()
|
Result<List<String>> |
AuthenticationCertificateRegistrationService.getApplicationIdList(Organization organization)
|
static AuthenticationCertificateRegistrationService |
ServiceFactory.getAuthenticationCertificateRegistrationService()
|
static EncryptionTokenRegistrationService |
ServiceFactory.getEncryptionTokenRegistrationService(Credential cred)
|
Result<List<Organization>> |
AuthenticationCertificateRegistrationService.getOrganizationList(Identity identity)
|
Result<List<X509Certificate>> |
AuthenticationCertificateRegistrationService.getRevokableCertificates(Identity identity)
|
Result<X509Certificate[]> |
AuthenticationCertificateRegistrationService.poll(String requestId)
|
byte[] |
EncryptionTokenRegistrationService.registerPublicKey(PublicKey key)
|
Result<Void> |
EncryptionTokenRegistrationService.registerToken(byte[] etk)
|
String |
AuthenticationCertificateRegistrationService.renew(RenewCertificateContract contract)
|
String |
AuthenticationCertificateRegistrationService.request(NewCertificateContract contract)
|
Result<Void> |
AuthenticationCertificateRegistrationService.revoke(RevokeCertificateContract contract)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.service.impl |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.service.impl that throw TechnicalConnectorException | |
---|---|
Result<Void> |
EncryptionTokenRegistrationServiceImpl.activateToken()
|
Result<List<String>> |
AuthenticationCertificateRegistrationServiceImpl.getApplicationIdList(Organization organization)
|
Result<List<Organization>> |
AuthenticationCertificateRegistrationServiceImpl.getOrganizationList(Identity identity)
|
Result<List<X509Certificate>> |
AuthenticationCertificateRegistrationServiceImpl.getRevokableCertificates(Identity identity)
|
void |
EncryptionTokenRegistrationServiceImpl.initialize(Map<String,Object> parameterMap)
|
void |
AuthenticationCertificateRegistrationServiceImpl.initialize(Map<String,Object> parameterMap)
|
Result<X509Certificate[]> |
AuthenticationCertificateRegistrationServiceImpl.poll(String requestId)
|
byte[] |
EncryptionTokenRegistrationServiceImpl.registerPublicKey(PublicKey key)
|
Result<Void> |
EncryptionTokenRegistrationServiceImpl.registerToken(byte[] etk)
|
String |
AuthenticationCertificateRegistrationServiceImpl.renew(RenewCertificateContract contract)
|
String |
AuthenticationCertificateRegistrationServiceImpl.request(NewCertificateContract contract)
|
Result<Void> |
AuthenticationCertificateRegistrationServiceImpl.revoke(RevokeCertificateContract contract)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.ra.utils |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.utils that throw TechnicalConnectorException | ||
---|---|---|
void |
KeyStoreUtils.addAuthenticationChain(char[] passwd,
X509Certificate... chain)
Add the X509Certificate chain to the keystore, the alias of the actuele certificate is "authentication". |
|
void |
KeyStoreUtils.addAuthenticationKeyPair(KeyPair entry,
char[] passwd)
Add the authentication keypair to the keystore, a dummy X509Certificate will be generated. |
|
void |
KeyStoreUtils.addEncryptionToken(KeyPair entry,
char[] passwd,
X509Certificate etkCert)
Add the EncryptionToken to the keystore, the alias will be the hex value of the serialnumber. |
|
static X509Certificate |
CertificateUtils.generateCert(PublicKey rqPubKey,
BigInteger serialNr,
Credential cred)
Generates a self signed certificate based on the given Credential |
|
static
|
RaUtils.invokeEtkRa(Object payload,
String soapAction,
Class<T> clazz)
|
|
static BigInteger |
CertificateUtils.obtainSerialNumber(PrivateKey key,
byte[] challenge)
Extract the serialnumber from the challenge. |
|
void |
KeyStoreUtils.store(String location,
char[] passwd)
Store the keystore to the given location with the given password. |
|
static
|
RaUtils.transform(byte[] signedContent,
Class<T> clazz)
Method to transform a respone of the ra, to a real business object. |
|
static
|
RaUtils.transform(Credential cred,
byte[] data)
Method to transform a byte[] to a CMS message signed with the given credential. |
|
static
|
RaUtils.transform(Credential cred,
T object,
Class<T> clazz)
Method to transform the given xml object to a signed CMS message. |
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature |
---|
Methods in be.fgov.ehealth.technicalconnector.signature that throw TechnicalConnectorException | |
---|---|
static SignatureBuilder |
SignatureBuilderFactory.getSignatureBuilder(AdvancedElectronicSignatureEnumeration instance)
|
byte[] |
SignatureBuilder.sign(Credential signatureCredential,
byte[] byteArrayToSign)
|
byte[] |
SignatureBuilder.sign(Credential signatureCredential,
byte[] byteArrayToSign,
Map<String,Object> options)
|
SignatureVerificationResult |
SignatureBuilder.verify(byte[] content,
byte[] signature,
Map<String,Object> options)
|
SignatureVerificationResult |
SignatureBuilder.verify(byte[] signedByteArray,
Map<String,Object> options)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.config.impl |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.config.impl that throw TechnicalConnectorException | |
---|---|
void |
ConfigurationModuleRegisterTransformers.init(Configuration config)
|
void |
ConfigurationModuleRegisterTransformers.unload()
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.impl |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.impl that throw TechnicalConnectorException | |
---|---|
static CertPath |
SignatureUtils.getCertPath(Credential cred)
|
byte[] |
XmlSignatureBuilder.sign(Credential signatureCredential,
byte[] byteArrayToSign)
|
byte[] |
CmsSignatureBuilder.sign(Credential signatureCredential,
byte[] byteArrayToSign)
|
byte[] |
XmlSignatureBuilder.sign(Credential signatureCredential,
byte[] byteArrayToSign,
Map<String,Object> options)
|
byte[] |
CmsSignatureBuilder.sign(Credential signatureCredential,
byte[] byteToSign,
Map<String,Object> options)
|
SignatureVerificationResult |
XmlSignatureBuilder.verify(byte[] signedByteArray,
byte[] signature,
Map<String,Object> options)
|
SignatureVerificationResult |
CmsSignatureBuilder.verify(byte[] content,
byte[] signature,
Map<String,Object> options)
|
SignatureVerificationResult |
XmlSignatureBuilder.verify(byte[] signedByteArray,
Map<String,Object> options)
|
SignatureVerificationResult |
CmsSignatureBuilder.verify(byte[] signedByteArray,
Map<String,Object> options)
|
SignatureVerificationResult |
XmlSignatureBuilder.verify(Document signedContent,
Element sigElement,
Map<String,Object> options)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.impl.tsa |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.impl.tsa that throw TechnicalConnectorException | |
---|---|
byte[] |
TimestampGenerator.generate(String requestId,
String digestAlgoUri,
byte[] digest)
|
static TimestampGenerator |
TimestampGeneratorFactory.getInstance(Map<String,Object> options)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.impl.tsa.impl |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.impl.tsa.impl that throw TechnicalConnectorException | |
---|---|
byte[] |
TimeStampGeneratorImpl.generate(String requestId,
String digestAlgoUri,
byte[] digest)
|
void |
TimeStampGeneratorImpl.initialize(Map<String,Object> parameterMap)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.impl.xades |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.impl.xades that throw TechnicalConnectorException | |
---|---|
void |
XadesSpecification.addOptionalAfterSignatureParts(UnsignedPropertiesBuilder unsignedProps,
org.apache.xml.security.signature.XMLSignature sig,
String uuid,
Map<String,Object> options)
|
void |
XadesSpecification.addOptionalBeforeSignatureParts(SignedPropertiesBuilder signedProps,
org.apache.xml.security.signature.XMLSignature sig,
Credential signing,
String uuid,
Map<String,Object> options)
|
Uses of TechnicalConnectorException in be.fgov.ehealth.technicalconnector.signature.impl.xades.impl |
---|
Methods in be.fgov.ehealth.technicalconnector.signature.impl.xades.impl that throw TechnicalConnectorException | |
---|---|
void |
XadesTSpecification.addOptionalAfterSignatureParts(UnsignedPropertiesBuilder unsignedProps,
org.apache.xml.security.signature.XMLSignature sig,
String uuid,
Map<String,Object> options)
|
void |
XadesCSpecification.addOptionalAfterSignatureParts(UnsignedPropertiesBuilder unsignedProps,
org.apache.xml.security.signature.XMLSignature sig,
String uuid,
Map<String,Object> options)
|
void |
XadesBesSpecification.addOptionalAfterSignatureParts(UnsignedPropertiesBuilder unsignedProps,
org.apache.xml.security.signature.XMLSignature sig,
String uuid,
Map<String,Object> options)
|
void |
XadesTSpecification.addOptionalBeforeSignatureParts(SignedPropertiesBuilder signedProps,
org.apache.xml.security.signature.XMLSignature sig,
Credential signing,
String uuid,
Map<String,Object> options)
|
void |
XadesCSpecification.addOptionalBeforeSignatureParts(SignedPropertiesBuilder signedProps,
org.apache.xml.security.signature.XMLSignature sig,
Credential signing,
String uuid,
Map<String,Object> options)
|
void |
XadesBesSpecification.addOptionalBeforeSignatureParts(SignedPropertiesBuilder signedProps,
org.apache.xml.security.signature.XMLSignature sig,
Credential signing,
String uuid,
Map<String,Object> options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |