|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.mycarenet.attestv3.service.impl.AttestServiceImpl
public class AttestServiceImpl
Implementation for the AttestService interface.
| Constructor Summary | |
|---|---|
AttestServiceImpl()
default constructor , needed for ModuleBootstrapHook. |
|
AttestServiceImpl(SessionValidator sessionValidator)
Creates a new AttestServiceImpl |
|
| Method Summary | |
|---|---|
void |
bootstrap()
|
CancelAttestationResponse |
cancelAttestion(SAMLToken token,
SendRequestType request)
Cancel the consultation request to the WS and retrieves the response. |
SendAttestationResponse |
sendAttestion(SAMLToken token,
SendRequestType request)
Sends the consultation request to the WS and retrieves the response. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttestServiceImpl(SessionValidator sessionValidator)
AttestServiceImpl
sessionValidator - the SessionValidator objectpublic AttestServiceImpl()
| Method Detail |
|---|
public final SendAttestationResponse sendAttestion(SAMLToken token,
SendRequestType request)
throws TechnicalConnectorException
AttestService
sendAttestion in interface AttestServicetoken - the valid SAML tokenrequest - the request to send
TechnicalConnectorException
public CancelAttestationResponse cancelAttestion(SAMLToken token,
SendRequestType request)
throws TechnicalConnectorException
AttestService
cancelAttestion in interface AttestServicetoken - the valid SAML tokenrequest - the request to send
TechnicalConnectorExceptionpublic void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||