Uses of Class
com.authlete.common.assurance.constraint.VerificationConstraint
-
Packages that use VerificationConstraint Package Description com.authlete.common.assurance.constraint -
-
Uses of VerificationConstraint in com.authlete.common.assurance.constraint
Methods in com.authlete.common.assurance.constraint that return VerificationConstraint Modifier and Type Method Description static VerificationConstraint
VerificationConstraint. extract(Map<?,?> map, String key)
Create aVerificationConstraint
instance from an object in the given map.VerificationConstraint
VerifiedClaimsConstraint. getVerification()
Get the constraint forverification
.Methods in com.authlete.common.assurance.constraint with parameters of type VerificationConstraint Modifier and Type Method Description void
VerifiedClaimsConstraint. setVerification(VerificationConstraint constraint)
Set the constraint forverification
.
-