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 EvidenceArray
EvidenceArray. extract(Map<?,?> map, String key)
Create anEvidenceArray
instance from an object in the given map.EvidenceArray
Verification. getEvidence()
Get the evidence the OP used to verify the user's identity.EvidenceArray
Verification. removeEvidence()
Remove"evidence"
from this object.Methods in com.authlete.common.assurance with parameters of type EvidenceArray Modifier and Type Method Description Verification
Verification. setEvidence(EvidenceArray evidence)
Set the evidence the OP used to verify the user's identity.
-