public class UsernamePasswordCredentials extends Object implements ProxyAuthenticationCredentials
ProxyAuthenticationCredentials
implementation based on a username and password.Constructor and Description |
---|
UsernamePasswordCredentials(String username,
String password)
Creates a new
UsernamePasswordCredentials instance. |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the password.
|
String |
getUsername()
Returns the username.
|
Copyright © 2023 Adobe. All rights reserved.