com.stackify.api.common
public class AppIdentityService extends Object
| Constructor and Description |
|---|
AppIdentityService(ApiConfiguration apiConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AppIdentity |
getAppIdentity()
getAppIdentity
|
AppIdentity |
getAppIdentity(String applicationName)
Retrieves the application identity given the environment details
|
public AppIdentityService(ApiConfiguration apiConfig, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
apiConfig - The API configurationobjectMapper - Jackson object mapperpublic AppIdentity getAppIdentity(String applicationName)
applicationName - - name of the applicationpublic AppIdentity getAppIdentity()
Copyright © 2015 Stackify, LLC. All Rights Reserved.