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.Stringidjava.lang.Stringmatchjava.lang.StringpassphraseThe pass phrase used in conjunction with the privateKey to authenticate.java.lang.Stringpasswordjava.lang.StringprivateKeyThe private key location used to authenticate.java.lang.Stringtrustjava.lang.Stringusernamebooleanverify
-
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
-
-