Searched refs:CLIENT_NOTIFICATION_URL (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigValidator.java279 notURL = SystemProperties.get(CLIENT_NOTIFICATION_URL);
310 String[] params = {CLIENT_NOTIFICATION_URL,
311 SystemProperties.get(CLIENT_NOTIFICATION_URL)};
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java149 static final String CLIENT_NOTIFICATION_URL = "com.sun.identity.client.notification.url"; field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java149 static final String CLIENT_NOTIFICATION_URL = "com.sun.identity.client.notification.url"; field in interface:Constants
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java1055 String url = System.getProperty(Constants.CLIENT_NOTIFICATION_URL,
1056 SystemProperties.get(Constants.CLIENT_NOTIFICATION_URL));
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java1135 String url = System.getProperty(Constants.CLIENT_NOTIFICATION_URL,
1136 SystemProperties.get(Constants.CLIENT_NOTIFICATION_URL));

Completed in 2966 milliseconds