Searched defs:SystemProperties (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DSystemProperties.java25 * $Id: SystemProperties.java,v 1.5 2008/06/25 05:47:48 qcheng Exp $
51 public class SystemProperties { class
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DSystemProperties.java25 * $Id: SystemProperties.java,v 1.5 2008/06/25 05:47:48 qcheng Exp $
51 public class SystemProperties { class
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java25 * $Id: SystemProperties.java,v 1.6 2008/10/04 03:32:55 hengming Exp $
46 public class SystemProperties implements ISystemProperties { class in inherits:ISystemProperties
49 * Creates a new instance of <code>SystemProperties</code>
51 public SystemProperties() { method in class:SystemProperties
60 return com.iplanet.am.util.SystemProperties.get(key);
115 com.iplanet.am.util.SystemProperties.initializeProperties(properties);
125 com.iplanet.am.util.SystemProperties.initializeProperties(
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java32 public class SystemProperties implements ISystemProperties { class in inherits:ISystemProperties
/forgerock/openam/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java25 * $Id: SystemProperties.java,v 1.6 2008/10/04 03:32:55 hengming Exp $
43 public class SystemProperties implements ISystemProperties { class in inherits:ISystemProperties
46 * Creates a new instance of <code>SystemProperties</code>
48 public SystemProperties() { method in class:SystemProperties
57 return com.iplanet.am.util.SystemProperties.get(key);
62 return com.iplanet.am.util.SystemProperties.get(key, defaultValue);
117 com.iplanet.am.util.SystemProperties.initializeProperties(properties);
127 com.iplanet.am.util.SystemProperties.initializeProperties(
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java32 public class SystemProperties implements ISystemProperties { class in inherits:ISystemProperties
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java84 public class SystemProperties { class
620 * here cannot be added to the {@code SystemProperties} class initialization as it would create a cyclic
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java85 public class SystemProperties { class
619 * here cannot be added to the {@code SystemProperties} class initialization as it would create a cyclic

Completed in 35 milliseconds