|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IdentifierType in be.ehealth.businessconnector.ehbox.api.domain |
---|
Methods in be.ehealth.businessconnector.ehbox.api.domain that return IdentifierType | |
---|---|
IdentifierType |
Addressee.getIdentifierTypeHelper()
|
Methods in be.ehealth.businessconnector.ehbox.api.domain with parameters of type IdentifierType | |
---|---|
void |
Addressee.setIdenfitierTypeHelper(IdentifierType helper)
|
Constructors in be.ehealth.businessconnector.ehbox.api.domain with parameters of type IdentifierType | |
---|---|
Addressee(IdentifierType type)
Instantiates a new Addressee. |
|
Addressee(String id,
IdentifierType helperType)
Instantiates a new addressee. |
Uses of IdentifierType in be.ehealth.businessconnector.ehbox.api.utils |
---|
Methods in be.ehealth.businessconnector.ehbox.api.utils that return IdentifierType | |
---|---|
IdentifierType |
QualityType.getIdentifierType()
|
Methods in be.ehealth.businessconnector.ehbox.api.utils with parameters of type IdentifierType | |
---|---|
static QualityType |
QualityType.getInstance(String quality,
IdentifierType type)
|
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)
Gets the EncryptionToken based on the input parameters |
Set<EncryptionToken> |
KeyDepotManager.getEtkSet(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a Set of EncryptionToken based on the input parameters. |
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)
|
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 | |
---|---|
ContractBuilder.OrganizationChoiceStep2<T> |
ContractBuilder.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 |
Organization.getType()
|
IdentifierType |
DistinguishedName.getType()
|
Constructors in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type IdentifierType | |
---|---|
Organization(String id,
IdentifierType type,
String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |