public class ServerDTO extends DTO
Modifier and Type | Field and Description |
---|---|
String |
id |
String |
match |
String |
passphrase
The pass phrase used in conjunction with the privateKey to authenticate.
|
String |
password |
String |
privateKey
The private key location used to authenticate.
|
String |
trust |
String |
username |
boolean |
verify |
Constructor and Description |
---|
ServerDTO() |
public String id
public String username
public String password
public String privateKey
public String passphrase
public String match
public boolean verify
public String trust
Copyright © 2021 aQute SARL. All rights reserved.