public class ServiceAccountCredentials extends Credentials
Modifier and Type | Class and Description |
---|---|
static class |
ServiceAccountCredentials.Builder
Builds a
ServiceAccountCredentials instance. |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId() |
String |
getClaim() |
String |
getClientId()
Client Id (API Key)
|
String |
getClientSecret()
Client Secret
|
String |
getImsBaseUri() |
String |
getOrganizationId() |
String |
getPrivateKey()
Content of the Private Key (PEM format)
|
serviceAccountCredentialsBuilder
public String getClientId()
public String getClientSecret()
public String getPrivateKey()
public String getClaim()
public String getOrganizationId()
public String getAccountId()
public String getImsBaseUri()
Copyright © 2021 Adobe. All rights reserved.