Package aQute.bnd.connection.settings
Class ServerDTO
java.lang.Object
aQute.bnd.util.dto.DTO
aQute.bnd.connection.settings.ServerDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The pass phrase used in conjunction with the privateKey to authenticate.The private key location used to authenticate.boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
username
-
password
-
privateKey
The private key location used to authenticate. -
passphrase
The pass phrase used in conjunction with the privateKey to authenticate. -
match
-
verify
public boolean verify -
trust
-
maxConcurrentConnections
public int maxConcurrentConnections
-
-
Constructor Details
-
ServerDTO
public ServerDTO()
-