Uses of Class
com.soffid.iam.iga.api.AccountProposedAction
Packages that use AccountProposedAction
-
Uses of AccountProposedAction in com.soffid.iam.iga.api
Fields in com.soffid.iam.iga.api declared as AccountProposedActionModifier and TypeFieldDescriptionstatic final AccountProposedActionAccountProposedAction.BIND_TO_EXISTING_USERstatic final AccountProposedActionAccountProposedAction.CREATE_NEW_USERstatic final AccountProposedActionAccountProposedAction.DELETE_ACCOUNTstatic final AccountProposedActionAccountProposedAction.IGNOREstatic final AccountProposedActionAccountProposedAction.SHAREDstatic final AccountProposedActionAccountProposedAction.UPDATE_ACCOUNTMethods in com.soffid.iam.iga.api that return AccountProposedActionModifier and TypeMethodDescriptionstatic AccountProposedActionAccountProposedAction.fromString(String value) Creates an instance of AccountProposedAction fromvalue.ReconcileAccount.getProposedAction()Gets value for attribute proposedActionMethods in com.soffid.iam.iga.api with parameters of type AccountProposedActionModifier and TypeMethodDescriptionvoidReconcileAccount.setProposedAction(AccountProposedAction proposedAction) Sets value for attribute proposedActionConstructors in com.soffid.iam.iga.api with parameters of type AccountProposedActionModifierConstructorDescriptionReconcileAccount(Long id, String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, String primaryGroup, String userCode, String userType, String userFullName, AccountType accountType, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String, Object> attributes) ReconcileAccount(String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String, Object> attributes)