Uses of Class
net.shibboleth.idp.attribute.resolver.dc.storage.impl.ScriptedStorageMappingStrategy
Packages that use ScriptedStorageMappingStrategy
Package
Description
Implementation of StorageService-backed data connector.
-
Uses of ScriptedStorageMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Methods in net.shibboleth.idp.attribute.resolver.dc.storage.impl that return ScriptedStorageMappingStrategyModifier and TypeMethodDescription(package private) static ScriptedStorageMappingStrategy
ScriptedStorageMappingStrategy.inlineScript
(String scriptSource) Factory to createScriptedStorageMappingStrategy
from inline data.(package private) static ScriptedStorageMappingStrategy
ScriptedStorageMappingStrategy.inlineScript
(String engineName, String scriptSource) Factory to createScriptedStorageMappingStrategy
from inline data.(package private) static ScriptedStorageMappingStrategy
ScriptedStorageMappingStrategy.resourceScript
(String engineName, Resource resource) Factory to createScriptedStorageMappingStrategy
from aResource
.(package private) static ScriptedStorageMappingStrategy
ScriptedStorageMappingStrategy.resourceScript
(Resource resource) Factory to createScriptedStorageMappingStrategy
from aResource
.