public class FCMServiceAccountConfiguration extends Object
| Constructor and Description |
|---|
FCMServiceAccountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceAccountClientId() |
String |
getServiceAccountId() |
String |
getServiceAccountPrivateKeyId() |
String |
getServiceAccountPrivateKeyPem() |
String |
getServiceAccountProjectId() |
String |
getServiceAccountUser() |
String |
getTokenServerEncodedUrl() |
void |
setServiceAccountClientId(String serviceAccountClientId) |
void |
setServiceAccountId(String serviceAccountId) |
void |
setServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId) |
void |
setServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem) |
void |
setServiceAccountProjectId(String serviceAccountProjectId) |
void |
setServiceAccountUser(String serviceAccountUser) |
void |
setTokenServerEncodedUrl(String tokenServerEncodedUrl) |
public String getServiceAccountId()
public void setServiceAccountId(String serviceAccountId)
public String getServiceAccountClientId()
public void setServiceAccountClientId(String serviceAccountClientId)
public String getServiceAccountPrivateKeyPem()
public void setServiceAccountPrivateKeyPem(String serviceAccountPrivateKeyPem)
public String getServiceAccountUser()
public void setServiceAccountUser(String serviceAccountUser)
public String getServiceAccountProjectId()
public void setServiceAccountProjectId(String serviceAccountProjectId)
public String getServiceAccountPrivateKeyId()
public void setServiceAccountPrivateKeyId(String serviceAccountPrivateKeyId)
public String getTokenServerEncodedUrl()
public void setTokenServerEncodedUrl(String tokenServerEncodedUrl)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.