Uses of Class
net.shibboleth.profile.context.navigate.ScriptedContextLookupFunction
Packages that use ScriptedContextLookupFunction
Package
Description
Context lookup functions that navigate profile contexts.
-
Uses of ScriptedContextLookupFunction in net.shibboleth.profile.context.navigate
Methods in net.shibboleth.profile.context.navigate that return ScriptedContextLookupFunctionModifier and TypeMethodDescriptionScriptedContextLookupFunction.inlineMessageContextScript(String scriptSource) Factory to createScriptedContextLookupFunctionforMessageContexts from inline data.ScriptedContextLookupFunction.inlineMessageContextScript(String scriptSource, Class<?> outputType) Factory to createScriptedContextLookupFunctionforMessageContexts from inline data.ScriptedContextLookupFunction.inlineMessageContextScript(String engineName, String scriptSource) Factory to createScriptedContextLookupFunctionforMessageContexts from inline data.ScriptedContextLookupFunction.inlineMessageContextScript(String engineName, String scriptSource, Class<?> outputType) Factory to createScriptedContextLookupFunctionforMessageContexts from inline data.ScriptedContextLookupFunction.inlineScript(String scriptSource) Factory to createScriptedContextLookupFunctionforProfileRequestContexts from inline data.ScriptedContextLookupFunction.inlineScript(String scriptSource, Class<?> outputType) Factory to createScriptedContextLookupFunctionforProfileRequestContexts from inline data.ScriptedContextLookupFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedContextLookupFunctionforProfileRequestContexts from inline data.ScriptedContextLookupFunction.inlineScript(String engineName, String scriptSource, Class<?> outputType) Factory to createScriptedContextLookupFunctionforProfileRequestContexts from inline data.ScriptedContextLookupFunction.resourceMessageContextScript(String engineName, Resource resource) ScriptedContextLookupFunction.resourceMessageContextScript(String engineName, Resource resource, Class<?> outputType) ScriptedContextLookupFunction.resourceMessageContextScript(Resource resource) ScriptedContextLookupFunction.resourceMessageContextScript(Resource resource, Class<?> outputType) ScriptedContextLookupFunction.resourceScript(String engineName, Resource resource) ScriptedContextLookupFunction.resourceScript(String engineName, Resource resource, Class<?> outputType) ScriptedContextLookupFunction.resourceScript(Resource resource) Factory to createScriptedContextLookupFunctionfrom aResource.ScriptedContextLookupFunction.resourceScript(Resource resource, Class<?> outputType)