Uses of Interface
com.adobe.pdfservices.operation.auth.Credentials
-
Packages that use Credentials Package Description com.adobe.pdfservices.operation Contains the classes and sub-packages for various PDF Services Jobs.com.adobe.pdfservices.operation.auth Contains the classes for all types of credentials supported by PDF Services API. -
-
Uses of Credentials in com.adobe.pdfservices.operation
Constructors in com.adobe.pdfservices.operation with parameters of type Credentials Constructor Description PDFServices(Credentials credentials)
Constructs aPDFServices
instance with the givenCredentials
.PDFServices(Credentials credentials, ClientConfig clientConfig)
-
Uses of Credentials in com.adobe.pdfservices.operation.auth
Classes in com.adobe.pdfservices.operation.auth that implement Credentials Modifier and Type Class Description class
ServicePrincipalCredentials
Service Principal credentials allow your application to call PDF Services API.
-