Package aQute.bnd.connection.settings
Class ServerDTO
- java.lang.Object
-
- aQute.bnd.util.dto.DTO
-
- aQute.bnd.connection.settings.ServerDTO
-
public class ServerDTO extends DTO
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
id
java.lang.String
match
java.lang.String
passphrase
The pass phrase used in conjunction with the privateKey to authenticate.java.lang.String
password
java.lang.String
privateKey
The private key location used to authenticate.java.lang.String
trust
java.lang.String
username
boolean
verify
-
Constructor Summary
Constructors Constructor Description ServerDTO()
-
-
-
Field Detail
-
id
public java.lang.String id
-
username
public java.lang.String username
-
password
public java.lang.String password
-
privateKey
public java.lang.String privateKey
The private key location used to authenticate.
-
passphrase
public java.lang.String passphrase
The pass phrase used in conjunction with the privateKey to authenticate.
-
match
public java.lang.String match
-
verify
public boolean verify
-
trust
public java.lang.String trust
-
-