Class ExtendedPluginContextHelper

  • All Implemented Interfaces:
    CommonExtendedPluginContext

    public class ExtendedPluginContextHelper
    extends Object
    implements CommonExtendedPluginContext
    A helper class intended to be used by anybody implementing CommonExtendedPluginConfig.

    It will retrieve values first from the configured Configuration object, then from the plugin settings.

    You should construct a new instance of this class for each retrieval. Do not cache them or your SailPointContext will go stale.