Class ServerDTO

java.lang.Object
aQute.bnd.util.dto.DTO
aQute.bnd.connection.settings.ServerDTO

public class ServerDTO extends DTO
  • Field Details

    • id

      public String id
    • username

      public String username
    • password

      public String password
    • privateKey

      public String privateKey
      The private key location used to authenticate.
    • passphrase

      public String passphrase
      The pass phrase used in conjunction with the privateKey to authenticate.
    • match

      public String match
    • verify

      public boolean verify
    • trust

      public String trust
    • maxConcurrentConnections

      public int maxConcurrentConnections
  • Constructor Details

    • ServerDTO

      public ServerDTO()