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