Uses of Class
net.shibboleth.utilities.java.support.logic.ScriptedConsumer
Packages that use ScriptedConsumer
Package
Description
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 ScriptedConsumerModifier and TypeMethodDescriptionstatic <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.