public class UsernamePassword extends Object
| Constructor and Description |
|---|
UsernamePassword(String username,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
String |
getUsername() |
void |
setPassword(char[] password) |
void |
setUsername(String username) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.