Searched refs:getAsSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java372 public static Set<String> getAsSet(String key, String delimiterRegex, Set<String> defaultValue) { method in class:SystemProperties
387 public static Set<String> getAsSet(String key, String delimiterRegex) { method in class:SystemProperties
388 return getAsSet(key, delimiterRegex, Collections.<String>emptySet());
397 public static Set<String> getAsSet(String key) { method in class:SystemProperties
398 return getAsSet(key, WHITESPACE);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java371 public static Set<String> getAsSet(String key, String delimiterRegex, Set<String> defaultValue) { method in class:SystemProperties
386 public static Set<String> getAsSet(String key, String delimiterRegex) { method in class:SystemProperties
387 return getAsSet(key, delimiterRegex, Collections.<String>emptySet());
396 public static Set<String> getAsSet(String key) { method in class:SystemProperties
397 return getAsSet(key, WHITESPACE);

Completed in 38 milliseconds