Package icc.util

Class PrivateContextHolder

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class PrivateContextHolder
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      sailpoint.api.SailPointContext context  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • context

        public final sailpoint.api.SailPointContext context
    • Constructor Detail

      • PrivateContextHolder

        public PrivateContextHolder()
                             throws sailpoint.tools.GeneralException
        Throws:
        sailpoint.tools.GeneralException
    • Method Detail

      • close

        public void close()
                   throws sailpoint.tools.GeneralException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        sailpoint.tools.GeneralException