Searched defs:PARAM_NAMES (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 DDeleteApplicationPrivilege.java52 public static final String PARAM_NAMES = "names"; field in class:DeleteApplicationPrivilege
71 List<String> names = rc.getOption(PARAM_NAMES);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DDeleteApplicationPrivilege.java54 public static final String PARAM_NAMES = "names"; field in class:DeleteApplicationPrivilege
74 List<String> names = rc.getOption(PARAM_NAMES);

Completed in 37 milliseconds