Searched defs:notificationURL (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java57 * The attribute notificationURL provides the notification
64 * notificationURL CDATA #REQUIRED
74 static final String NOTIFICATION_URL = "notificationURL";
78 private String notificationURL = null; field in class:PolicyListenerRequest
111 return notificationURL;
120 notificationURL = url;
173 append(NOTIFICATION_URL).append("=\"").append(notificationURL).append("\"/>").append(CRLF);
257 PLLServer.send(new URL(notificationURL), set);
262 notificationURL);
H A DRemoveListenerRequest.java45 * The attribute notificationURL provides the notification
53 * notificationURL CDATA #REQUIRED
62 static final String NOTIFICATION_URL = "notificationURL";
66 private String notificationURL = null; field in class:RemoveListenerRequest
99 return notificationURL;
108 notificationURL = url;
156 NOTIFICATION_URL + "=\"" + notificationURL +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java57 * The attribute notificationURL provides the notification
64 * notificationURL CDATA #REQUIRED
74 static final String NOTIFICATION_URL = "notificationURL";
78 private String notificationURL = null; field in class:PolicyListenerRequest
111 return notificationURL;
120 notificationURL = url;
173 append(NOTIFICATION_URL).append("=\"").append(notificationURL).append("\"/>").append(CRLF);
257 PLLServer.send(new URL(notificationURL), set);
262 notificationURL);
H A DRemoveListenerRequest.java45 * The attribute notificationURL provides the notification
53 * notificationURL CDATA #REQUIRED
62 static final String NOTIFICATION_URL = "notificationURL";
66 private String notificationURL = null; field in class:RemoveListenerRequest
99 return notificationURL;
108 notificationURL = url;
156 NOTIFICATION_URL + "=\"" + notificationURL +
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java128 private String notificationURL = null; field in class:SessionRequest
339 notificationURL = url;
348 return notificationURL;
545 if (notificationURL == null) {
550 xml.append("<URL>").append(notificationURL).append("</URL>").append(NL);
554 if (notificationURL == null) {
559 xml.append("<URL>").append(notificationURL).append("</URL>").append(NL);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java126 private String notificationURL = null; field in class:SessionRequest
335 notificationURL = url;
344 return notificationURL;
541 if (notificationURL == null) {
546 xml.append("<URL>").append(notificationURL).append("</URL>").append(NL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java139 private String notificationURL; field in class:PolicyProperties
242 previousNotificationURL = notificationURL;
261 notificationURL = WebtopNaming.getNotificationURL().toString();
264 debug.message("PolicyProperties:notificationURL not found",
268 if ((notificationURL == null) || (notificationURL.length() == 0)) {
273 debug.message("PolicyProperties:notificationURL="
274 + notificationURL);
649 return notificationURL;
H A DResourceResultCache.java937 * @param notificationURL end point on the client that listens for
941 String serviceName, String notificationURL) {
942 addRemotePolicyListener(appToken, serviceName, notificationURL,
951 * @param notificationURL end point on the client that listens for
959 String serviceName, String notificationURL,
965 + ":notificationURL=" + notificationURL);
973 + ":notificationURL=" + notificationURL
993 listenerReq.setNotificationURL(notificationURL);
940 addRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
958 addRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL, boolean reRegister) argument
1042 removeRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
1876 addRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
1894 addRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL, boolean reRegister) argument
1977 removeRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java139 private String notificationURL; field in class:PolicyProperties
242 previousNotificationURL = notificationURL;
261 notificationURL = WebtopNaming.getNotificationURL().toString();
264 debug.message("PolicyProperties:notificationURL not found",
268 if ((notificationURL == null) || (notificationURL.length() == 0)) {
273 debug.message("PolicyProperties:notificationURL="
274 + notificationURL);
649 return notificationURL;
H A DResourceResultCache.java946 * @param notificationURL end point on the client that listens for
950 String serviceName, String notificationURL) {
951 addRemotePolicyListener(appToken, serviceName, notificationURL,
960 * @param notificationURL end point on the client that listens for
968 String serviceName, String notificationURL,
974 + ":notificationURL=" + notificationURL);
982 + ":notificationURL=" + notificationURL
1002 listenerReq.setNotificationURL(notificationURL);
949 addRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
967 addRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL, boolean reRegister) argument
1051 removeRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
1885 addRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
1903 addRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL, boolean reRegister) argument
1986 removeRESTRemotePolicyListener(SSOToken appToken, String serviceName, String notificationURL) argument
[all...]

Completed in 95 milliseconds