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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtils.java63 public static final String CONFIG_ACTIONS = "actions"; field in class:EntitlementUtils
283 final Set<String> actionStrings = data.get(CONFIG_ACTIONS);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtils.java69 public static final String CONFIG_ACTIONS = "actions"; field in class:EntitlementUtils
317 final Set<String> actionStrings = data.get(CONFIG_ACTIONS);

Completed in 23 milliseconds