Uses of Package
com.identityworksllc.iiq.common.plugin
-
Packages that use com.identityworksllc.iiq.common.plugin Package Description com.identityworksllc.iiq.common.plugin -
Classes in com.identityworksllc.iiq.common.plugin used by com.identityworksllc.iiq.common.plugin Class Description BaseCommonPluginResource.PluginAction The interface that must be implemented by any plugin action passed toBaseCommonPluginResource.handle(Authorizer, PluginAction)
.CommonExtendedPluginContext An interface to ensure that the BaseCommonPlugin* classes all implement the same methodsCommonPluginUtils.SingleServerExecute The executor passed toCommonPluginUtils.singleServerExecute(SailPointContext, ServiceDefinition, SingleServerExecute)
mainly so that we can extend it with those default methods and throw an exception from run().ExtendedPluginContextHelper.ConfigurationNameProvider PluginAuthorizationCheck A functional interface to handle plugin REST API authorization.PluginValidationCheck A functional interface to handle plugin validation.SingleServerService Abstract class to easily implement a Service that will only run on the alphabetically lowest Server name.