Class UsernamePasswordCredentials
- java.lang.Object
-
- com.adobe.pdfservices.operation.config.proxy.UsernamePasswordCredentials
-
- All Implemented Interfaces:
ProxyAuthenticationCredentials
public class UsernamePasswordCredentials extends Object implements ProxyAuthenticationCredentials
SimpleProxyAuthenticationCredentialsimplementation based on a username and password.
-
-
Constructor Summary
Constructors Constructor Description UsernamePasswordCredentials(String username, String password)Creates a newUsernamePasswordCredentialsinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()Returns the password.StringgetUsername()Returns the username.
-