public class SimpleCredential extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
SimpleCredential() |
SimpleCredential(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2009–2017 DuraSpace. All rights reserved.