Class ScriptedMatcher.MatcherScriptEvaluator
java.lang.Object
net.shibboleth.shared.scripting.AbstractScriptEvaluator
net.shibboleth.idp.attribute.filter.matcher.impl.ScriptedMatcher.MatcherScriptEvaluator
- Enclosing class:
- ScriptedMatcher
Evaluator bound to the Matcher semantic.
-
Field Summary
Fields inherited from class net.shibboleth.shared.scripting.AbstractScriptEvaluator
DEFAULT_ENGINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(IdPAttribute attribute, AttributeFilterContext filterContext) Execution hook.protected voidprepareContext(ScriptContext scriptContext, Object... input) Methods inherited from class net.shibboleth.shared.scripting.AbstractScriptEvaluator
evaluate, finalizeContext, getCustomObject, getHideExceptions, getLogPrefix, getOutputType, getReturnOnError, setContextExtenders, setCustomObject, setHideExceptions, setLogPrefix, setOutputType, setReturnOnError
-
Constructor Details
-
Method Details
-
execute
@Nullable @Unmodifiable @NotLive public Set<IdPAttributeValue> execute(@Nonnull IdPAttribute attribute, @Nonnull AttributeFilterContext filterContext) Execution hook.- Parameters:
attribute- attribute to be filteredfilterContext- filter context- Returns:
- script result
-
prepareContext
- Specified by:
prepareContextin classAbstractScriptEvaluator
-