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