Uses of Class
com.authlete.common.assurance.constraint.LeafConstraint
Packages that use LeafConstraint
-
Uses of LeafConstraint in com.authlete.common.assurance.constraint
Subclasses of LeafConstraint in com.authlete.common.assurance.constraintModifier and TypeClassDescriptionclassThe class that represents the basic set of constraints +max_age.classThe class that represents the constraint for claims inverified_claims/claims.Methods in com.authlete.common.assurance.constraint that return LeafConstraintModifier and TypeMethodDescriptionstatic LeafConstraintCreate aLeafConstraintinstance from an object in the given map.IssuerConstraint.getCountry()Get the constraint forcountry.ProviderConstraint.getCountry()Get the constraint forcountry.QESConstraint.getCreatedAt()Get the constraint forcreated_at.UtilityBillConstraint.getDate()Get the constraint fordate.DocumentConstraint.getDateOfExpiry()Get the constraint fordate_of_expiry.DocumentConstraint.getDateOfIssuance()Get the constraint fordate_of_issuance.ProviderConstraint.getFormatted()Get the constraint forformatted.QESConstraint.getIssuer()Get the constraint forissuer.ProviderConstraint.getLocality()Get the constraint forlocality.IDDocumentConstraint.getMethod()Get the constraint formethod.IssuerConstraint.getName()Get the constraint forname.ProviderConstraint.getName()Get the constraint forname.DocumentConstraint.getNumber()Get the constraint fornumber.VerifierConstraint.getOrganization()Get the constraint fororganization.ProviderConstraint.getPostalCode()Get the constraint forpostal_code.ProviderConstraint.getRegion()Get the constraint forregion.QESConstraint.getSerialNumber()Get the constraint forserial_number.ProviderConstraint.getStreetAddress()Get the constraint forstreet_address.VerificationConstraint.getTrustFramework()Get the constraint fortrust_framework.VerifierConstraint.getTxn()Get the constraint fortxn.DocumentConstraint.getType()Get the constraint fortype.EvidenceConstraint.getType()Get the constraint fortype.VerificationConstraint.getVerificationProcess()Get the constraint forverification_process.Methods in com.authlete.common.assurance.constraint with parameters of type LeafConstraintModifier and TypeMethodDescriptionvoidIssuerConstraint.setCountry(LeafConstraint constraint) Set the constraint forcountry.voidProviderConstraint.setCountry(LeafConstraint constraint) Set the constraint forcountry.voidQESConstraint.setCreatedAt(LeafConstraint constraint) Set the constraint forcreated_at.voidUtilityBillConstraint.setDate(LeafConstraint date) Set the constraint fordate.voidDocumentConstraint.setDateOfExpiry(LeafConstraint constraint) Set the constraint fordate_of_expiry.voidDocumentConstraint.setDateOfIssuance(LeafConstraint constraint) Set the constraint fordate_of_issuance.voidProviderConstraint.setFormatted(LeafConstraint constraint) Set the constraint forformatted.voidQESConstraint.setIssuer(LeafConstraint constraint) Set the constraint forissuer.voidProviderConstraint.setLocality(LeafConstraint constraint) Set the constraint forlocality.voidIDDocumentConstraint.setMethod(LeafConstraint constraint) Set the constraint formethod.voidIssuerConstraint.setName(LeafConstraint constraint) Set the constraint forname.voidProviderConstraint.setName(LeafConstraint constraint) Set the constraint forname.voidDocumentConstraint.setNumber(LeafConstraint constraint) Set the constraint fornumber.voidVerifierConstraint.setOrganization(LeafConstraint constraint) Set the constraint fororganization.voidProviderConstraint.setPostalCode(LeafConstraint constraint) Set the constraint forpostal_code.voidProviderConstraint.setRegion(LeafConstraint constraint) Set the constraint forregion.voidQESConstraint.setSerialNumber(LeafConstraint constraint) Set the constraint forserial_number.voidProviderConstraint.setStreetAddress(LeafConstraint constraint) Set the constraint forstreet_address.voidVerificationConstraint.setTrustFramework(LeafConstraint constraint) Set the constraint fortrust_framework.voidVerifierConstraint.setTxn(LeafConstraint constraint) Set the constraint fortxn.voidDocumentConstraint.setType(LeafConstraint constraint) Set the constraint fortype.voidEvidenceConstraint.setType(LeafConstraint constraint) Set the constraint fortype.voidVerificationConstraint.setVerificationProcess(LeafConstraint constraint) Set the constraint forverification_process.