|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
RaUtils.invokeCertRa(Object payload,
String soapAction,
Class<T> clazz)
|
|
static
|
RaUtils.invokeEtkRa(Object payload,
String soapAction,
Class<T> clazz)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |