Uses of Class
com.authlete.common.assurance.constraint.LeafConstraint
-
Packages that use LeafConstraint Package Description com.authlete.common.assurance.constraint -
-
Uses of LeafConstraint in com.authlete.common.assurance.constraint
Subclasses of LeafConstraint in com.authlete.common.assurance.constraint Modifier and Type Class Description classTimeConstraintThe class that represents the basic set of constraints +max_age.classVerifiedClaimConstraintThe class that represents the constraint for claims inverified_claims/claims.Methods in com.authlete.common.assurance.constraint that return LeafConstraint Modifier and Type Method Description static LeafConstraintLeafConstraint. extract(Map<?,?> map, String key)Create aLeafConstraintinstance from an object in the given map.LeafConstraintIssuerConstraint. getCountry()Get the constraint forcountry.LeafConstraintProviderConstraint. getCountry()Get the constraint forcountry.LeafConstraintQESConstraint. getCreatedAt()Get the constraint forcreated_at.LeafConstraintUtilityBillConstraint. getDate()Get the constraint fordate.LeafConstraintDocumentConstraint. getDateOfExpiry()Get the constraint fordate_of_expiry.LeafConstraintDocumentConstraint. getDateOfIssuance()Get the constraint fordate_of_issuance.LeafConstraintProviderConstraint. getFormatted()Get the constraint forformatted.LeafConstraintQESConstraint. getIssuer()Get the constraint forissuer.LeafConstraintProviderConstraint. getLocality()Get the constraint forlocality.LeafConstraintIDDocumentConstraint. getMethod()Get the constraint formethod.LeafConstraintIssuerConstraint. getName()Get the constraint forname.LeafConstraintProviderConstraint. getName()Get the constraint forname.LeafConstraintDocumentConstraint. getNumber()Get the constraint fornumber.LeafConstraintVerifierConstraint. getOrganization()Get the constraint fororganization.LeafConstraintProviderConstraint. getPostalCode()Get the constraint forpostal_code.LeafConstraintProviderConstraint. getRegion()Get the constraint forregion.LeafConstraintQESConstraint. getSerialNumber()Get the constraint forserial_number.LeafConstraintProviderConstraint. getStreetAddress()Get the constraint forstreet_address.LeafConstraintVerificationConstraint. getTrustFramework()Get the constraint fortrust_framework.LeafConstraintVerifierConstraint. getTxn()Get the constraint fortxn.LeafConstraintDocumentConstraint. getType()Get the constraint fortype.LeafConstraintEvidenceConstraint. getType()Get the constraint fortype.LeafConstraintVerificationConstraint. getVerificationProcess()Get the constraint forverification_process.Methods in com.authlete.common.assurance.constraint with parameters of type LeafConstraint Modifier and Type Method Description voidIssuerConstraint. 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.
-