Searched refs:ServiceConfigImpl (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java25 * $Id: ServiceConfigImpl.java,v 1.15 2008/10/14 04:57:20 arviranga Exp $
50 * The class <code>ServiceConfigImpl</code> provides interfaces to read the
54 class ServiceConfigImpl implements ServiceListener { class in inherits:ServiceListener
57 private static ConcurrentMap<String, ServiceConfigImpl> configImpls = new ConcurrentHashMap<>();
98 private ServiceConfigImpl(ServiceConfigManagerImpl scm, method in class:ServiceConfigImpl
224 ServiceConfigImpl getSubConfig(SSOToken token, String subConfigName)
230 // Construct ServiceConfigImpl
231 return (ServiceConfigImpl.getInstance(token, scm, null, sdn, orgName,
363 debug.error("ServiceConfigImpl.clear Unable to remove " +
381 if (scio instanceof ServiceConfigImpl) {
[all...]
H A DServiceConfigManagerImpl.java57 * <code>ServiceConfigImpl</code> which represents a single "configuration" in
163 ServiceConfigImpl getGlobalConfig(SSOToken token, String instanceName)
174 ServiceConfigImpl answer = null;
180 if (((answer = (ServiceConfigImpl) globalConfigs.get(cacheName))
204 answer = ServiceConfigImpl.getInstance(token, this, ss, gdn, null,
217 ServiceConfigImpl getOrganizationConfig(SSOToken token, String orgName,
226 ServiceConfigImpl answer = null;
233 if (((answer = (ServiceConfigImpl) orgConfigs.get(cacheName))
257 answer = ServiceConfigImpl.getInstance(token, this, ss, orgDN, orgName,
H A DServiceConfig.java56 private ServiceConfigImpl sc;
72 protected ServiceConfig(ServiceConfigManager scm, ServiceConfigImpl sc)
302 ServiceConfigImpl sci = sc.getSubConfig(token, subConfigName);
380 // First remove the entry from ServiceConfigImpl Cache.
389 // Construct ServiceConfigImpl of the removed subconfig.
390 ServiceConfigImpl sConfigImpl =
393 // Call ServiceConfigImpl's deleteInstance() to remove from cache.
395 ServiceConfigImpl.deleteInstance(token, scmImpl, null, sdn, "/",
H A DServiceConfigManager.java253 ServiceConfigImpl sci = scm.getGlobalConfig(token, instanceName);
275 // Get ServiceConfigImpl
277 ServiceConfigImpl sci = scm.getOrganizationConfig(token, orgName,
H A DOrganizationConfigManagerImpl.java135 ServiceConfigImpl sci = scmi.getOrganizationConfig(token,
H A DOrgConfigViaAMSDK.java953 ServiceConfigImpl sc = sci.getOrganizationConfig(
960 ServiceConfigImpl ssc = sc.getSubConfig(
H A DServiceManager.java920 ServiceConfigImpl.clearCache();
1289 ServiceConfigImpl sc = null;
H A DOrganizationConfigManager.java1158 ServiceConfigImpl sci = scmi.getOrganizationConfig(token, orgName,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java25 * $Id: ServiceConfigImpl.java,v 1.15 2008/10/14 04:57:20 arviranga Exp $
50 * The class <code>ServiceConfigImpl</code> provides interfaces to read the
54 class ServiceConfigImpl implements ServiceListener, CachedSMSEntry.SMSEntryUpdateListener { class in inherits:ServiceListener,CachedSMSEntry.SMSEntryUpdateListener
57 private static ConcurrentMap<String, ServiceConfigImpl> configImpls = new ConcurrentHashMap<>();
98 private ServiceConfigImpl(ServiceConfigManagerImpl scm, method in class:ServiceConfigImpl
224 ServiceConfigImpl getSubConfig(SSOToken token, String subConfigName)
230 // Construct ServiceConfigImpl
231 return (ServiceConfigImpl.getInstance(token, scm, null, sdn, orgName,
363 debug.error("ServiceConfigImpl.clear Unable to remove " +
381 if (scio instanceof ServiceConfigImpl) {
[all...]
H A DServiceConfigManagerImpl.java57 * <code>ServiceConfigImpl</code> which represents a single "configuration" in
163 ServiceConfigImpl getGlobalConfig(SSOToken token, String instanceName)
174 ServiceConfigImpl answer = null;
180 if (((answer = (ServiceConfigImpl) globalConfigs.get(cacheName))
204 answer = ServiceConfigImpl.getInstance(token, this, ss, gdn, null,
217 ServiceConfigImpl getOrganizationConfig(SSOToken token, String orgName,
226 ServiceConfigImpl answer = null;
233 if (((answer = (ServiceConfigImpl) orgConfigs.get(cacheName))
257 answer = ServiceConfigImpl.getInstance(token, this, ss, orgDN, orgName,
H A DServiceConfig.java56 private ServiceConfigImpl sc;
72 protected ServiceConfig(ServiceConfigManager scm, ServiceConfigImpl sc)
302 ServiceConfigImpl sci = sc.getSubConfig(token, subConfigName);
380 // First remove the entry from ServiceConfigImpl Cache.
389 // Construct ServiceConfigImpl of the removed subconfig.
390 ServiceConfigImpl sConfigImpl =
393 // Call ServiceConfigImpl's deleteInstance() to remove from cache.
395 ServiceConfigImpl.deleteInstance(token, scmImpl, null, sdn, "/",
H A DServiceConfigManager.java253 ServiceConfigImpl sci = scm.getGlobalConfig(token, instanceName);
275 // Get ServiceConfigImpl
277 ServiceConfigImpl sci = scm.getOrganizationConfig(token, orgName,
H A DOrganizationConfigManagerImpl.java135 ServiceConfigImpl sci = scmi.getOrganizationConfig(token,
H A DOrgConfigViaAMSDK.java953 ServiceConfigImpl sc = sci.getOrganizationConfig(
960 ServiceConfigImpl ssc = sc.getSubConfig(
H A DServiceManager.java920 ServiceConfigImpl.clearCache();
1293 ServiceConfigImpl sc = null;
H A DOrganizationConfigManager.java1221 ServiceConfigImpl sci = scmi.getOrganizationConfig(token, orgName,

Completed in 84 milliseconds