public class Credentials extends Object
| Modifier and Type | Field and Description |
|---|---|
static Credentials |
EMPTY
static object representing empty credentials
|
| Constructor and Description |
|---|
Credentials(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
public static final Credentials EMPTY
Copyright © 2017 dangernoodle.io. All rights reserved.