Module org.elasticsearch.xcore
Class MustacheTemplateEvaluator
java.lang.Object
org.elasticsearch.xpack.core.security.support.MustacheTemplateEvaluator
Utility class for evaluating Mustache templates at runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringevaluate(ScriptService scriptService, XContentParser parser, Map<String, Object> extraParams) static ScriptparseForScript(XContentParser parser, Map<String, Object> extraParams)
-
Method Details
-
parseForScript
public static Script parseForScript(XContentParser parser, Map<String, Object> extraParams) throws IOException- Throws:
IOException
-
evaluate
public static String evaluate(ScriptService scriptService, XContentParser parser, Map<String, Object> extraParams) throws IOException- Throws:
IOException
-