Searched defs:getAsInt (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemPropertiesWrapper.java24 * Wraps the call to {@link com.iplanet.am.util.SystemProperties#getAsInt(String, int)}.
30 public int getAsInt(String key, int def) { method in class:SystemPropertiesWrapper
31 return SystemProperties.getAsInt(key, def);
H A DSystemProperties.java333 public static int getAsInt(String key, int defaultValue) { method in class:SystemProperties
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemPropertiesWrapper.java26 * Wraps the call to {@link com.iplanet.am.util.SystemProperties#getAsInt(String, int)}.
32 public int getAsInt(String key, int def) { method in class:SystemPropertiesWrapper
33 return SystemProperties.getAsInt(key, def);
H A DSystemProperties.java332 public static int getAsInt(String key, int defaultValue) { method in class:SystemProperties
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DSystemPropertiesManager.java189 public static int getAsInt(String key, int defaultValue) { method in class:SystemPropertiesManager
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DSystemPropertiesManager.java189 public static int getAsInt(String key, int defaultValue) { method in class:SystemPropertiesManager

Completed in 25 milliseconds