Uses of Class
net.shibboleth.utilities.java.support.logic.ScriptedConsumer
-
Packages that use ScriptedConsumer Package Description net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts. -
-
Uses of ScriptedConsumer in net.shibboleth.utilities.java.support.logic
Methods in net.shibboleth.utilities.java.support.logic that return ScriptedConsumer Modifier and Type Method Description static <T> ScriptedConsumer<T>ScriptedConsumer. inlineScript(String scriptSource)Factory to createScriptedConsumerfrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer. inlineScript(String engineName, String scriptSource)Factory to createScriptedConsumerfrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer. resourceScript(String engineName, Resource resource)Factory to createScriptedConsumerfrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer. resourceScript(Resource resource)Factory to createScriptedConsumerfrom aResource.
-