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

/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushNotificationServiceConfig.java28 private String googleEndpoint; field in class:PushNotificationServiceConfig
51 private void setGoogleEndpoint(String googleEndpoint) { argument
52 this.googleEndpoint = googleEndpoint;
83 && StringUtils.isNotBlank(googleEndpoint)
121 return googleEndpoint;
182 && Objects.equals(this.googleEndpoint, that.googleEndpoint)
192 return Objects.hash(accessKey, secret, appleEndpoint, googleEndpoint, messageDispatcherConcurrency,
253 * @param googleEndpoint Th
256 withGoogleEndpoint(String googleEndpoint) argument
[all...]

Completed in 27 milliseconds