|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IdentifierType in be.ehealth.technicalconnector.service.keydepot |
---|
Methods in be.ehealth.technicalconnector.service.keydepot with parameters of type IdentifierType | |
---|---|
EncryptionToken |
KeyDepotManager.getEtk(IdentifierType identifierType,
Long identifierValue,
String application)
Deprecated. |
EncryptionToken |
KeyDepotManager.getETK(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the EncryptionToken based on the input parameters |
Set<EncryptionToken> |
KeyDepotManager.getETKs(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a Set of EncryptionToken based on the input parameters. |
Set<EncryptionToken> |
KeyDepotManager.getEtkSet(IdentifierType identifierType,
Long identifierValue,
String application)
Deprecated. |
Set<EncryptionToken> |
KeyDepotService.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a Set of EncryptionToken from the KeyDepot based on the input parameters. |
Uses of IdentifierType in be.ehealth.technicalconnector.service.keydepot.impl |
---|
Methods in be.ehealth.technicalconnector.service.keydepot.impl with parameters of type IdentifierType | |
---|---|
EncryptionToken |
KeyDepotManagerImpl.getEtk(IdentifierType identifierType,
Long identifierValue,
String application)
|
EncryptionToken |
KeyDepotManagerImpl.getETK(IdentifierType identifierType,
Long identifierValue,
String application)
|
Set<EncryptionToken> |
KeyDepotManagerImpl.getETKs(IdentifierType identifierType,
Long identifierValue,
String application)
|
Set<EncryptionToken> |
KeyDepotManagerImpl.getEtkSet(IdentifierType identifierType,
Long identifierValue,
String application)
|
Set<EncryptionToken> |
KeyDepotServiceImpl.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
|
Uses of IdentifierType in be.ehealth.technicalconnector.utils |
---|
Methods in be.ehealth.technicalconnector.utils that return IdentifierType | |
---|---|
IdentifierType |
CertificateParser.getIdentifier()
|
static IdentifierType |
IdentifierType.getInstance(Map<Integer,String> mapping,
int expectedLength)
Instanciate a new instance of IdentifierType if it is not found in the cache. |
static IdentifierType |
IdentifierType.lookup(String type,
String subType,
int source)
Lookup the IdentiferType based on the type and subType for a given source. |
static IdentifierType |
IdentifierType.valueOf(String key)
|
Uses of IdentifierType in be.fgov.ehealth.technicalconnector.ra.builders |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.builders with parameters of type IdentifierType | |
---|---|
ContractRequestBuilder.OrganizationChoiceStep2 |
ContractRequestBuilder.OrganizationChoiceStep1.withId(String id,
IdentifierType type)
|
Uses of IdentifierType in be.fgov.ehealth.technicalconnector.ra.domain |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.domain that return IdentifierType | |
---|---|
IdentifierType |
GeneratedContract.getIdentifierType()
|
IdentifierType |
Organization.getType()
|
IdentifierType |
DistinguishedName.getType()
|
Methods in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type IdentifierType | |
---|---|
void |
GeneratedContract.setIdentifierType(IdentifierType identifierType)
|
void |
Organization.setType(IdentifierType type)
|
Constructors in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type IdentifierType | |
---|---|
DistinguishedName(String id,
String name,
String firstName,
IdentifierType type)
DistinguishedName is created based on explicitely supplied data of natural person. |
|
Organization(String id,
IdentifierType type,
String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |