Uses of Interface
com.adobe.pdfservices.operation.config.proxy.ProxyAuthenticationCredentials
-
Packages that use ProxyAuthenticationCredentials Package Description com.adobe.pdfservices.operation.config.proxy Contains the classes for proxy configurations used in PDF Services SDK. -
-
Uses of ProxyAuthenticationCredentials in com.adobe.pdfservices.operation.config.proxy
Classes in com.adobe.pdfservices.operation.config.proxy that implement ProxyAuthenticationCredentials Modifier and Type Class Description classUsernamePasswordCredentialsSimpleProxyAuthenticationCredentialsimplementation based on a username and password.Fields in com.adobe.pdfservices.operation.config.proxy declared as ProxyAuthenticationCredentials Modifier and Type Field Description ProxyAuthenticationCredentialsProxyServerConfig.Builder. credentialsMethods in com.adobe.pdfservices.operation.config.proxy that return ProxyAuthenticationCredentials Modifier and Type Method Description ProxyAuthenticationCredentialsProxyServerConfig. getCredentials()Gets the credentials for authenticating with a proxy server.Methods in com.adobe.pdfservices.operation.config.proxy with parameters of type ProxyAuthenticationCredentials Modifier and Type Method Description ProxyServerConfig.BuilderProxyServerConfig.Builder. withCredentials(ProxyAuthenticationCredentials credentials)Sets the credentials for authenticating with a proxy server.
-