Uses of Class
com.authlete.common.assurance.EvidenceArray
-
Packages that use EvidenceArray Package Description com.authlete.common.assurance -
-
Uses of EvidenceArray in com.authlete.common.assurance
Methods in com.authlete.common.assurance that return EvidenceArray Modifier and Type Method Description static EvidenceArrayEvidenceArray. extract(Map<?,?> map, String key)Create anEvidenceArrayinstance from an object in the given map.EvidenceArrayVerification. getEvidence()Get the evidence the OP used to verify the user's identity.EvidenceArrayVerification. removeEvidence()Remove"evidence"from this object.Methods in com.authlete.common.assurance with parameters of type EvidenceArray Modifier and Type Method Description VerificationVerification. setEvidence(EvidenceArray evidence)Set the evidence the OP used to verify the user's identity.
-