Package | Description |
---|---|
com.adobe.platform.operation.auth |
Contains the classes for all types of credentials supported by DC Services SDK.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.fromFile(String credentialsFilePath)
Sets Service Account Credentials using the JSON credentials file path.
|
static ServiceAccountCredentials.Builder |
Credentials.serviceAccountCredentialsBuilder()
Creates a new
ServiceAccountCredentials builder. |
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.withAccountId(String accountId)
Set Account Id (format: id@techacct.adobe.com)
|
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.withClientId(String clientId)
Set Client ID (API Key)
|
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.withClientSecret(String clientSecret)
Set Client Secret
|
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.withOrganizationId(String organizationId)
Set Organization Id (format: org_ident@AdobeOrg) that has been configured for access to DC Services
|
ServiceAccountCredentials.Builder |
ServiceAccountCredentials.Builder.withPrivateKey(String privateKey)
Set private key
|
Copyright © 2021 Adobe. All rights reserved.