Class ServerDTO


  • public class ServerDTO
    extends DTO
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id  
      java.lang.String match  
      int maxConcurrentConnections  
      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()  
    • Method Summary

      • Methods inherited from class aQute.bnd.util.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
      • maxConcurrentConnections

        public int maxConcurrentConnections
    • Constructor Detail

      • ServerDTO

        public ServerDTO()