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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java25 * $Id: PluginSchemaImpl.java,v 1.5 2008/07/11 01:46:20 arviranga Exp $
48 * The class <code>PluginSchemaImpl</code> provides the interfaces to obtain
51 class PluginSchemaImpl extends ServiceSchemaImpl { class in inherits:ServiceSchemaImpl
71 PluginSchemaImpl() { method in class:PluginSchemaImpl
75 PluginSchemaImpl(SSOToken token, String serviceName, String version, method in class:PluginSchemaImpl
178 SMSEntry.debug.error("PluginSchemaImpl: XML parser error: "
254 SMSEntry.debug.error("PluginSchemaImpl:: unable to "
277 if (o instanceof PluginSchemaImpl) {
278 PluginSchemaImpl psi = (PluginSchemaImpl)
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java25 * $Id: PluginSchemaImpl.java,v 1.5 2008/07/11 01:46:20 arviranga Exp $
47 * The class <code>PluginSchemaImpl</code> provides the interfaces to obtain
50 class PluginSchemaImpl extends ServiceSchemaImpl implements CachedSMSEntry.SMSEntryUpdateListener { class in inherits:ServiceSchemaImpl,CachedSMSEntry.SMSEntryUpdateListener
70 PluginSchemaImpl() { method in class:PluginSchemaImpl
74 PluginSchemaImpl(SSOToken token, String serviceName, String version, method in class:PluginSchemaImpl
177 SMSEntry.debug.error("PluginSchemaImpl: XML parser error: "
253 SMSEntry.debug.error("PluginSchemaImpl:: unable to "
276 if (o instanceof PluginSchemaImpl) {
277 PluginSchemaImpl psi = (PluginSchemaImpl)
[all...]

Completed in 43 milliseconds