Class ScriptedResponseMappingStrategy

java.lang.Object
net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
net.shibboleth.idp.attribute.resolver.dc.http.impl.ScriptedResponseMappingStrategy
All Implemented Interfaces:
HTTPResponseMappingStrategy, MappingStrategy<Map<String,IdPAttribute>>, org.apache.http.client.ResponseHandler<Map<String,IdPAttribute>>

public final class ScriptedResponseMappingStrategy extends AbstractScriptEvaluator implements HTTPResponseMappingStrategy
HTTPResponseMappingStrategy that relies on a script to map the response to the attribute set.

Well-suited to JSON output formats that can be parsed by the scripting engine.