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 Verifier
Verifier. extract(Map<?,?> map, String key)
Create aVerifier
instance from an object in the given map.Verifier
IDDocument. getVerifier()
Get the legal entity that performed the identity verification.Verifier
IDDocument. removeVerifier()
Remove"verifier"
from this object.Verifier
Verifier. setOrganization(String organization)
Set the organization which performed the verification on behalf of the OP.Verifier
Verifier. 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 IDDocument
IDDocument. setVerifier(Verifier verifier)
Set the legal entity that performed the identity verification.
-