Uses of Interface
com.adobe.pdfservices.operation.internal.auth.Authenticator
-
Packages that use Authenticator Package Description com.adobe.pdfservices.operation.internal.auth com.adobe.pdfservices.operation.internal.http -
-
Uses of Authenticator in com.adobe.pdfservices.operation.internal.auth
Classes in com.adobe.pdfservices.operation.internal.auth that implement Authenticator Modifier and Type Class Description classJwtAuthenticatorAn authenticator implementation which deals with service account authentication through JWTclassSessionTokenAuthenticatorMethods in com.adobe.pdfservices.operation.internal.auth that return Authenticator Modifier and Type Method Description static AuthenticatorAuthenticatorFactory. getAuthenticator(Credentials credentials) -
Uses of Authenticator in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return Authenticator Modifier and Type Method Description AuthenticatorBaseHttpRequest. getAuthenticator()AuthenticatorBaseMultipartRequest. getAuthenticator()AuthenticatorHttpRequest. getAuthenticator()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type Authenticator Modifier and Type Method Description HttpRequestBaseHttpRequest. withAuthenticator(Authenticator authenticator)MultiPartRequestBaseMultipartRequest. withAuthenticator(Authenticator authenticator)HttpRequestHttpRequest. withAuthenticator(Authenticator authenticator)Attaches an authenticator instance to the class, which will be used for all access token operations
-