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 class
UsernamePasswordCredentials
SimpleProxyAuthenticationCredentials
implementation based on a username and password.Fields in com.adobe.pdfservices.operation.config.proxy declared as ProxyAuthenticationCredentials Modifier and Type Field Description ProxyAuthenticationCredentials
ProxyServerConfig.Builder. credentials
Methods in com.adobe.pdfservices.operation.config.proxy that return ProxyAuthenticationCredentials Modifier and Type Method Description ProxyAuthenticationCredentials
ProxyServerConfig. 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.Builder
ProxyServerConfig.Builder. withCredentials(ProxyAuthenticationCredentials credentials)
Sets the credentials for authenticating with a proxy server.
-