Class AbstractBaseUtility

    • Field Detail

      • context

        protected final sailpoint.api.SailPointContext context
        The SailPointContext
      • log

        protected final SLogger log
        The logger for this class
    • Constructor Detail

      • AbstractBaseUtility

        public AbstractBaseUtility​(sailpoint.api.SailPointContext context)
        Constructor, builds some common functions
    • Method Detail

      • inject

        public void inject​(bsh.This beanshell)
        Injects this object into the given Beanshell context, making all of this object’s methods available as ‘static’ methods in Beanshell.
        Parameters:
        beanshell - The beanshell context to inject into
      • isDebug

        public boolean isDebug()
        Returns true if the debug flag has been set on this utility
        Returns:
        The debug flag state
      • setDebug

        public final void setDebug​(boolean debug)
        Sets or unsets the debug flag
        Parameters:
        debug - The new debug flag state