Class DeleteUser

    • Field Detail

      • userName

        private String userName
        Name of the user to delete.
      • proxId

        private String proxId
        Identifier of the user's proxy.
    • Constructor Detail

      • DeleteUser

        public DeleteUser​(String userName,
                          String proxId)
        Constructs a DeleteUser instance.
        Parameters:
        userName - The name of the user to delete.
        proxId - The identifier of the user's proxy.
      • DeleteUser

        public DeleteUser()
    • Method Detail

      • getUserName

        public String getUserName()
        Returns the name of the user to delete.
        Returns:
        the name of the user to delete.
      • getProxId

        public String getProxId()
        Returns the identifier of the user's proxy.
        Returns:
        the identifier of the user's proxy.
      • readFrom

        public void readFrom​(InputStream is)
                      throws IOException
        Description copied from interface: Streamable
        The object implements the readFrom method to restore its contents from the input stream.
        Parameters:
        is - the stream to read data from in order to restore the object
        Throws:
        IOException - an error occurs during IO operation.
      • writeTo

        public void writeTo​(OutputStream os)
                     throws IOException
        Description copied from interface: Streamable
        The object implements the writeTo method to write its contents to the output stream.
        Parameters:
        os - the stream to write the object to
        Throws:
        IOException - an error occurs during IO operation.