|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.builders.impl.ProofBuilderImpl
public class ProofBuilderImpl
Implementation for ProofBuilder
Constructor Summary | |
---|---|
ProofBuilderImpl()
|
Method Summary | |
---|---|
Proof |
createProofForEidReading()
Creates a Proof for eID reading |
Proof |
createProofForEidSigning(Credential cred)
Creates a Proof for eID signing Requires the eID card of the patient connected |
Proof |
createProofForIsiReading()
Creates a Proof for Sis reading |
Proof |
createProofForSisReading()
Creates a Proof for Sis reading |
Proof |
createSimpleProof(String proofType)
creates a simple Proof for a given kmehr proof type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProofBuilderImpl()
Method Detail |
---|
public Proof createProofForEidSigning(Credential cred) throws TechnicalConnectorException, TherLinkBusinessConnectorException
ProofBuilder
Proof
for eID signing Requires the eID card of the patient connected
createProofForEidSigning
in interface ProofBuilder
TechnicalConnectorException
TherLinkBusinessConnectorException
public Proof createProofForEidReading()
ProofBuilder
Proof
for eID reading
createProofForEidReading
in interface ProofBuilder
public Proof createProofForSisReading()
ProofBuilder
Proof
for Sis reading
createProofForSisReading
in interface ProofBuilder
public Proof createProofForIsiReading()
ProofBuilder
Proof
for Sis reading
createProofForIsiReading
in interface ProofBuilder
ProofBuilder.createProofForIsiReading()
public Proof createSimpleProof(String proofType)
ProofBuilder
Proof
for a given kmehr proof type. The proof will only contain the proofType , which is now an extendable
kmehr code.
createSimpleProof
in interface ProofBuilder
proofType
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |