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()
Account ID(format: id@techacct.adobe.com) 
 | 
String | 
getClaim()
Identifies the Service for which Authorization(Access) Token will be issued 
 | 
String | 
getClientId()
Client Id (API Key) 
 | 
String | 
getClientSecret()
Client Secret 
 | 
String | 
getImsBaseUri()
IMS Base URI of the API call to retrieve Authorization(Access) Token 
 | 
String | 
getOrganizationId()
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to PDF Tools API. 
 | 
String | 
getPrivateKey()
Content of the Private Key (PEM format) 
 | 
serviceAccountCredentialsBuilderpublic String getClientId()
public String getClientSecret()
public String getPrivateKey()
public String getClaim()
public String getOrganizationId()
public String getAccountId()
public String getImsBaseUri()
Copyright © 2020 Adobe. All rights reserved.