Package io.jans.as.model.uma
Class JsonLogic
java.lang.Object
io.jans.as.model.uma.JsonLogic
- Author:
- yuriyz
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static Object
applyObject
(String rule) static Object
applyObject
(String rule, String data) static Object
static JsonLogic
static Object
invokeFunction
(String name, Object... args)
-
Method Details
-
getInstance
-
getEngine
-
getInvocable
-
eval
- Throws:
ScriptException
-
invokeFunction
public static Object invokeFunction(String name, Object... args) throws ScriptException, NoSuchMethodException - Throws:
ScriptException
NoSuchMethodException
-
apply
- Throws:
ScriptException
-
apply
- Throws:
ScriptException
-
applyObject
- Throws:
ScriptException
-
applyObject
- Throws:
ScriptException
-