Searched refs:getNotificationURL (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java98 public String getNotificationURL() { method in class:RemoveListenerRequest
H A DPolicyListenerRequest.java110 public String getNotificationURL() { method in class:PolicyListenerRequest
H A DPolicyRequestHandler.java310 String[] objs = {plReq.getNotificationURL()};
329 String[] objs = {rmReq.getNotificationURL()};
519 String notiURL = policyListenerReq.getNotificationURL();
583 String notiURL = removeListenerReq.getNotificationURL();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java98 public String getNotificationURL() { method in class:RemoveListenerRequest
H A DPolicyListenerRequest.java110 public String getNotificationURL() { method in class:PolicyListenerRequest
H A DPolicyRequestHandler.java315 String[] objs = {plReq.getNotificationURL()};
334 String[] objs = {rmReq.getNotificationURL()};
518 String notiURL = policyListenerReq.getNotificationURL();
582 String notiURL = removeListenerReq.getNotificationURL();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java198 serviceName, policyProperties.getNotificationURL());
215 serviceName, policyProperties.getNotificationURL());
218 + serviceName + ", URL " + policyProperties.getNotificationURL());
714 serviceName, policyProperties.getNotificationURL(),
H A DPolicyProperties.java261 notificationURL = WebtopNaming.getNotificationURL().toString();
648 String getNotificationURL() { method in class:PolicyProperties
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java198 serviceName, policyProperties.getNotificationURL());
215 serviceName, policyProperties.getNotificationURL());
218 + serviceName + ", URL " + policyProperties.getNotificationURL());
714 serviceName, policyProperties.getNotificationURL(),
H A DPolicyProperties.java261 notificationURL = WebtopNaming.getNotificationURL().toString();
648 String getNotificationURL() { method in class:PolicyProperties
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java347 public String getNotificationURL() { method in class:SessionRequest
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java343 public String getNotificationURL() { method in class:SessionRequest
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java407 sessionService.addSessionListener(sid, req.getNotificationURL());
420 sessionService.addSessionListenerOnAllSessions(requesterSession, req.getNotificationURL());
H A DSessionServerConfig.java338 URL localURL = WebtopNaming.getNotificationURL();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java346 URL localURL = WebtopNaming.getNotificationURL();
H A DSessionRequestHandler.java354 sessionService.addSessionListener(requesterSession, req.getNotificationURL());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java114 url = WebtopNaming.getNotificationURL();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java116 url = WebtopNaming.getNotificationURL();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java119 url = WebtopNaming.getNotificationURL();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java121 url = WebtopNaming.getNotificationURL();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java987 String url = WebtopNaming.getNotificationURL().toString();
1243 String url = WebtopNaming.getNotificationURL().toString();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java871 String url = WebtopNaming.getNotificationURL().toString();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java524 URL url = WebtopNaming.getNotificationURL();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java526 URL url = WebtopNaming.getNotificationURL();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java1052 public static URL getNotificationURL() method in class:WebtopNaming

Completed in 89 milliseconds

12