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.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.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.
-