Uses of Class
be.business.connector.core.domain.KgssIdentifierType
-
Packages that use KgssIdentifierType Package Description be.business.connector.core.domain be.business.connector.core.ehealth.services be.business.connector.core.utils -
-
Uses of KgssIdentifierType in be.business.connector.core.domain
Methods in be.business.connector.core.domain that return KgssIdentifierType Modifier and Type Method Description static KgssIdentifierTypeKgssIdentifierType. lookup(String name)static KgssIdentifierTypeKgssIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static KgssIdentifierType[]KgssIdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KgssIdentifierType in be.business.connector.core.ehealth.services
Methods in be.business.connector.core.ehealth.services with parameters of type KgssIdentifierType Modifier and Type Method Description List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>KeyDepotService. retrieveEtk(KgssIdentifierType etkType, String ektValue, String ektApplicationName)Retrieve etk.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>KeyDepotServiceImpl. retrieveEtk(KgssIdentifierType identifierType, String identifierValue, String applicationName) -
Uses of KgssIdentifierType in be.business.connector.core.utils
Methods in be.business.connector.core.utils with parameters of type KgssIdentifierType Modifier and Type Method Description List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getEtks(KgssIdentifierType identifierType, Long identifierValue, String applicationid)List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getEtks(KgssIdentifierType identifierType, String identifierValue)
-