Class ScriptGuard
- java.lang.Object
-
- org.nuxeo.ecm.webengine.security.guards.ScriptGuard
-
- All Implemented Interfaces:
Guard
public class ScriptGuard extends Object implements Guard
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ScriptGuard()
ScriptGuard(String type, String script)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static boolean
booleanValue(Object obj)
boolean
check(Adaptable context)
String
toString()
-
-
-
Field Detail
-
engine
protected ScriptEngine engine
-
comp
protected CompiledScript comp
-
-
Constructor Detail
-
ScriptGuard
protected ScriptGuard()
-
ScriptGuard
public ScriptGuard(String type, String script)
-
-