public class AccessCredentials extends Object
| Constructor and Description |
|---|
AccessCredentials(String username,
String password)
Constructor that takes username and password
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the credential's password
|
String |
getUsername()
Returns the credential's username
|
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.