Uses of Class
com.authlete.common.assurance.constraint.VerifierConstraint
-
Packages that use VerifierConstraint Package Description com.authlete.common.assurance.constraint -
-
Uses of VerifierConstraint in com.authlete.common.assurance.constraint
Methods in com.authlete.common.assurance.constraint that return VerifierConstraint Modifier and Type Method Description static VerifierConstraint
VerifierConstraint. extract(Map<?,?> map, String key)
Create aVerifierConstraint
instance from an object in the given map.VerifierConstraint
IDDocumentConstraint. getVerifier()
Get the constraint forverifier
.Methods in com.authlete.common.assurance.constraint with parameters of type VerifierConstraint Modifier and Type Method Description void
IDDocumentConstraint. setVerifier(VerifierConstraint constraint)
Set the constraint forverifier
.
-