Class FCMServiceAccountConfiguration

java.lang.Object
org.exoplatform.push.service.fcm.FCMServiceAccountConfiguration

public class FCMServiceAccountConfiguration extends Object
Configuration object for Firebase Cloud Messaging Service Account
  • Constructor Details

    • FCMServiceAccountConfiguration

      public FCMServiceAccountConfiguration()
  • Method Details

    • getServiceAccountId

      public String getServiceAccountId()
    • setServiceAccountId

      public void setServiceAccountId(String serviceAccountId)
    • getServiceAccountClientId

      public String getServiceAccountClientId()
    • setServiceAccountClientId

      public void setServiceAccountClientId(String serviceAccountClientId)
    • getServiceAccountPrivateKeyPem

      public String getServiceAccountPrivateKeyPem()
    • setServiceAccountPrivateKeyPem

      public void setServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem)
    • getServiceAccountUser

      public String getServiceAccountUser()
    • setServiceAccountUser

      public void setServiceAccountUser(String serviceAccountUser)
    • getServiceAccountProjectId

      public String getServiceAccountProjectId()
    • setServiceAccountProjectId

      public void setServiceAccountProjectId(String serviceAccountProjectId)
    • getServiceAccountPrivateKeyId

      public String getServiceAccountPrivateKeyId()
    • setServiceAccountPrivateKeyId

      public void setServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId)
    • getTokenServerEncodedUrl

      public String getTokenServerEncodedUrl()
    • setTokenServerEncodedUrl

      public void setTokenServerEncodedUrl(String tokenServerEncodedUrl)