Uses of Class
com.soffid.iam.reconcile.common.ProposedAction
-
Packages that use ProposedAction Package Description com.soffid.iam.reconcile.common -
-
Uses of ProposedAction in com.soffid.iam.reconcile.common
Fields in com.soffid.iam.reconcile.common declared as ProposedAction Modifier and Type Field Description static ProposedActionProposedAction. IGNOREstatic ProposedActionProposedAction. LOADMethods in com.soffid.iam.reconcile.common that return ProposedAction Modifier and Type Method Description static ProposedActionProposedAction. fromString(String value)Creates an instance of ProposedAction fromvalue.ProposedActionReconcileAssignment. getProposedAction()Gets value for attribute proposedActionProposedActionReconcileRole. getProposedAction()Gets value for attribute proposedActionMethods in com.soffid.iam.reconcile.common with parameters of type ProposedAction Modifier and Type Method Description voidReconcileAssignment. setProposedAction(ProposedAction proposedAction)Sets value for attribute proposedActionvoidReconcileRole. setProposedAction(ProposedAction proposedAction)Sets value for attribute proposedActionConstructors in com.soffid.iam.reconcile.common with parameters of type ProposedAction Constructor Description ReconcileAssignment(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)
-