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

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticatedCommand.java53 private static final String FILE_REFERENCE_SUFFIX = "-file"; field in class:AuthenticatedCommand
195 if (key != null && key.endsWith(FILE_REFERENCE_SUFFIX) && !FILE_REFERENCE_SUFFIX_EXEMPT.contains(key)) {
196 key = key.substring(0, key.length() - FILE_REFERENCE_SUFFIX.length());
199 throw new CLIException("Cannot specify both normal and " + FILE_REFERENCE_SUFFIX
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticatedCommand.java53 private static final String FILE_REFERENCE_SUFFIX = "-file"; field in class:AuthenticatedCommand
195 if (key != null && key.endsWith(FILE_REFERENCE_SUFFIX) && !FILE_REFERENCE_SUFFIX_EXEMPT.contains(key)) {
196 key = key.substring(0, key.length() - FILE_REFERENCE_SUFFIX.length());
199 throw new CLIException("Cannot specify both normal and " + FILE_REFERENCE_SUFFIX

Completed in 21 milliseconds