Class AppConfigurationStoreMonitoring.AccessToken
java.lang.Object
com.azure.spring.cloud.config.properties.AppConfigurationStoreMonitoring.AccessToken
- Enclosing class:
- AppConfigurationStoreMonitoring
Token used to verifying Push Refresh Requests
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AccessToken
public AccessToken()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getSecret
- Returns:
- the secret
-
setSecret
- Parameters:
secret
- the secret to set
-
isValid
public boolean isValid()Checks if name and secret are not null.- Returns:
- boolean true if name and secret are not null.
-