Searched refs:ServiceSchemaManagerImpl (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java25 * $Id: ServiceSchemaManagerImpl.java,v 1.8 2008/08/28 18:36:30 arviranga Exp $
54 * The class <code>ServiceSchemaManagerImpl</code> provides the internal
56 * one instance of <code>ServiceSchemaManagerImpl
61 public class ServiceSchemaManagerImpl implements SMSObjectListener { class in inherits:SMSObjectListener
105 private ServiceSchemaManagerImpl(SSOToken t, String serviceName, method in class:ServiceSchemaManagerImpl
296 if (o instanceof ServiceSchemaManagerImpl) {
297 ServiceSchemaManagerImpl ssm = (ServiceSchemaManagerImpl) o;
383 debug.message("ServiceSchemaManagerImpl:objectChanged for "
402 debug.message("ServiceSchemaManagerImpl
[all...]
H A DPluginSchema.java313 ServiceSchemaManagerImpl ssmi = ServiceSchemaManagerImpl.getInstance(
H A DServiceConfigManagerImpl.java68 private ServiceSchemaManagerImpl ssm;
110 * Returns ServiceSchemaManagerImpl
112 ServiceSchemaManagerImpl getServiceSchemaManagerImpl(SSOToken token)
115 // Get the ServiceSchemaManagerImpl
116 ssm = ServiceSchemaManagerImpl.getInstance(
193 // Get the ServiceSchemaManagerImpl
194 ssm = ServiceSchemaManagerImpl.getInstance(
245 // Get the ServiceSchemaManagerImpl
246 ssm = ServiceSchemaManagerImpl.getInstance(
H A DServiceSchema.java166 .replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm
193 .replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm
310 ssm.replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm.getSSOToken(), ssm.getName(), ssm.getVersion()))
H A DServiceSchemaManager.java64 private ServiceSchemaManagerImpl ssm;
116 ssm = ServiceSchemaManagerImpl.getInstance(token, serviceName, version);
911 ssm = ServiceSchemaManagerImpl.getInstance(token,
H A DServiceSchemaImpl.java93 ServiceSchemaManagerImpl ssm;
114 protected ServiceSchemaImpl(ServiceSchemaManagerImpl ss, Node node) {
476 //important to clean all reference to ServiceSchemaManagerImpl
H A DCachedSMSEntry.java268 * Sends notifications to ServiceSchemaManagerImpl and ServiceConfigImpl
359 static CachedSMSEntry getInstance(SSOToken t, ServiceSchemaManagerImpl ssm,
H A DServiceManager.java278 ServiceSchemaManagerImpl ssm;
287 ssm = ServiceSchemaManagerImpl.getInstance(
291 ssm = ServiceSchemaManagerImpl.getInstance(
917 // ServiceSchemaManagerImpl.clearCache();
H A DCreateServiceConfig.java87 ServiceSchemaManagerImpl ssm = ServiceSchemaManagerImpl.getInstance(
H A DServiceConfigImpl.java65 ServiceSchemaManagerImpl ssmi;
356 // Deregister from ServiceSchemaManagerImpl
H A DServiceConfigManager.java71 private ServiceSchemaManagerImpl ssm;
132 // Get the ServiceSchemaManagerImpl
H A DOrganizationConfigManager.java1320 ServiceSchemaManagerImpl ssmi = ServiceSchemaManagerImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java25 * $Id: ServiceSchemaManagerImpl.java,v 1.8 2008/08/28 18:36:30 arviranga Exp $
56 * The class <code>ServiceSchemaManagerImpl</code> provides the internal
58 * one instance of <code>ServiceSchemaManagerImpl
63 public class ServiceSchemaManagerImpl implements SMSObjectListener, CachedSMSEntry.SMSEntryUpdateListener { class in inherits:SMSObjectListener,CachedSMSEntry.SMSEntryUpdateListener
107 private ServiceSchemaManagerImpl(SSOToken t, String serviceName, method in class:ServiceSchemaManagerImpl
298 if (o instanceof ServiceSchemaManagerImpl) {
299 ServiceSchemaManagerImpl ssm = (ServiceSchemaManagerImpl) o;
385 debug.message("ServiceSchemaManagerImpl:objectChanged for "
404 debug.message("ServiceSchemaManagerImpl
[all...]
H A DPluginSchema.java313 ServiceSchemaManagerImpl ssmi = ServiceSchemaManagerImpl.getInstance(
H A DServiceConfigManagerImpl.java68 private ServiceSchemaManagerImpl ssm;
110 * Returns ServiceSchemaManagerImpl
112 ServiceSchemaManagerImpl getServiceSchemaManagerImpl(SSOToken token)
115 // Get the ServiceSchemaManagerImpl
116 ssm = ServiceSchemaManagerImpl.getInstance(
193 // Get the ServiceSchemaManagerImpl
194 ssm = ServiceSchemaManagerImpl.getInstance(
245 // Get the ServiceSchemaManagerImpl
246 ssm = ServiceSchemaManagerImpl.getInstance(
H A DServiceSchema.java168 .replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm
195 .replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm
316 ssm.replaceSchema((ServiceSchemaManagerImpl.getInstance(ssm.getSSOToken(), ssm.getName(), ssm.getVersion()))
H A DServiceSchemaManager.java62 private ServiceSchemaManagerImpl ssm;
114 ssm = ServiceSchemaManagerImpl.getInstance(token, serviceName, version);
909 ssm = ServiceSchemaManagerImpl.getInstance(token,
H A DServiceSchemaImpl.java97 ServiceSchemaManagerImpl ssm;
118 protected ServiceSchemaImpl(ServiceSchemaManagerImpl ss, Node node) {
514 //important to clean all reference to ServiceSchemaManagerImpl
H A DCachedSMSEntry.java338 static CachedSMSEntry getInstance(SSOToken t, ServiceSchemaManagerImpl ssm,
H A DServiceManager.java278 ServiceSchemaManagerImpl ssm;
287 ssm = ServiceSchemaManagerImpl.getInstance(
291 ssm = ServiceSchemaManagerImpl.getInstance(
917 // ServiceSchemaManagerImpl.clearCache();
H A DCreateServiceConfig.java87 ServiceSchemaManagerImpl ssm = ServiceSchemaManagerImpl.getInstance(
H A DServiceConfigImpl.java65 ServiceSchemaManagerImpl ssmi;
356 // Deregister from ServiceSchemaManagerImpl
H A DServiceConfigManager.java71 private ServiceSchemaManagerImpl ssm;
132 // Get the ServiceSchemaManagerImpl
H A DOrganizationConfigManager.java1383 ServiceSchemaManagerImpl ssmi = ServiceSchemaManagerImpl

Completed in 87 milliseconds