Uses of Class
com.authlete.common.assurance.IDDocument
-
Packages that use IDDocument Package Description com.authlete.common.assurance -
-
Uses of IDDocument in com.authlete.common.assurance
Methods in com.authlete.common.assurance that return IDDocument Modifier and Type Method Description static IDDocument
IDDocument. extract(Map<?,?> map)
Create anIDDocument
instance from the given object.IDDocument
IDDocument. setDocument(Document document)
Set the ID document used to perform the ID verification.IDDocument
IDDocument. setMethod(String method)
Set the method used to verify this ID document.IDDocument
IDDocument. setTime(String time)
Set the date when this ID document was verified.IDDocument
IDDocument. setVerifier(Verifier verifier)
Set the legal entity that performed the identity verification.
-