Uses of Interface
com.identityworksllc.iiq.common.PlanBuilder.PlanModifier
-
Packages that use PlanBuilder.PlanModifier Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of PlanBuilder.PlanModifier in com.identityworksllc.iiq.common
Subinterfaces of PlanBuilder.PlanModifier in com.identityworksllc.iiq.common Modifier and Type Interface Description static interfacePlanBuilder.AnyModifierCan be used in any contextMethods in com.identityworksllc.iiq.common that return PlanBuilder.PlanModifier Modifier and Type Method Description static PlanBuilder.PlanModifierPlanBuilder. account(PlanBuilder.AccountRequestModifier... modifiers)returns a plan modifier that adds an account request to the planstatic PlanBuilder.PlanModifierPlanBuilder. identity(String idOrName)Creates a plan modifier that sets the identity on the plan to the identity with the given name or IDstatic PlanBuilder.PlanModifierPlanBuilder. identity(sailpoint.object.Identity identity)Sets the identity on the plan to the given identityMethods in com.identityworksllc.iiq.common with parameters of type PlanBuilder.PlanModifier Modifier and Type Method Description static sailpoint.object.ProvisioningPlanPlanBuilder. plan(PlanBuilder.PlanModifier... planModifiers)Creates a provisioning plan based on the given modifiers.
-