Class GroovySandbox

java.lang.Object
org.apache.syncope.core.spring.implementation.GroovySandbox

public class GroovySandbox extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
    protected final org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovySandbox(org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist whitelist)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    around(org.aspectj.lang.ProceedingJoinPoint joinPoint)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected static final Logger LOG
    • whitelist

      protected final org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist whitelist
  • Constructor Details

    • GroovySandbox

      public GroovySandbox(org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist whitelist)
  • Method Details