Searched refs:SMSObject (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java45 public abstract class SMSObjectDB extends SMSObject {
H A DSMSObject.java25 * $Id: SMSObject.java,v 1.9 2009/10/28 04:24:26 hengming Exp $
51 public abstract class SMSObject { class
H A DSMSNotificationManager.java63 * register with SMSObject.registerCallbackHandler(..) via SMSEntry,
95 SMSObject object = SMSEntry.getSMSObject();
147 // Deregister the callback handler from SMSObject
157 protected synchronized void deregisterListener(SMSObject object) {
225 // Method called by SMSObject implementations
313 // Method called by SMSObject implementations
H A DSMSEntry.java153 static SMSObject smsObject;
222 // Get an instance of SMSObject(can be SMSLDAP or SMSJAXRPC)
259 // Cache internal users, only after SMSObject is initialized
288 // Create the SMSObject, based on the configuration
293 smsObject = (SMSObject) smsEntryClass.newInstance();
302 debug.warning("SMSObject class not found: " + smsClassName);
323 smsObject = (SMSObject) Class
331 smsObject = (SMSObject) Class
344 smsObject = (SMSObject) Class.forName(
350 + "SMSObject", initializationExceptio
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java45 public abstract class SMSObjectDB extends SMSObject {
H A DSMSObject.java25 * $Id: SMSObject.java,v 1.9 2009/10/28 04:24:26 hengming Exp $
51 public abstract class SMSObject { class
H A DSMSNotificationManager.java63 * register with SMSObject.registerCallbackHandler(..) via SMSEntry,
95 SMSObject object = SMSEntry.getSMSObject();
147 // Deregister the callback handler from SMSObject
157 protected synchronized void deregisterListener(SMSObject object) {
225 // Method called by SMSObject implementations
313 // Method called by SMSObject implementations
H A DSMSEntry.java153 static SMSObject smsObject;
222 // Get an instance of SMSObject(can be SMSLDAP or SMSJAXRPC)
259 // Cache internal users, only after SMSObject is initialized
288 // Create the SMSObject, based on the configuration
293 smsObject = (SMSObject) smsEntryClass.newInstance();
302 debug.warning("SMSObject class not found: " + smsClassName);
323 smsObject = (SMSObject) Class
331 smsObject = (SMSObject) Class
344 smsObject = (SMSObject) Class.forName(
350 + "SMSObject", initializationExceptio
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java49 import com.sun.identity.sm.SMSObject;
69 public class SMSJAXRPCObject extends SMSObject implements SMSObjectListener {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java51 import com.sun.identity.sm.SMSObject;
71 public class SMSJAXRPCObject extends SMSObject implements SMSObjectListener {

Completed in 34 milliseconds