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 class
TimeConstraint
The class that represents the basic set of constraints +max_age
.class
VerifiedClaimConstraint
The 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 LeafConstraint
LeafConstraint. extract(Map<?,?> map, String key)
Create aLeafConstraint
instance from an object in the given map.LeafConstraint
IssuerConstraint. getCountry()
Get the constraint forcountry
.LeafConstraint
ProviderConstraint. getCountry()
Get the constraint forcountry
.LeafConstraint
QESConstraint. getCreatedAt()
Get the constraint forcreated_at
.LeafConstraint
UtilityBillConstraint. getDate()
Get the constraint fordate
.LeafConstraint
DocumentConstraint. getDateOfExpiry()
Get the constraint fordate_of_expiry
.LeafConstraint
DocumentConstraint. getDateOfIssuance()
Get the constraint fordate_of_issuance
.LeafConstraint
ProviderConstraint. getFormatted()
Get the constraint forformatted
.LeafConstraint
QESConstraint. getIssuer()
Get the constraint forissuer
.LeafConstraint
ProviderConstraint. getLocality()
Get the constraint forlocality
.LeafConstraint
IDDocumentConstraint. getMethod()
Get the constraint formethod
.LeafConstraint
IssuerConstraint. getName()
Get the constraint forname
.LeafConstraint
ProviderConstraint. getName()
Get the constraint forname
.LeafConstraint
DocumentConstraint. getNumber()
Get the constraint fornumber
.LeafConstraint
VerifierConstraint. getOrganization()
Get the constraint fororganization
.LeafConstraint
ProviderConstraint. getPostalCode()
Get the constraint forpostal_code
.LeafConstraint
ProviderConstraint. getRegion()
Get the constraint forregion
.LeafConstraint
QESConstraint. getSerialNumber()
Get the constraint forserial_number
.LeafConstraint
ProviderConstraint. getStreetAddress()
Get the constraint forstreet_address
.LeafConstraint
VerificationConstraint. getTrustFramework()
Get the constraint fortrust_framework
.LeafConstraint
VerifierConstraint. getTxn()
Get the constraint fortxn
.LeafConstraint
DocumentConstraint. getType()
Get the constraint fortype
.LeafConstraint
EvidenceConstraint. getType()
Get the constraint fortype
.LeafConstraint
VerificationConstraint. getVerificationProcess()
Get the constraint forverification_process
.Methods in com.authlete.common.assurance.constraint with parameters of type LeafConstraint Modifier and Type Method Description void
IssuerConstraint. setCountry(LeafConstraint constraint)
Set the constraint forcountry
.void
ProviderConstraint. setCountry(LeafConstraint constraint)
Set the constraint forcountry
.void
QESConstraint. setCreatedAt(LeafConstraint constraint)
Set the constraint forcreated_at
.void
UtilityBillConstraint. setDate(LeafConstraint date)
Set the constraint fordate
.void
DocumentConstraint. setDateOfExpiry(LeafConstraint constraint)
Set the constraint fordate_of_expiry
.void
DocumentConstraint. setDateOfIssuance(LeafConstraint constraint)
Set the constraint fordate_of_issuance
.void
ProviderConstraint. setFormatted(LeafConstraint constraint)
Set the constraint forformatted
.void
QESConstraint. setIssuer(LeafConstraint constraint)
Set the constraint forissuer
.void
ProviderConstraint. setLocality(LeafConstraint constraint)
Set the constraint forlocality
.void
IDDocumentConstraint. setMethod(LeafConstraint constraint)
Set the constraint formethod
.void
IssuerConstraint. setName(LeafConstraint constraint)
Set the constraint forname
.void
ProviderConstraint. setName(LeafConstraint constraint)
Set the constraint forname
.void
DocumentConstraint. setNumber(LeafConstraint constraint)
Set the constraint fornumber
.void
VerifierConstraint. setOrganization(LeafConstraint constraint)
Set the constraint fororganization
.void
ProviderConstraint. setPostalCode(LeafConstraint constraint)
Set the constraint forpostal_code
.void
ProviderConstraint. setRegion(LeafConstraint constraint)
Set the constraint forregion
.void
QESConstraint. setSerialNumber(LeafConstraint constraint)
Set the constraint forserial_number
.void
ProviderConstraint. setStreetAddress(LeafConstraint constraint)
Set the constraint forstreet_address
.void
VerificationConstraint. setTrustFramework(LeafConstraint constraint)
Set the constraint fortrust_framework
.void
VerifierConstraint. setTxn(LeafConstraint constraint)
Set the constraint fortxn
.void
DocumentConstraint. setType(LeafConstraint constraint)
Set the constraint fortype
.void
EvidenceConstraint. setType(LeafConstraint constraint)
Set the constraint fortype
.void
VerificationConstraint. setVerificationProcess(LeafConstraint constraint)
Set the constraint forverification_process
.
-