Class ScriptedStorageMappingStrategy

java.lang.Object
net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
net.shibboleth.idp.attribute.resolver.dc.storage.impl.ScriptedStorageMappingStrategy
All Implemented Interfaces:
MappingStrategy<StorageRecord<?>>, StorageMappingStrategy

public final class ScriptedStorageMappingStrategy extends AbstractScriptEvaluator implements StorageMappingStrategy
StorageMappingStrategy that relies on a script to map the record to the attribute set.

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

Since:
4.1.0