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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java103 public String registerNotificationURL(String url) throws RemoteException; method in interface:SMSObjectIF
H A DSMSJAXRPCObjectImpl.java561 public String registerNotificationURL(String url) throws RemoteException { method in class:SMSJAXRPCObjectImpl
579 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL() - URL "
592 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL - " +
601 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL - " +
609 debug.warning("SMSJAXRPCObjectImpl:registerNotificationURL "
615 debug.warning("SMSJAXRPCObjectImpl:registerNotificationURL "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java103 public String registerNotificationURL(String url) throws RemoteException; method in interface:SMSObjectIF
H A DSMSJAXRPCObjectImpl.java563 public String registerNotificationURL(String url) throws RemoteException { method in class:SMSJAXRPCObjectImpl
581 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL() - URL "
594 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL - " +
603 debug.message("SMSJAXRPCObjectImpl:registerNotificationURL - " +
611 debug.warning("SMSJAXRPCObjectImpl:registerNotificationURL "
617 debug.warning("SMSJAXRPCObjectImpl:registerNotificationURL "
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java960 public String registerNotificationURL(String url) throws RemoteException { method in class:DirectoryManagerImpl
961 return registerNotificationURL(url, notificationURLs);
H A DDirectoryManagerIF.java212 public String registerNotificationURL(String url) throws RemoteException; method in interface:DirectoryManagerIF
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java960 public String registerNotificationURL(String url) throws RemoteException { method in class:DirectoryManagerImpl
961 return registerNotificationURL(url, notificationURLs);
H A DDirectoryManagerIF.java212 public String registerNotificationURL(String url) throws RemoteException; method in interface:DirectoryManagerIF
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java744 return registerNotificationURL(url, idRepoNotificationURLs);
747 protected String registerNotificationURL(String url, Map<String, URL> notificationURLs) { method in class:IdRepoJAXRPCObjectImpl
765 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL() - URL "
778 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL - " +
787 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL - " +
795 idRepoDebug.warning("IdRepoJAXRPCObjectImpl.registerNotificationURL "
802 "registerNotificationURL invalid URL: " + url, e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java746 return registerNotificationURL(url, idRepoNotificationURLs);
749 protected String registerNotificationURL(String url, Map<String, URL> notificationURLs) { method in class:IdRepoJAXRPCObjectImpl
767 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL() - URL "
780 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL - " +
789 idRepoDebug.message("IdRepoJAXRPCObjectImpl.registerNotificationURL - " +
797 idRepoDebug.warning("IdRepoJAXRPCObjectImpl.registerNotificationURL "
804 "registerNotificationURL invalid URL: " + url, e);

Completed in 40 milliseconds