Application server object-level security for distributed computing domains
    41.
    发明授权
    Application server object-level security for distributed computing domains 有权
    分布式计算域的应用服务器对象级安全性

    公开(公告)号:US07448066B2

    公开(公告)日:2008-11-04

    申请号:US10246909

    申请日:2002-09-19

    CPC classification number: G06F21/31

    Abstract: Objects on application servers may be defined into classes which receive different levels of security protection, such as definition of user objects and administrative objects. Domain-wide security may be enforced on administrative objects, which user object security may be configured separately for each application server in a domain. In a CORBA architecture, IOR's for shared objects which are to be secured on a domain-wide basis, such as administrative objects, are provided with tagged components during IOR creation and exporting to a name server. Later, when the IOR is used by a client, the client invokes necessary security measures such as authentication, authorization and transport protection according to the tagged components.

    Abstract translation: 应用服务器上的对象可以被定义为接收不同级别的安全保护的类,例如用户对象和管理对象的定义。 可以在管理对象上实施全域安全性,可以为域中的每个应用程序服务器单独配置哪些用户对象安全性。 在CORBA体系结构中,IOR对于在域范围内进行安全保护的共享对象(如管理对象)在IOR创建和导出到名称服务器期间提供了已标记组件。 之后,当客户端使用IOR时,客户机根据标记的组件调用必要的安全措施,如认证,授权和传输保护。

    METHOD AND APPARATUS FOR PREVENTING ROGUE IMPLEMENTATIONS OF A SECURITY-SENSITIVE CLASS INTERFACE
    42.
    发明申请
    METHOD AND APPARATUS FOR PREVENTING ROGUE IMPLEMENTATIONS OF A SECURITY-SENSITIVE CLASS INTERFACE 失效
    用于防止安全敏感类接口的ROGUE实现的方法和装置

    公开(公告)号:US20080133910A1

    公开(公告)日:2008-06-05

    申请号:US12015615

    申请日:2008-01-17

    CPC classification number: G06F21/64

    Abstract: A method and apparatus for preventing rogue implementations of a security-sensitive class interface are provided. With the method and apparatus, a unique identifier (UID) is created by a server process when the server process is started. Anytime the server process, i.e. a server runtime environment, instantiates a new credential object following start-up of the server process, the encrypted UID is placed into a private field within the new credential object. In addition, the UID is encrypted and stored in a private class of the server runtime environment. A verification class is provided within the server runtime environment which includes one or more methods that receive the credential object as a parameter and return true or false as to the validity of the credential object. These one or more methods determine the validity of the credential object by retrieving the encrypted UID from the private class stored in the server runtime environment, decrypting the UID and comparing it to the decrypted UID stored in the private field of the credential object. If the two UIDs match, a determination is made that the credential object was created by the server runtime environment rather than a rogue application. If the two UIDs do not match, or if there is no UID in the credential object, then a false result will be returned by the verification class.

    Abstract translation: 提供了用于防止安全敏感类接口的流氓实现的方法和装置。 使用该方法和装置,当服务器进程启动时,由服务器进程创建唯一标识符(UID)。 服务器进程(即服务器运行时环境)在服务器进程启动后实例化新的凭据对象时,加密的UID将被放置在新凭证对象内的私有字段中。 此外,UID被加密并存储在服务器运行时环境的私有类中。 在服务器运行时环境中提供了一个验证类,其中包括一个或多个接收凭证对象作为参数的方法,并返回true或false作为证书对象的有效性。 这些一个或多个方法通过从存储在服务器运行时环境中的私有类中检索加密的UID来确定凭证对象的有效性,解密UID并将其与存储在证书对象的私有字段中的解密的UID进行比较。 如果两个UID匹配,则确定凭据对象是由服务器运行时环境创建的,而不是流氓应用程序。 如果两个UID不匹配,或者如果凭证对象中没有UID,那么验证类将返回一个错误的结果。

    Recombinant helicoverpa baculoviruses expressing heterologous DNA
    44.
    发明授权
    Recombinant helicoverpa baculoviruses expressing heterologous DNA 失效
    表达异源DNA的重组螺旋体杆状病毒

    公开(公告)号:US06180098B2

    公开(公告)日:2001-01-30

    申请号:US09029213

    申请日:1998-08-31

    CPC classification number: C07K14/43531 C12N15/86 C12N2710/14143

    Abstract: Recombinant Helicoverpa armigera nuclear polyhedrosis viruses (HaSNPV) capable of expressing heterologous DNA sequences are described. Also described are pre-occluded baculoviruses which lack a functional polyhedrin gene and exhibit greater pathogenicity over wild-type viruses.

    Abstract translation: 描述了能够表达异源DNA序列的重组Helicoverpa armigera核多角体病毒(HaSNPV)。 还描述了缺乏功能性多角体蛋白基因并且比野生型病毒显示更大的致病性的预闭塞杆状病毒。

    Design methodology for device drivers supporting various operating
systems network protocols and adapter hardware
    45.
    发明授权
    Design methodology for device drivers supporting various operating systems network protocols and adapter hardware 失效
    支持各种操作系统网络协议和适配器硬件的设备驱动程序的设计方法

    公开(公告)号:US5872956A

    公开(公告)日:1999-02-16

    申请号:US842347

    申请日:1997-04-24

    CPC classification number: G06F8/70 G06F9/4411

    Abstract: An alterable device driver development system for supporting various operating systems, network protocols, and adapter hardware interfaces. Each device driver comprises a System, Network and Adapter software component, each component providing services to the other through its associated programming interfaces and being alterable or replaceable according to the requirements of an associated adapter hardware product. The System component supports a set of services defined by the device driver and which can be used by the Network and Adapter components. The Network component manages all interactions of the Adapter component with a network operating system or protocol stack and ensures its applicability and correctness in the context of the device driver operation. The Adapter component provides the functions for operating and managing all interactions with the adapter hardware. A Transformation Path in the Adapter component improves device driver performance by mapping network packet descriptors against adapter packet descriptors in data transferring processes.

    Abstract translation: 用于支持各种操作系统,网络协议和适配器硬件接口的可变设备驱动程序开发系统。 每个设备驱动器包括系统,网络和适配器软件组件,每个组件通过其相关联的编程接口向另一个提供服务,并且可根据相关联的适配器硬件产品的要求进行可更改或更换。 系统组件支持由设备驱动程序定义的一组服务,可由网络和适配器组件使用。 网络组件管理适配器组件与网络操作系统或协议栈的所有交互,并确保其在设备驱动程序操作的上下文中的适用性和正确性。 适配器组件提供用于操作和管理与适配器硬件的所有交互的功能。 适配器组件中的转换路径通过在数据传输过程中映射网络数据包描述符与适配器数据包描述符来提高设备驱动程序性能。

    Schematic guided control of the view point of a graphics processing and
display system
    46.
    发明授权
    Schematic guided control of the view point of a graphics processing and display system 失效
    图形处理和显示系统视图的原理图引导控制

    公开(公告)号:US5764217A

    公开(公告)日:1998-06-09

    申请号:US716668

    申请日:1996-09-10

    CPC classification number: G06F3/011

    Abstract: A graphics processing and display system includes a coordinate sensing system for determining position and orientation of a view point reference with respect to a schematic representation of at least one three-dimensional object; a view point controller for controlling a display view point according to the determined position and orientation of the view point reference with respect to the schematic representation; and a display processor for generating pixel data representing a two-dimensional rendering of the at least one three-dimensional object according to the graphics data and display view point, wherein the two-dimensional rendering is different from the schematic representation, and wherein the pixel data generated by the display processor is output for display on a display device. Advantageously, the system of the present invention is efficient and easier to use than prior art graphics processing and display systems because the user is provided the ability to control the display view point according to the position and orientation of the view point reference with respect to the schematic representation of the displayed object.

    Abstract translation: 图形处理和显示系统包括用于确定视点参考相对于至少一个三维物体的示意图的位置和方位的坐标感测系统; 视点控制器,用于根据所述视点参考相对于所述示意图的所确定的位置和方向来控制显示视点; 以及显示处理器,用于根据图形数据和显示视点产生表示至少一个三维物体的二维渲染的像素数据,其中二维渲染与示意图不同,并且其中像素 输出由显示处理器生成的数据,以在显示装置上显示。 有利地,本发明的系统比现有技术的图形处理和显示系统更有效率和更易于使用,因为用户被提供了根据视点参考的位置和方向来控制显示视点的能力 显示对象的示意图。

    COMPACT MODULAR INHALER, VAPORIZER FOR WEARABLE MULTIFUNCTIONAL WATCH

    公开(公告)号:US20200206439A1

    公开(公告)日:2020-07-02

    申请号:US16232869

    申请日:2018-12-26

    Abstract: A compact wearable modular multifunctional inhalation device of the present invention. In the illustrative embodiment, the device includes a housing with at least one port; a removable cartridge module adapted to seat within the housing, the cartridge including: a source of inhalant mounted within the cartridge for providing inhalant into the port and a heating element mounted within the cartridge for heating the inhalant; a removable modular electronic circuit adapted to seat within the housing to provide electrical current to the heating element; and a mechanism coupled to the housing for wearing the device. The electronic circuit may include a processor and memory. A removable modular electronic display is adapted to seat within the housing and connect electrically with the circuit. Software is stored in the memory for execution by the processor for activating the heating element. The software includes code for monitoring the status of the inhalant and/or the source of electrical potential. A switch, activated by air flow, is included for activating the heating element.

    WEARABLE MULTIFUNCTIONAL INHALER, VAPORIZER WATCH

    公开(公告)号:US20170106152A1

    公开(公告)日:2017-04-20

    申请号:US15264508

    申请日:2016-09-13

    Abstract: A compact wearable inhaler, vaporizer and/or atomizer is addressed by the wearable multifunctional inhaler, vaporizer and smartwatch of the present invention. In the best mode, the invention includes a housing with a chamber having at least port; a lid adapted to engage the housing and open the chamber in a first position and close the chamber in a second position; a source of inhalant mounted within the housing for sourcing inhalant into the chamber via the ports; and an mechanism coupled to the housing for wearing the device. The source of inhalant may be a vaporizer, pipe, inhaler or atomizer.

    Water distribution system with dual use water treatment unit
    50.
    发明授权
    Water distribution system with dual use water treatment unit 有权
    配水系统采用双用水处理装置

    公开(公告)号:US08568585B2

    公开(公告)日:2013-10-29

    申请号:US12628752

    申请日:2009-12-01

    Abstract: A water distribution system including a water storage tank, a water treatment unit, a diverter valve, and interconnecting water conduits arranged so that the same water treatment unit can be used to treat water supplied from a fill port to the storage tank during a fill operation, as well as water leaving the storage tank for supply to one or more points of water use during a supply operation. A diverter valve is provided which is movable between a fill position wherein the water treatment unit is in fluid communication with the fill port and not the point of water use device, and a supply position wherein the water treatment unit is in fluid communication with the at least one point of water use device and not the fill port. When the diverter valve is in the fill position, water supplied to the fill port can thus flow through the diverter valve and to the water treatment unit for treatment then to the storage tank for storage. When the diverter valve is in the supply position, the water from the storage tank can be delivered using means for pressurizing water to the same treatment unit for treatment, then through the diverter valve and to the at least one point of water use device.

    Abstract translation: 一种配水系统,包括储水箱,水处理单元,分流阀和互连水管,其布置成使得在填充操作期间可以使用相同的水处理单元来处理从填充口供应到储罐的水 ,以及在供应操作期间离开储罐供水到一个或多个用水点的水。 提供了一种切换阀,其可以在填充位置之间移动,其中水处理单元与填充口流体连通,而不是水使用装置的点,以及供水位置,其中水处理单元与流体连通 至少一点用水装置而不是填充口。 当分流阀处于填充位置时,供应到填充口的水可以通过分流阀和水处理单元流出,然后进入储罐进行储存。 当分流阀处于供应位置时,来自储罐的水可以使用用于将水加压到相同处理单元的装置进行处理,然后通过分流阀和至少一个使用点的装置输送。

Patent Agency Ranking