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
  • Field Details

  • Constructor Details

    • ScriptGuard

      protected ScriptGuard()
    • ScriptGuard

      public ScriptGuard(String type, String script)
  • Method Details

    • check

      public boolean check(Adaptable context)
      Specified by:
      check in interface Guard
    • booleanValue

      protected static boolean booleanValue(Object obj)
    • toString

      public String toString()
      Overrides:
      toString in class Object