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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java25 * $Id: ServiceInstanceImpl.java,v 1.6 2008/07/11 01:46:20 arviranga Exp $
44 * The class <code>ServiceInstanceImpl</code> provides methods to get
47 class ServiceInstanceImpl { class
60 private ServiceInstanceImpl(String name, CachedSMSEntry entry) { method in class:ServiceInstanceImpl
142 static ServiceInstanceImpl getInstance(SSOToken token, String serviceName,
148 static ServiceInstanceImpl getInstance(SSOToken token, String serviceName,
151 debug.message("ServiceInstanceImpl::getInstance: called: " +
156 ServiceInstanceImpl answer = getFromCache(cName, serviceName, version,
175 answer = new ServiceInstanceImpl(iName, entry);
180 debug.message("ServiceInstanceImpl
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java25 * $Id: ServiceInstanceImpl.java,v 1.6 2008/07/11 01:46:20 arviranga Exp $
44 * The class <code>ServiceInstanceImpl</code> provides methods to get
47 class ServiceInstanceImpl implements CachedSMSEntry.SMSEntryUpdateListener { class in inherits:CachedSMSEntry.SMSEntryUpdateListener
60 private ServiceInstanceImpl(String name, CachedSMSEntry entry) { method in class:ServiceInstanceImpl
142 static ServiceInstanceImpl getInstance(SSOToken token, String serviceName,
148 static ServiceInstanceImpl getInstance(SSOToken token, String serviceName,
151 debug.message("ServiceInstanceImpl::getInstance: called: " +
156 ServiceInstanceImpl answer = getFromCache(cName, serviceName, version,
175 answer = new ServiceInstanceImpl(iName, entry);
180 debug.message("ServiceInstanceImpl
[all...]

Completed in 20 milliseconds