Uses of Class
org.trustdeck.jooq.generated.tables.pojos.Domain
Packages that use Domain
Package
Description
-
Uses of Domain in org.trustdeck.algorithms
Methods in org.trustdeck.algorithms that return types with arguments of type DomainModifier and TypeMethodDescriptionFinds the path between two domains in the domain tree.Methods in org.trustdeck.algorithms with parameters of type DomainModifier and TypeMethodDescriptionPseudonymizationFactory.getPseudonymizer(Domain domain) Method for automatically creating the correct pseudonymizer depending on the desired algorithm.Constructors in org.trustdeck.algorithms with parameters of type DomainModifierConstructorDescriptionBLAKE3Pseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.ConsecutivePseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.MD5Pseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.Pseudonymizer(boolean paddingWanted, Domain domain) A constructor that allows to set whether or not the created pseudonyms should be padded.RandomAlphabetPseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.RandomNumberPseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.SHA1Pseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.SHA2Pseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.SHA3Pseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.XxHashPseudonymizer(boolean paddingWanted, Domain domain) Basic constructor.Constructor parameters in org.trustdeck.algorithms with type arguments of type DomainModifierConstructorDescriptionPathFinder(List<Domain> nodes) Constructor to instantiate a new domain tree. -
Uses of Domain in org.trustdeck.jooq.generated.tables.daos
Methods in org.trustdeck.jooq.generated.tables.daos that return DomainModifier and TypeMethodDescriptionDomainDao.fetchOneById(Integer value) Fetch a unique record that hasid = valueDomainDao.fetchOneByName(String value) Fetch a unique record that hasname = valueMethods in org.trustdeck.jooq.generated.tables.daos that return types with arguments of type DomainModifier and TypeMethodDescriptionDomainDao.fetchByAddcheckdigit(Boolean... values) Fetch records that haveaddcheckdigit IN (values)DomainDao.fetchByAddcheckdigitinherited(Boolean... values) Fetch records that haveaddcheckdigitinherited IN (values)DomainDao.fetchByAlgorithm(String... values) Fetch records that havealgorithm IN (values)DomainDao.fetchByAlgorithminherited(Boolean... values) Fetch records that havealgorithminherited IN (values)DomainDao.fetchByAlphabet(String... values) Fetch records that havealphabet IN (values)DomainDao.fetchByAlphabetinherited(Boolean... values) Fetch records that havealphabetinherited IN (values)DomainDao.fetchByConsecutivevaluecounter(Long... values) Fetch records that haveconsecutivevaluecounter IN (values)DomainDao.fetchByDescription(String... values) Fetch records that havedescription IN (values)DomainDao.fetchByEnforceenddatevalidity(Boolean... values) Fetch records that haveenforceenddatevalidity IN (values)DomainDao.fetchByEnforceenddatevalidityinherited(Boolean... values) Fetch records that haveenforceenddatevalidityinherited IN (values)DomainDao.fetchByEnforcestartdatevalidity(Boolean... values) Fetch records that haveenforcestartdatevalidity IN (values)DomainDao.fetchByEnforcestartdatevalidityinherited(Boolean... values) Fetch records that haveenforcestartdatevalidityinherited IN (values)Fetch records that haveid IN (values)DomainDao.fetchByLengthincludescheckdigit(Boolean... values) Fetch records that havelengthincludescheckdigit IN (values)DomainDao.fetchByLengthincludescheckdigitinherited(Boolean... values) Fetch records that havelengthincludescheckdigitinherited IN (values)DomainDao.fetchByMultiplepsnallowed(Boolean... values) Fetch records that havemultiplepsnallowed IN (values)DomainDao.fetchByMultiplepsnallowedinherited(Boolean... values) Fetch records that havemultiplepsnallowedinherited IN (values)DomainDao.fetchByName(String... values) Fetch records that havename IN (values)DomainDao.fetchByPaddingcharacter(String... values) Fetch records that havepaddingcharacter IN (values)DomainDao.fetchByPaddingcharacterinherited(Boolean... values) Fetch records that havepaddingcharacterinherited IN (values)DomainDao.fetchByPrefix(String... values) Fetch records that haveprefix IN (values)DomainDao.fetchByPseudonymlength(Integer... values) Fetch records that havepseudonymlength IN (values)DomainDao.fetchByPseudonymlengthinherited(Boolean... values) Fetch records that havepseudonymlengthinherited IN (values)DomainDao.fetchByRandomalgorithmdesiredsize(Long... values) Fetch records that haverandomalgorithmdesiredsize IN (values)DomainDao.fetchByRandomalgorithmdesiredsizeinherited(Boolean... values) Fetch records that haverandomalgorithmdesiredsizeinherited IN (values)DomainDao.fetchByRandomalgorithmdesiredsuccessprobability(Double... values) Fetch records that haverandomalgorithmdesiredsuccessprobability IN (values)DomainDao.fetchByRandomalgorithmdesiredsuccessprobabilityinherited(Boolean... values) Fetch records that haverandomalgorithmdesiredsuccessprobabilityinherited IN (values)DomainDao.fetchBySalt(String... values) Fetch records that havesalt IN (values)DomainDao.fetchBySaltlength(Integer... values) Fetch records that havesaltlength IN (values)DomainDao.fetchBySuperdomainid(Integer... values) Fetch records that havesuperdomainid IN (values)DomainDao.fetchByValidfrom(LocalDateTime... values) Fetch records that havevalidfrom IN (values)DomainDao.fetchByValidfrominherited(Boolean... values) Fetch records that havevalidfrominherited IN (values)DomainDao.fetchByValidto(LocalDateTime... values) Fetch records that havevalidto IN (values)DomainDao.fetchByValidtoinherited(Boolean... values) Fetch records that havevalidtoinherited IN (values)DomainDao.fetchOptionalById(Integer value) Fetch a unique record that hasid = valueDomainDao.fetchOptionalByName(String value) Fetch a unique record that hasname = valueDomainDao.fetchRangeOfAddcheckdigit(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveaddcheckdigit BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfAddcheckdigitinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveaddcheckdigitinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfAlgorithm(String lowerInclusive, String upperInclusive) Fetch records that havealgorithm BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfAlgorithminherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havealgorithminherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfAlphabet(String lowerInclusive, String upperInclusive) Fetch records that havealphabet BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfAlphabetinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havealphabetinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfConsecutivevaluecounter(Long lowerInclusive, Long upperInclusive) Fetch records that haveconsecutivevaluecounter BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfDescription(String lowerInclusive, String upperInclusive) Fetch records that havedescription BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfEnforceenddatevalidity(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveenforceenddatevalidity BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfEnforceenddatevalidityinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveenforceenddatevalidityinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfEnforcestartdatevalidity(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveenforcestartdatevalidity BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfEnforcestartdatevalidityinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveenforcestartdatevalidityinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveid BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfLengthincludescheckdigit(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havelengthincludescheckdigit BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfLengthincludescheckdigitinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havelengthincludescheckdigitinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfMultiplepsnallowed(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havemultiplepsnallowed BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfMultiplepsnallowedinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havemultiplepsnallowedinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that havename BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfPaddingcharacter(String lowerInclusive, String upperInclusive) Fetch records that havepaddingcharacter BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfPaddingcharacterinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havepaddingcharacterinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfPrefix(String lowerInclusive, String upperInclusive) Fetch records that haveprefix BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfPseudonymlength(Integer lowerInclusive, Integer upperInclusive) Fetch records that havepseudonymlength BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfPseudonymlengthinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havepseudonymlengthinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfRandomalgorithmdesiredsize(Long lowerInclusive, Long upperInclusive) Fetch records that haverandomalgorithmdesiredsize BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfRandomalgorithmdesiredsizeinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haverandomalgorithmdesiredsizeinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfRandomalgorithmdesiredsuccessprobability(Double lowerInclusive, Double upperInclusive) Fetch records that haverandomalgorithmdesiredsuccessprobability BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfRandomalgorithmdesiredsuccessprobabilityinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haverandomalgorithmdesiredsuccessprobabilityinherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfSalt(String lowerInclusive, String upperInclusive) Fetch records that havesalt BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfSaltlength(Integer lowerInclusive, Integer upperInclusive) Fetch records that havesaltlength BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfSuperdomainid(Integer lowerInclusive, Integer upperInclusive) Fetch records that havesuperdomainid BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfValidfrom(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that havevalidfrom BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfValidfrominherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havevalidfrominherited BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfValidto(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that havevalidto BETWEEN lowerInclusive AND upperInclusiveDomainDao.fetchRangeOfValidtoinherited(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havevalidtoinherited BETWEEN lowerInclusive AND upperInclusiveMethods in org.trustdeck.jooq.generated.tables.daos with parameters of type Domain -
Uses of Domain in org.trustdeck.jooq.generated.tables.pojos
Methods in org.trustdeck.jooq.generated.tables.pojos that return DomainModifier and TypeMethodDescriptionDomain.setAddcheckdigit(Boolean addcheckdigit) Setter forpublic.domain.addcheckdigit.Domain.setAddcheckdigitinherited(Boolean addcheckdigitinherited) Setter forpublic.domain.addcheckdigitinherited.Domain.setAlgorithm(String algorithm) Setter forpublic.domain.algorithm.Domain.setAlgorithminherited(Boolean algorithminherited) Setter forpublic.domain.algorithminherited.Domain.setAlphabet(String alphabet) Setter forpublic.domain.alphabet.Domain.setAlphabetinherited(Boolean alphabetinherited) Setter forpublic.domain.alphabetinherited.Domain.setConsecutivevaluecounter(Long consecutivevaluecounter) Setter forpublic.domain.consecutivevaluecounter.Domain.setDescription(String description) Setter forpublic.domain.description.Domain.setEnforceenddatevalidity(Boolean enforceenddatevalidity) Setter forpublic.domain.enforceenddatevalidity.Domain.setEnforceenddatevalidityinherited(Boolean enforceenddatevalidityinherited) Setter forpublic.domain.enforceenddatevalidityinherited.Domain.setEnforcestartdatevalidity(Boolean enforcestartdatevalidity) Setter forpublic.domain.enforcestartdatevalidity.Domain.setEnforcestartdatevalidityinherited(Boolean enforcestartdatevalidityinherited) Setter forpublic.domain.enforcestartdatevalidityinherited.Setter forpublic.domain.id.Domain.setLengthincludescheckdigit(Boolean lengthincludescheckdigit) Setter forpublic.domain.lengthincludescheckdigit.Domain.setLengthincludescheckdigitinherited(Boolean lengthincludescheckdigitinherited) Setter forpublic.domain.lengthincludescheckdigitinherited.Domain.setMultiplepsnallowed(Boolean multiplepsnallowed) Setter forpublic.domain.multiplepsnallowed.Domain.setMultiplepsnallowedinherited(Boolean multiplepsnallowedinherited) Setter forpublic.domain.multiplepsnallowedinherited.Setter forpublic.domain.name.Domain.setPaddingcharacter(String paddingcharacter) Setter forpublic.domain.paddingcharacter.Domain.setPaddingcharacterinherited(Boolean paddingcharacterinherited) Setter forpublic.domain.paddingcharacterinherited.Setter forpublic.domain.prefix.Domain.setPseudonymlength(Integer pseudonymlength) Setter forpublic.domain.pseudonymlength.Domain.setPseudonymlengthinherited(Boolean pseudonymlengthinherited) Setter forpublic.domain.pseudonymlengthinherited.Domain.setRandomalgorithmdesiredsize(Long randomalgorithmdesiredsize) Setter forpublic.domain.randomalgorithmdesiredsize.Domain.setRandomalgorithmdesiredsizeinherited(Boolean randomalgorithmdesiredsizeinherited) Setter forpublic.domain.randomalgorithmdesiredsizeinherited.Domain.setRandomalgorithmdesiredsuccessprobability(Double randomalgorithmdesiredsuccessprobability) Setter forpublic.domain.randomalgorithmdesiredsuccessprobability.Domain.setRandomalgorithmdesiredsuccessprobabilityinherited(Boolean randomalgorithmdesiredsuccessprobabilityinherited) Setter forpublic.domain.randomalgorithmdesiredsuccessprobabilityinherited.Setter forpublic.domain.salt.Domain.setSaltlength(Integer saltlength) Setter forpublic.domain.saltlength.Domain.setSuperdomainid(Integer superdomainid) Setter forpublic.domain.superdomainid.Domain.setValidfrom(LocalDateTime validfrom) Setter forpublic.domain.validfrom.Domain.setValidfrominherited(Boolean validfrominherited) Setter forpublic.domain.validfrominherited.Domain.setValidto(LocalDateTime validto) Setter forpublic.domain.validto.Domain.setValidtoinherited(Boolean validtoinherited) Setter forpublic.domain.validtoinherited. -
Uses of Domain in org.trustdeck.jooq.generated.tables.records
Constructors in org.trustdeck.jooq.generated.tables.records with parameters of type DomainModifierConstructorDescriptionDomainRecord(Domain value) Create a detached, initialised DomainRecord -
Uses of Domain in org.trustdeck.service
Methods in org.trustdeck.service that return DomainModifier and TypeMethodDescriptionDomainDBAccessService.getDomainByID(int domainID, jakarta.servlet.http.HttpServletRequest request) This method retrieves a domain for a given IDDomainDBAccessService.getDomainByName(String domainName, jakarta.servlet.http.HttpServletRequest request) Method to retrieve a domain from the database given its name.DomainDBAccessService.getRootDomainFromTree(List<Domain> nodes) Retrieves the root domain from a list of domain nodes.DomainDBAccessService.updateDomain(Domain oldDomain, Domain newDomain, boolean recursiveChanges, jakarta.servlet.http.HttpServletRequest request) Method to update a domain in the database.Methods in org.trustdeck.service that return types with arguments of type DomainModifier and TypeMethodDescriptionDomainDBAccessService.getDomainTreeStructure(Domain domain) Helper method that creates the complete tree of domains for any given domain inside this tree.Methods in org.trustdeck.service with parameters of type DomainModifier and TypeMethodDescriptionDomainDBAccessService.getDomainTreeStructure(Domain domain) Helper method that creates the complete tree of domains for any given domain inside this tree.DomainDBAccessService.insertDomain(Domain domain, jakarta.servlet.http.HttpServletRequest request) Method to insert information of a domain into the according table.DomainDBAccessService.updateDomain(Domain oldDomain, Domain newDomain, boolean recursiveChanges, jakarta.servlet.http.HttpServletRequest request) Method to update a domain in the database.Method parameters in org.trustdeck.service with type arguments of type DomainModifier and TypeMethodDescriptionDomainDBAccessService.getRootDomainFromTree(List<Domain> nodes) Retrieves the root domain from a list of domain nodes.