Uses of Class
net.shibboleth.shared.scripting.EvaluableScript
Packages that use EvaluableScript
Package
Description
Classes that represent basic first order logic concepts.
Classes for working with JSR-223 scripting environments.
Implementations of security interfaces.
Spring factory beans.
-
Uses of EvaluableScript in net.shibboleth.shared.logic
Constructors in net.shibboleth.shared.logic with parameters of type EvaluableScriptModifierConstructorDescriptionprotectedScriptedBiConsumer(EvaluableScript theScript) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiFunction(EvaluableScript theScript) Constructor.protectedScriptedBiFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedConsumer(EvaluableScript theScript) Constructor.protectedScriptedConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedFunction(EvaluableScript theScript) Constructor.protectedScriptedFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedPredicate(EvaluableScript theScript) Constructor.protectedScriptedPredicate(EvaluableScript theScript, String extraInfo) Constructor. -
Uses of EvaluableScript in net.shibboleth.shared.scripting
Fields in net.shibboleth.shared.scripting declared as EvaluableScriptModifier and TypeFieldDescriptionprivate final EvaluableScriptAbstractScriptEvaluator.scriptThe script we care about.private EvaluableScriptScriptedRunnable.scriptWhat is run.Methods in net.shibboleth.shared.scripting that return EvaluableScriptMethods in net.shibboleth.shared.scripting with parameters of type EvaluableScriptModifier and TypeMethodDescriptionvoidScriptedRunnable.setScript(EvaluableScript matcherScript) Sets the script to be evaluated.Constructors in net.shibboleth.shared.scripting with parameters of type EvaluableScriptModifierConstructorDescriptionAbstractScriptEvaluator(EvaluableScript theScript) Constructor.RunnableScriptEvaluator(EvaluableScript theScript) Constructor. -
Uses of EvaluableScript in net.shibboleth.shared.security.impl
Fields in net.shibboleth.shared.security.impl declared as EvaluableScriptModifier and TypeFieldDescriptionprivate EvaluableScriptScriptedKeyStrategy.keyScriptScript to obtain keys.Methods in net.shibboleth.shared.security.impl with parameters of type EvaluableScriptModifier and TypeMethodDescriptionvoidScriptedKeyStrategy.setKeyScript(EvaluableScript script) Set the script to run to access keys. -
Uses of EvaluableScript in net.shibboleth.shared.spring.factory
Methods in net.shibboleth.shared.spring.factory that return EvaluableScriptModifier and TypeMethodDescriptionprotected EvaluableScriptEvaluableScriptFactoryBean.doCreateInstance()Call the parent class to create the instance.