Class ConnectionRequest

    • Field Detail

      • userName

        protected String userName
        Identification of the user requesting a connection to the underlying JORAM server.
      • password

        protected String password
        Password of the user requesting a connection to the underlying JORAM server.
      • identityClass

        protected String identityClass
        identification class for user.
    • Constructor Detail

      • ConnectionRequest

        public ConnectionRequest​(String userName,
                                 String password,
                                 String identityClass)
        Constructs a ConnectionRequest instance.
        Parameters:
        userName - Name of the user requesting a connection.
        password - Password of the user requesting a connection.
        identityClass - identity class name
    • Method Detail

      • getUserName

        public String getUserName()
        Returns the identification of the user requesting a connection to the underlying JORAM server.
      • getPassword

        public String getPassword()
        Returns the password of the user requesting a connection to the underlying JORAM server.
      • getIdentityClass

        public String getIdentityClass()
        Returns:
        identity class name.