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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java25 * $Id: ServiceConfig.java,v 1.18 2009/01/28 05:35:03 ww203982 Exp $
46 * The class <code>ServiceConfig</code> provides interfaces to manage the
52 public class ServiceConfig { class
65 private ServiceConfig() { method in class:ServiceConfig
72 protected ServiceConfig(ServiceConfigManager scm, ServiceConfigImpl sc) method in class:ServiceConfig
219 SMSEntry.debug.error("ServiceConfig: Unable to "
293 * @return The <code>ServiceConfig</code> object corresponding to the
300 public ServiceConfig getSubConfig(String subConfigName)
303 return ((sci == null) ? null : new ServiceConfig(scm, sci));
438 * any attributes not defined in the <code>ServiceConfig</cod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java25 * $Id: ServiceConfig.java,v 1.18 2009/01/28 05:35:03 ww203982 Exp $
46 * The class <code>ServiceConfig</code> provides interfaces to manage the
52 public class ServiceConfig { class
65 private ServiceConfig() { method in class:ServiceConfig
72 protected ServiceConfig(ServiceConfigManager scm, ServiceConfigImpl sc) method in class:ServiceConfig
219 SMSEntry.debug.error("ServiceConfig: Unable to "
293 * @return The <code>ServiceConfig</code> object corresponding to the
300 public ServiceConfig getSubConfig(String subConfigName)
303 return ((sci == null) ? null : new ServiceConfig(scm, sci));
438 * any attributes not defined in the <code>ServiceConfig</cod
[all...]

Completed in 34 milliseconds