Uses of Class
be.fgov.ehealth.technicalconnector.ra.domain.Result

Packages that use Result
be.fgov.ehealth.technicalconnector.ra.service   
be.fgov.ehealth.technicalconnector.ra.service.impl   
be.fgov.ehealth.technicalconnector.ra.utils   
 

Uses of Result in be.fgov.ehealth.technicalconnector.ra.service
 

Methods in be.fgov.ehealth.technicalconnector.ra.service that return Result
 Result<Void> EncryptionTokenRegistrationService.activateToken()
           
 Result<List<String>> AuthenticationCertificateRegistrationService.getApplicationIdList(Organization organization)
           
 Result<List<Organization>> AuthenticationCertificateRegistrationService.getOrganizationList(Identity identity)
           
 Result<List<X509Certificate>> AuthenticationCertificateRegistrationService.getRevokableCertificates(Identity identity)
           
 Result<X509Certificate[]> AuthenticationCertificateRegistrationService.poll(String requestId)
           
 Result<Void> EncryptionTokenRegistrationService.registerToken(byte[] etk)
           
 Result<Void> AuthenticationCertificateRegistrationService.revoke(RevokeCertificateContract contract)
           
 

Uses of Result in be.fgov.ehealth.technicalconnector.ra.service.impl
 

Methods in be.fgov.ehealth.technicalconnector.ra.service.impl that return Result
 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)
           
 Result<X509Certificate[]> AuthenticationCertificateRegistrationServiceImpl.poll(String requestId)
           
 Result<Void> EncryptionTokenRegistrationServiceImpl.registerToken(byte[] etk)
           
 Result<Void> AuthenticationCertificateRegistrationServiceImpl.revoke(RevokeCertificateContract contract)
           
 

Uses of Result in be.fgov.ehealth.technicalconnector.ra.utils
 

Methods in be.fgov.ehealth.technicalconnector.ra.utils that return Result
static
<T extends RaResponseType>
Result<T>
RaUtils.invokeCertRa(Object payload, String soapAction, Class<T> clazz)
           
static
<T extends RaResponseType>
Result<T>
RaUtils.invokeEtkRa(Object payload, String soapAction, Class<T> clazz)
           
 




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