Uses of Interface
com.identityworksllc.iiq.common.PlanBuilder.AccountRequestModifier
-
Packages that use PlanBuilder.AccountRequestModifier Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of PlanBuilder.AccountRequestModifier in com.identityworksllc.iiq.common
Subinterfaces of PlanBuilder.AccountRequestModifier in com.identityworksllc.iiq.common Modifier and Type Interface Description static interfacePlanBuilder.AnyModifierCan be used in any contextstatic interfacePlanBuilder.OperationModifierHandles the case of a string parameter to operation()Methods in com.identityworksllc.iiq.common that return PlanBuilder.AccountRequestModifier Modifier and Type Method Description static PlanBuilder.AccountRequestModifierPlanBuilder. application(String application)Returns an AccountRequestModifier that sets the application on the account requeststatic PlanBuilder.AccountRequestModifierPlanBuilder. attribute(String name, PlanBuilder.AttributeRequestModifier... modifiers)Creates a modifier to add an AttributeRequest to the AccountRequeststatic PlanBuilder.AccountRequestModifierPlanBuilder. nativeIdentity(String ni)Creates an AccountRequestModifier that sets the native identity on the account requeststatic PlanBuilder.AccountRequestModifierPlanBuilder. operation(sailpoint.object.ProvisioningPlan.AccountRequest.Operation operation)Creates an AccountRequestModifier that sets the operation on the account requeststatic PlanBuilder.AccountRequestModifierPlanBuilder. removeAllValues(sailpoint.object.Link existing, String field)Generates a complex AccountRequestModifier that removes all existing values from the given fieldMethods in com.identityworksllc.iiq.common with parameters of type PlanBuilder.AccountRequestModifier Modifier and Type Method Description static PlanBuilder.PlanModifierPlanBuilder. account(PlanBuilder.AccountRequestModifier... modifiers)returns a plan modifier that adds an account request to the plan
-