Searched defs:mapActionsToEnum (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeBase.java83 mapActionsToEnum = new HashMap<String, field in class:ApplicationPrivilegeBase
90 mapActionsToEnum.put(PARAM_ACTION_READ,
92 mapActionsToEnum.put(PARAM_ACTION_MODIFY,
94 mapActionsToEnum.put(PARAM_ACTION_DELEGATE,
96 mapActionsToEnum.put(PARAM_ACTION_ALL,
133 ApplicationPrivilege.PossibleAction action = mapActionsToEnum.get(actions);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeBase.java83 mapActionsToEnum = new HashMap<String, field in class:ApplicationPrivilegeBase
90 mapActionsToEnum.put(PARAM_ACTION_READ,
92 mapActionsToEnum.put(PARAM_ACTION_MODIFY,
94 mapActionsToEnum.put(PARAM_ACTION_DELEGATE,
96 mapActionsToEnum.put(PARAM_ACTION_ALL,
142 ApplicationPrivilege.PossibleAction action = mapActionsToEnum.get(actions);

Completed in 34 milliseconds