Searched defs:notificationURLs (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java80 static Map<String, URL> notificationURLs = new HashMap<String, URL>(); field in class:SMSJAXRPCObjectImpl
527 synchronized (notificationURLs) {
528 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
550 notificationURLs.remove(id);
568 synchronized (notificationURLs) {
572 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
599 notificationURLs.put(id, notificationUrl);
623 synchronized (notificationURLs) {
624 URL url = notificationURLs.remove(id);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java82 static Map<String, URL> notificationURLs = new HashMap<String, URL>(); field in class:SMSJAXRPCObjectImpl
529 synchronized (notificationURLs) {
530 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
552 notificationURLs.remove(id);
570 synchronized (notificationURLs) {
574 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
601 notificationURLs.put(id, notificationUrl);
625 synchronized (notificationURLs) {
626 URL url = notificationURLs.remove(id);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java747 protected String registerNotificationURL(String url, Map<String, URL> notificationURLs) { argument
754 synchronized (notificationURLs) {
758 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
785 notificationURLs.put(id, notificationUrl);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java749 protected String registerNotificationURL(String url, Map<String, URL> notificationURLs) { argument
756 synchronized (notificationURLs) {
760 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
787 notificationURLs.put(id, notificationUrl);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java87 private static final Map<String, URL> notificationURLs = new ConcurrentHashMap<String, URL>(); field in class:DirectoryManagerImpl
961 return registerNotificationURL(url, notificationURLs);
965 synchronized (notificationURLs) {
966 URL url = notificationURLs.remove(notificationID);
1020 + notificationURLs.values());
1026 synchronized (notificationURLs) {
1027 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
1053 notificationURLs.remove(id);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java87 private static final Map<String, URL> notificationURLs = new ConcurrentHashMap<String, URL>(); field in class:DirectoryManagerImpl
961 return registerNotificationURL(url, notificationURLs);
965 synchronized (notificationURLs) {
966 URL url = notificationURLs.remove(notificationID);
1020 + notificationURLs.values());
1026 synchronized (notificationURLs) {
1027 for (Map.Entry<String, URL> entry : notificationURLs.entrySet()) {
1053 notificationURLs.remove(id);

Completed in 46 milliseconds