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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java105 protected static final Map<String, URL> idRepoNotificationURLs = new ConcurrentHashMap<String, URL>(); field in class:IdRepoJAXRPCObjectImpl
693 synchronized (idRepoNotificationURLs) {
694 URL url = idRepoNotificationURLs.remove(notificationID);
744 return registerNotificationURL(url, idRepoNotificationURLs);
831 if (cacheSize == 0 && idRepoNotificationURLs.isEmpty()) {
835 idRepoNotificationURLs + " and cache size is: " +
882 " notificationURLS " + idRepoNotificationURLs.values());
885 synchronized (idRepoNotificationURLs) {
886 for (Map.Entry<String, URL> entry : idRepoNotificationURLs.entrySet()) {
910 idRepoNotificationURLs
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java107 protected static final Map<String, URL> idRepoNotificationURLs = new ConcurrentHashMap<String, URL>(); field in class:IdRepoJAXRPCObjectImpl
695 synchronized (idRepoNotificationURLs) {
696 URL url = idRepoNotificationURLs.remove(notificationID);
746 return registerNotificationURL(url, idRepoNotificationURLs);
833 if (cacheSize == 0 && idRepoNotificationURLs.isEmpty()) {
837 idRepoNotificationURLs + " and cache size is: " +
884 " notificationURLS " + idRepoNotificationURLs.values());
887 synchronized (idRepoNotificationURLs) {
888 for (Map.Entry<String, URL> entry : idRepoNotificationURLs.entrySet()) {
912 idRepoNotificationURLs
[all...]

Completed in 25 milliseconds