Package org.exoplatform.push.service.fcm
Class FCMServiceAccountConfiguration
java.lang.Object
org.exoplatform.push.service.fcm.FCMServiceAccountConfiguration
Configuration object for Firebase Cloud Messaging Service Account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetServiceAccountClientId(String serviceAccountClientId) voidsetServiceAccountId(String serviceAccountId) voidsetServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId) voidsetServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem) voidsetServiceAccountProjectId(String serviceAccountProjectId) voidsetServiceAccountUser(String serviceAccountUser) voidsetTokenServerEncodedUrl(String tokenServerEncodedUrl)
-
Constructor Details
-
FCMServiceAccountConfiguration
public FCMServiceAccountConfiguration()
-
-
Method Details
-
getServiceAccountId
-
setServiceAccountId
-
getServiceAccountClientId
-
setServiceAccountClientId
-
getServiceAccountPrivateKeyPem
-
setServiceAccountPrivateKeyPem
-
getServiceAccountUser
-
setServiceAccountUser
-
getServiceAccountProjectId
-
setServiceAccountProjectId
-
getServiceAccountPrivateKeyId
-
setServiceAccountPrivateKeyId
-
getTokenServerEncodedUrl
-
setTokenServerEncodedUrl
-