/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigImpl.java | 25 * $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 D | ServiceConfigManagerImpl.java | 57 * <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 D | ServiceConfig.java | 56 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 D | ServiceConfigManager.java | 253 ServiceConfigImpl sci = scm.getGlobalConfig(token, instanceName); 275 // Get ServiceConfigImpl 277 ServiceConfigImpl sci = scm.getOrganizationConfig(token, orgName,
|
H A D | OrganizationConfigManagerImpl.java | 135 ServiceConfigImpl sci = scmi.getOrganizationConfig(token,
|
H A D | OrgConfigViaAMSDK.java | 953 ServiceConfigImpl sc = sci.getOrganizationConfig( 960 ServiceConfigImpl ssc = sc.getSubConfig(
|
H A D | ServiceManager.java | 920 ServiceConfigImpl.clearCache(); 1289 ServiceConfigImpl sc = null;
|
H A D | OrganizationConfigManager.java | 1158 ServiceConfigImpl sci = scmi.getOrganizationConfig(token, orgName,
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigImpl.java | 25 * $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 D | ServiceConfigManagerImpl.java | 57 * <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 D | ServiceConfig.java | 56 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 D | ServiceConfigManager.java | 253 ServiceConfigImpl sci = scm.getGlobalConfig(token, instanceName); 275 // Get ServiceConfigImpl 277 ServiceConfigImpl sci = scm.getOrganizationConfig(token, orgName,
|
H A D | OrganizationConfigManagerImpl.java | 135 ServiceConfigImpl sci = scmi.getOrganizationConfig(token,
|
H A D | OrgConfigViaAMSDK.java | 953 ServiceConfigImpl sc = sci.getOrganizationConfig( 960 ServiceConfigImpl ssc = sc.getSubConfig(
|
H A D | ServiceManager.java | 920 ServiceConfigImpl.clearCache(); 1293 ServiceConfigImpl sc = null;
|
H A D | OrganizationConfigManager.java | 1221 ServiceConfigImpl sci = scmi.getOrganizationConfig(token, orgName,
|