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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerPropertyValidator.java262 * @param propertyKey Key of property.
265 public static String getTrueValue(String propertyKey) { argument
266 List list = (List)keyToPossibleValues.get(propertyKey);
273 * @param propertyKey Key of property.
276 public static String getFalseValue(String propertyKey) { argument
277 List list = (List)keyToPossibleValues.get(propertyKey);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerPropertyValidator.java247 * @param propertyKey Key of property.
250 public static String getTrueValue(String propertyKey) { argument
251 List list = (List) keyToPossibleValues.get(propertyKey);
258 * @param propertyKey Key of property.
261 public static String getFalseValue(String propertyKey) { argument
262 List list = (List) keyToPossibleValues.get(propertyKey);

Completed in 257 milliseconds