|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.hubv3.service.impl.HubTokenServiceImpl
public class HubTokenServiceImpl
Implementation of HubTokenService
| Constructor Summary | |
|---|---|
HubTokenServiceImpl()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HubTokenServiceImpl()
| Method Detail |
|---|
public DeclareTransactionResponse declareTransaction(SAMLToken token,
DeclareTransactionRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
declareTransaction in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutTransactionResponse putTransaction(SAMLToken token,
PutTransactionRequest request,
String breakTheGlass)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
HubTokenService
putTransaction in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
IntraHubBusinessConnectorException
public RevokeTransactionResponse revokeTransaction(SAMLToken token,
RevokeTransactionRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
revokeTransaction in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetTransactionListResponse getTransactionList(SAMLToken token,
GetTransactionListRequest request,
String breakTheGlass,
Integer maxRows)
throws TechnicalConnectorException
HubTokenService
getTransactionList in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetTransactionResponse getTransaction(SAMLToken token,
GetTransactionRequest request,
String breakTheGlass)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
HubTokenService
getTransaction in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
IntraHubBusinessConnectorException
public RequestPublicationResponse requestPublication(SAMLToken token,
RequestPublicationRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
requestPublication in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutHCPartyResponse putHCParty(SAMLToken token,
PutHCPartyRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putHCParty in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetHCPartyResponse getHCParty(SAMLToken token,
GetHCPartyRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getHCParty in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutPatientResponse putPatient(SAMLToken token,
PutPatientRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putPatient in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetPatientResponse getPatient(SAMLToken token,
GetPatientRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getPatient in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutHCPartyConsentResponse putHCPartyConsent(SAMLToken token,
PutHCPartyConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putHCPartyConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetHCPartyConsentResponse getHCPartyConsent(SAMLToken token,
GetHCPartyConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getHCPartyConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public RevokeHCPartyConsentResponse revokeHCPartyConsent(SAMLToken token,
RevokeHCPartyConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
revokeHCPartyConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutPatientConsentResponse putPatientConsent(SAMLToken token,
PutPatientConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putPatientConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetPatientConsentResponse getPatientConsent(SAMLToken token,
GetPatientConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getPatientConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public RevokePatientConsentResponse revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
revokePatientConsent in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutTherapeuticLinkResponse putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putTherapeuticLink in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetTherapeuticLinkResponse getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getTherapeuticLink in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public RevokeTherapeuticLinkResponse revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
revokeTherapeuticLink in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutAccessRightResponse putAccessRight(SAMLToken token,
PutAccessRightRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
putAccessRight in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetAccessRightResponse getAccessRight(SAMLToken token,
GetAccessRightRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getAccessRight in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public RevokeAccessRightResponse revokeAccessRight(SAMLToken token,
RevokeAccessRightRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
revokeAccessRight in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetPatientAuditTrailResponse getPatientAuditTrail(SAMLToken token,
GetPatientAuditTrailRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getPatientAuditTrail in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public PutTransactionSetResponse putTransactionSet(SAMLToken token,
PutTransactionSetRequest request,
String breakTheGlass)
throws TechnicalConnectorException,
IntraHubBusinessConnectorException
HubTokenService
putTransactionSet in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
IntraHubBusinessConnectorException
public GetTransactionSetResponse getTransactionSet(SAMLToken token,
GetTransactionSetRequest request,
String breakTheGlass)
throws TechnicalConnectorException
HubTokenService
getTransactionSet in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorException
public GetLatestUpdateResponse getLatestUpdate(SAMLToken token,
GetLatestUpdateRequest request,
String breakTheGlass)
throws TechnicalConnectorException
getLatestUpdate in interface HubTokenServicetoken - the tokenrequest - the requestbreakTheGlass - Indicates the request as "break-the-glass"
TechnicalConnectorExceptionpublic void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||