public final class Credentials extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Credentials.UserAndPassword |
Modifier and Type | Method and Description |
---|---|
static Credentials.UserAndPassword |
userAndPassword(String username,
char[] password) |
static Credentials.UserAndPassword |
userAndPassword(String username,
String password) |
public static Credentials.UserAndPassword userAndPassword(String username, String password)
public static Credentials.UserAndPassword userAndPassword(String username, char[] password)
Copyright © 2017. All rights reserved.