Class EvidenceArray

    • Constructor Detail

      • EvidenceArray

        public EvidenceArray()
    • Method Detail

      • extract

        public static EvidenceArray extract​(Map<?,​?> map,
                                            String key)
                                     throws IdentityAssuranceException
        Create an EvidenceArray instance from an object in the given map.
        Parameters:
        map - A map that may contain "evidence".
        key - The key that identifies the object in the map. In normal cases, the key is "evidence".
        Returns:
        An EvidenceArray instance that represents "evidence". If the map does not contain the given key, null is returned.
        Throws:
        IdentityAssuranceException - The structure of the map does not conform to the specification (OpenID Connect for Identity Assurance 1.0).