ServicePrincipalCredentials.
Service Account credentials allow your application to call PDF Services API on behalf of the application itself, or on behalf of an enterprise organization.@Deprecated public class ServiceAccountCredentials extends Credentials
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceAccountCredentials.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Deprecated.
Account ID(format: id@techacct.adobe.com)
|
String |
getClientId()
Deprecated.
Client Id (API Key)
|
String |
getClientSecret()
Deprecated.
Client Secret
|
String |
getOrganizationId()
Deprecated.
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to PDF Services API.
|
String |
getPrivateKey()
Deprecated.
Content of the Private Key (PEM format)
|
serviceAccountCredentialsBuilder, servicePrincipalCredentialsBuilderpublic String getClientId()
public String getClientSecret()
public String getPrivateKey()
public String getOrganizationId()
public String getAccountId()
Copyright © 2023 Adobe. All rights reserved.