Uses of Class
com.soffid.iam.iga.api.ProposedAction
Packages that use ProposedAction
-
Uses of ProposedAction in com.soffid.iam.iga.api
Fields in com.soffid.iam.iga.api declared as ProposedActionModifier and TypeFieldDescriptionstatic final ProposedActionProposedAction.IGNOREstatic final ProposedActionProposedAction.LOADMethods in com.soffid.iam.iga.api that return ProposedActionModifier and TypeMethodDescriptionstatic ProposedActionProposedAction.fromString(String value) Creates an instance of ProposedAction fromvalue.ReconcileAssignment.getProposedAction()Gets value for attribute proposedActionReconcileRole.getProposedAction()Gets value for attribute proposedActionMethods in com.soffid.iam.iga.api with parameters of type ProposedActionModifier and TypeMethodDescriptionvoidReconcileAssignment.setProposedAction(ProposedAction proposedAction) Sets value for attribute proposedActionvoidReconcileRole.setProposedAction(ProposedAction proposedAction) Sets value for attribute proposedActionConstructors in com.soffid.iam.iga.api with parameters of type ProposedActionModifierConstructorDescriptionReconcileAssignment(Long id, String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher, String domainValue) ReconcileAssignment(String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher) ReconcileRole(Long id, String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher, String appName) ReconcileRole(String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher)