Uses of Class
com.authlete.common.assurance.Verifier
-
Packages that use Verifier Package Description com.authlete.common.assurance -
-
Uses of Verifier in com.authlete.common.assurance
Methods in com.authlete.common.assurance that return Verifier Modifier and Type Method Description static VerifierVerifier. extract(Map<?,?> map, String key)Create aVerifierinstance from an object in the given map.VerifierIDDocument. getVerifier()Get the legal entity that performed the identity verification.VerifierIDDocument. removeVerifier()Remove"verifier"from this object.VerifierVerifier. setOrganization(String organization)Set the organization which performed the verification on behalf of the OP.VerifierVerifier. setTxn(String txn)Set the identifier referring to the identity verification transaction.Methods in com.authlete.common.assurance with parameters of type Verifier Modifier and Type Method Description IDDocumentIDDocument. setVerifier(Verifier verifier)Set the legal entity that performed the identity verification.
-