public final class LoginInfo extends Object implements Comparable<LoginInfo>
| Constructor and Description |
|---|
LoginInfo(String host,
int port,
String user,
String password)
Creates an Immutable instance of a LoginInfo from given 4-tuple.
|
public LoginInfo(String host, int port, String user, String password)
host - String representing hostport - integer representing portuser - String representing userpassword - String representing passwordIllegalArgumentException - if parameter contract is violatedCopyright © 2017. All rights reserved.