Uses of Class
com.identityworksllc.iiq.common.annotation.Experimental
-
Packages that use Experimental Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ developmentcom.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementationscom.identityworksllc.iiq.common.task.export The implementation of Instrumental ID’s Identity and Account data export jobcom.identityworksllc.iiq.common.threads com.identityworksllc.iiq.common.vo -
-
Uses of Experimental in com.identityworksllc.iiq.common
Classes in com.identityworksllc.iiq.common with annotations of type Experimental Modifier and Type Class Description class
Maybe<T>
A functional “monad” that contains either a non-null value of the given type or an exception, but never both.Methods in com.identityworksllc.iiq.common with annotations of type Experimental Modifier and Type Method Description void
BaseIdentityUtilities. rename(sailpoint.object.Identity target, String newName)
Attempt to do a best effort rename of a user. -
Uses of Experimental in com.identityworksllc.iiq.common.task
Classes in com.identityworksllc.iiq.common.task with annotations of type Experimental Modifier and Type Class Description class
ConditionalTask
A task executor that will invoke a Rule that returns a boolean indicating that another task should be run. -
Uses of Experimental in com.identityworksllc.iiq.common.task.export
Classes in com.identityworksllc.iiq.common.task.export with annotations of type Experimental Modifier and Type Class Description class
ReportExporter
Runs a series of IIQ report tasks, then exports the contents of their CSV output to a database table. -
Uses of Experimental in com.identityworksllc.iiq.common.threads
Classes in com.identityworksllc.iiq.common.threads with annotations of type Experimental Modifier and Type Class Description class
ParallelProvisioner
A class implementing parallel provisioner execution. -
Uses of Experimental in com.identityworksllc.iiq.common.vo
Classes in com.identityworksllc.iiq.common.vo with annotations of type Experimental Modifier and Type Class Description class
MixinIgnoreType
Can be used via Jackson’sObjectMapper.addMixInAnnotations(Class, Class)
to ignore any particular type.
-