public class CSServerInfo
extends java.lang.Object
CSServerInfo.properties for simplicity of setup of this sample
Content Event Webhook Receiver application. In a production environment, a
different approach should be used to store, encrypt, and retrieve the user
credentials.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CS_SERVER_GRAPHQL_URL
Content Services GraphQL API URL
|
static java.lang.String |
CS_SERVER_OBJECTSTORE
Object Store for Content Event Webhook Receiver sample
|
static java.lang.String |
CS_SERVER_PASSWORD
Content Platform Engine/Content Services password.
|
static java.lang.String |
CS_SERVER_USERNAME
Content Platform Engine/Content Services user.
|
static java.lang.String |
WEBHOOK_RECEIVER_URL
Content Event Webhook Receiver URL.
|
| Constructor and Description |
|---|
CSServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getString(java.lang.String key)
Get a property with the given key from CSServerInfo.properties.
|
public static final java.lang.String CS_SERVER_GRAPHQL_URL
public static final java.lang.String CS_SERVER_OBJECTSTORE
public static final java.lang.String WEBHOOK_RECEIVER_URL
public static final java.lang.String CS_SERVER_USERNAME
public static final java.lang.String CS_SERVER_PASSWORD
public static java.lang.String getString(java.lang.String key)
key - the key of the property to get from CSServerInfo.properties