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 ProposedAction
ProposedAction. IGNORE
static ProposedAction
ProposedAction. LOAD
Methods in com.soffid.iam.reconcile.common that return ProposedAction Modifier and Type Method Description static ProposedAction
ProposedAction. fromString(String value)
Creates an instance of ProposedAction fromvalue
.ProposedAction
ReconcileAssignment. getProposedAction()
Gets value for attribute proposedActionProposedAction
ReconcileRole. getProposedAction()
Gets value for attribute proposedActionMethods in com.soffid.iam.reconcile.common with parameters of type ProposedAction Modifier and Type Method Description void
ReconcileAssignment. setProposedAction(ProposedAction proposedAction)
Sets value for attribute proposedActionvoid
ReconcileRole. 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)
-