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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSNotificationManager.java62 * On the Server, if "enableDataStoreNotification" is true it would
79 static boolean enableDataStoreNotification; field in class:SMSNotificationManager
89 boolean previousDataStoreNotification = enableDataStoreNotification;
90 enableDataStoreNotification = Boolean.valueOf(
100 enableDataStoreNotification = false;
105 if (!isClient && !enableDataStoreNotification && !configTime &&
107 enableDataStoreNotification = true;
120 "DataStore Notification: " + enableDataStoreNotification +
124 // based on enableDataStoreNotification. In the case of legacy mode
133 if (cachedEnabled && (isClient || (enableDataStoreNotification
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSNotificationManager.java62 * On the Server, if "enableDataStoreNotification" is true it would
79 static boolean enableDataStoreNotification; field in class:SMSNotificationManager
89 boolean previousDataStoreNotification = enableDataStoreNotification;
90 enableDataStoreNotification = Boolean.valueOf(
100 enableDataStoreNotification = false;
105 if (!isClient && !enableDataStoreNotification && !configTime &&
107 enableDataStoreNotification = true;
120 "DataStore Notification: " + enableDataStoreNotification +
124 // based on enableDataStoreNotification. In the case of legacy mode
133 if (cachedEnabled && (isClient || (enableDataStoreNotification
[all...]

Completed in 35 milliseconds