A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document of the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
The present invention relates generally to data security and user authentication.
In many e-business systems, businesses would like to maintain tight control over which people have access to sensitive information, such as sales, product, or customer information in a legacy database. In conventional systems this is not an issue, as anyone given access to a system has access to all resources and data on that system. In an enterprise system, any applications can be placed behind a firewall. Certain people are given access to the system through the firewall, but again have access to all resources once inside the firewall. This requires a system administrator to keep a close watch on who is accessing these resources.
Existing e-business solutions for managing business workflow, as well as for enabling standardized business-to-business (B2B) messaging, utilize separate system user identities for each of these applications. A user identity for a business process management (BPM) component provides a user with access to all BPM resources, such as JDBC (Java Database Connectivity) and Enterprise JavaBeans (EJBs). A user identity for B2B provides a B2B user with access to B2B resources, such as messaging resources with possible exceptions such as servlets and JavaServer Pages (JSPs). Administrators for systems using both of these applications have to manage these separate identities. This does not provide for ease of use.
Systems using such applications can have problems with unauthorized users accessing the system using one of these user identities. For example, an unauthorized user could access system data through a system node if that unauthorized user obtained a proper username and password. The unauthorized user could simply generate a request that appears to the system to be an authenticated request.
Some systems have addressed such security concerns by “locking down” the system. For instance, certain systems include an additional access code or flag that provides the system with the ability to allow or disallow Java naming and directory interface (JNDI) lookups. This is a potential problem point, however, as systems may operate in a cluster with more than one node. One of these nodes may want to do a JNDI lookup on another node, which will not be possible if JNDI lookups are locked down. It also will be impossible to use other features of the system. Many system components and resources are interrelated, and lockdown will cause problems for many of these components.
Systems and methods in accordance with the present invention utilize a single system user identity to provide a user with access to resources and applications on an application server. There can be several applications running on an application server, with each application having at least one access mechanism through which an external user can access the application and/or application server. A validation mechanism can be used to validate an external user, such as by comparing information provided by the user against user information in a database. Once an external user is validated, the validation mechanism can switch the identity of the external user to an internal system user identity. Once the user is switched to an internal system user, that user can access any application and/or resource on the application server to which an internal user is granted access. The identity of the user can be switched by pushing internal user information on the user stack for the external user, or by adding internal user context to the external user identity, for example. This switch can be done at any appropriate time, such as when an external user is first validated or when an external user first attempts to access a resource or application requiring an internal user identity.
Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
An integration application can be built, or layered, on top of an application server 116, as shown in
Trading partners 100,102 can gain access to the system through access points, such as may be contained in a portal layer 106 built on top of the integration layer 108. Once a trading partner 100, 102 is authenticated, that trading partner or user can make requests into enterprise applications 118, 120, 122, for example, through the integration layer 108.
In order to process such a request, the integration components can communicate with each other.
Once the BPM component gets the response, the response can be passed back to the external process 202 and then to the trading partner 200 through the B2B component 114. In prior systems, the user would need a valid username and password for each of the B2B 114, BPM 112, and AI 110 components.
As trading partners often make requests into the system, it is desirable to limit their access to only those resources in the system which they might need, and to which their access is desired by the business or entity owning the data or resources. In processing these requests, a system administrator may not wish to give trading partners any additional capabilities or resource access. Simply because these users may be valid users on the system, and may each have a valid user identity, does not mean that the trading partners should have access to everything on the system. One way to control user access is to only provide System users with access to certain resources, and not simply any valid users on the system.
A system and method in accordance with one embodiment of the present invention uses a single system user identity that provides access to all these integration components, as well as any associated resources or objects. As shown in
As shown in
The use of a single system user identity can be advantageous, as components such as B2B 414 and BPM 412 components can have, or provide access to, a number of resources. A message 404 can be required to access resources for both these components. These resources can include, for example, databases, queues and administrative frameworks using MBeans. As a message travels through these components, the identity of the user initiating that message is propagated with the message. Additional identity information can also be propagated with the message, which can be referred to as System user information. This System user information allows a user to have access to any and/or all of the resources which these components provide, where individual component user identities may only provide access to resources for the respective component.
The use of a single system user identity also means that system administrators do not have to configure all component resources for each user that may be accessing these systems. For external access, all that may need to be configured are the appropriate policies that allow a user to be verified and enter the system. After a user passes through an access point and is verified, the system can act on behalf of that user by attaching a System user identity to that user. This approach can provide protection throughout the entire application server system, including components such as B2B 414 and BPM 412.
An entire runtime system can be controlled under a single user identity. For each valid incoming user, that incoming user can be required to be switched to a System user before the system will process the request. For example, if a valid trading partner comes into the system with the username of “UserA”, UserA will be a valid username on a given application server. UserA can gain system access through any system entry point 405. If UserA comes through a proper entry point, UserA can be authenticated and switched to an internal user identifier, such as System. Once this switch is completed, the user will appear to the system as System, instead of UserA. The System user can be given access to specified system resources that are not available to UserA. From this point forward the external user will be referred to as UserA. References “System” and “UserA” are used for convenience and demonstration only, and are not intended to limit the possible designation or naming schemes that can be used for internal and/or external users.
One advantage of a single system user identity is that an application server can provide access control that is well-defined. Even though UserA may be a valid user on the system, access to any resource on a machine can be limited to System users. UserA 400 can still be granted access to certain resources without the switch, but may not be able to access a critical resource, such as a database resource 402. A user logged into the system as an external user cannot then access certain controlled resources.
The switching of a user identity from an “external” user to an “internal” user can be much more than simply a transformation of the username. As a user enters an entry point, or access point, that user can be authenticated and another user can be pushed on top of that user. This switch results in resource access being granted to this “new” user. The pushing of a new user on top of the existing user prevents an unauthorized user, having obtained a valid username and password, from coming through a specified entry point and doing a JNDI lookup. A JNDI lookup allows a user to lookup a resource on the application server. If a system does not require a system user to be pushed on top of an external user in order to do a lookup, that external user 400 could access the resource directly from any entry point or node in the system. When an available thread is selected for a message, context can be loaded for the thread which includes a user stack in the thread address space. The “new” or additional user information can be pushed on top of this user stack to identify the source of the thread of execution.
The user can therefore be switched by creating an authenticated user context for valid users on a platform. Each time a resource or component is to be accessed for a particular user, this context can be pushed on the user stack, and the new user identity can be assumed from that point forward. It can be beneficial, for security reasons, to be able to lock down the server for a given internal user. Even though each system component can have a set of valid users, it can be more convenient and can offer more control to utilize a single system user identity to access resources across the system.
Even if a single system user identity does not provide any additional protection for every system component, an internal username can provide access control for an integration layer 408. Even if someone knows a valid username and password on the application server 416, this valid username and password will not necessarily grant access to the integration layer 408. At any integration entry point, an error can be thrown and a connection closed for an external user request, as only internal users are granted access to internal integration resources. Any external access can be prohibited.
External users can be prevented from sidestepping an entry point, such as a portal 406, and taking advantage of other channels to access application server resources. These users should not be allowed to have read/write access to information in a database, for example, unless they are first authenticated as having those privileges. As the entire runtime system can run on a single user, there is no need for multiple authentications.
One entry point that can be used for a B2B component 414 is a transport servlet. A transport servlet can be configured to receive a message from across a network and process that message. Other access points can include, for example, BPM studios and system user interfaces, which can each include a user login screen. When users come in through these tools, or access points, the users can have access to a limited set of tasks. As mentioned, a BPM studio can allow a user to login using a valid username and password. This studio can be implemented as a tool that allows a user to create a workflow process, or to select an exsisting process. User authentication can be done in a studio, before the user is switched to an internal user.
Once a single system user identity is implemented for various integration components on an application server 416, there is the possibility of a message coming into a worklist or studio, typically a BPM task, and actually generating a B2B message. A message coming into B2B can itself trigger a workflow, for example, and many other inter-component exchanges are possible. Additional access controls can be defined to account for these inter-component exchanges. For example, there can be a set of permission groups in BPM that can indicate whether a user can create a template, process a workflow, delete a template, or monitor instances. A valid system user can be defined as a member of this group, which can then have access to all tasks in the set.
In order for a studio to work with these templates, it can first be determined whether a user is part of this group. This can be configured automatically so that the user gets all privileges to the set of tasks. If that user wants to create a template from the database, however, that user may need additional privileges. Until the user calls a runtime service 405 where the switch is done, for example, the user is still external user UserA. These extra privileges can be given to users directly, which can provide undesirable exposure, or the extra privileges can be provided to internal users which have undergone the switch to an internal System user.
Not every user needs to be automatically switched when entering through an access point, or entry point 405. For instance, if a user wants to create a workflow template, and that user belongs to a group that has the privilege to create a workflow template, there is no need to push an internal identifier on that user before that user accesses the appropriate bean or resource. If a call gets all the way to this resource, a check can have already been done to ensure the incoming user can do that task. The request can assume an identity that has higher privileges than those provided by the transport servlet, such as requests that are coming over the network using a secure sockets layer protocol (SSL) for authentication. The certificate that a website uses to make the SSL request can be mapped to a user, so the request can be certificate-based instead of password-based. For users verified by SSL, there may not be a need to push additional authentication.
EJBs
In order to perform various tasks, a system can utilize a set of EJBs, as well as a common repository, such as may utilize JDBC. Once authenticated, a user can choose a task such as “create workflow.” This task can be accomplished through a call to an EJB. Each EJB, as well as the associated deployment descriptor, can have access to, or can contain, the system identities. This allows the EJBs to process requests only for System users. Once a user is inside an EJB and executing a task such as accessing the database to store and retrieve information, the username can actually be the internal System username.
Integration Components
In an e-business environment, collaboration between trading partners can occur through the exchange of business messages that contain XML or nonXML documents in a secure, choreographed arrangement called a conversation. Access to the conversation, as well as conversation management, can be provided by a business-to-business (B2B) component. A conversation is, quite simply, a series of business messages exchanged between trading partners, the composition of business messages and the sequence of an exchange being handled by collaborative or public business processes. The composition and sequence of messages can also be handled by Java messaging applications. Conversations can be complex and long-running, or they can be short-lived. Each conversation can have a unique name, and each participant in a conversation can have a conversation role, such as that of a buyer or a supplier in a supply-chain arrangement.
Details of a conversation, including its name and version, the roles of the participants, and the business protocols it uses, can be specified in a conversation definition. Integration specialists can create conversation definitions and monitor running conversations using a console, for example, that is provided by a B2B component.
Business processes can be designed to be started or stopped by users, or to include tasks that must be performed by users. These tasks can include making discretionary decisions, handling exceptions, or troubleshooting problems. An application integration component can provide an application called a “worklist” that people can use to start and stop processes, as well as to interact with a running process. Using the worklist, users can handle business process tasks assigned to them, such as making a decision about a customer's credit limit, or they can respond to messages from a process.
An e-commerce community can be formed when a trading partner joins other trading partners to pursue a common business objective. An e-commerce community can exist in different forms, and for different purposes. It might, for example, span multiple departments within a company to manage inventory across the company. A community can also span multiple companies across firewalls and over the Internet to manage a supply chain or a multi-step purchasing arrangement, and can include trading partners both within a company and in other companies, such that one or more trading partners interact with trading partners in other companies.
To participate in the conversations of an e-commerce community, integration specialists can use a B2B console to configure trading partners. Specifically, the specialists can assign trading partners the names by which they will be known in the conversation, and can specify the delivery channels to be used for the exchange of business messages.
A B2B component can also provide certain security services, which can be built upon security services provided by the underlying application server. These security services can include features such as an SSL-based secure platform for conversations, certificate verification that can be used to authenticate the identities of trading partners, digital signatures that can be attached to business messages being exchanged by trading partners, support for nonrepudiation of origin and nonrepudiation of receipt, which are often required by law for critical business messages, and data encryption for business protocols that require this support. B2B integration can be used to quickly and easily connect enterprises, to create and execute collaborative trading partner agreements, and to support multiple business protocols (cXML, ebXML, XOCP, RosettaNet, etc.).
An application integration (AI) component can utilize J2EE CA-compliant adapters, such as service and event adapters, to connect to an EDI-capable system. An application view can be used to integrate business processes with the EDI system. The application integration component can provide the functionality needed to design, execute, and monitor complex, enterprise-wide processes that span applications, systems, and people. The AI component can include a Java-based process engine that manages the run-time execution of business processes throughout the enterprise.
The foregoing description of preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the relevant arts. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalence.
This application claims priority to U.S. Provisional Patent Application No. 60/392,144, filed Jun. 27, 2002, entitled “SINGLE SYSTEM USER IDENTITY,” incorporated herein by reference. The following applications are cross-referenced and incorporated herein by reference: U.S. Provisional Application No. 60/392,237 entitled “System and Method for Maintaining Transactional Persistence,” by David Wiser et al, filed Jun. 27, 2002. U.S. Provisional Application No. 60/376,906 entitled “Collaborative Business Plug-in Famework,” by Mike Blevins, filed May 1, 2002. U.S. Provisional Application No. 60/377,157 entitled “System and Method for Collaborative Business Plug-ins,” by Mike Blevins, filed May 2, 2002. U.S. Provisional Application No. 60/347,919 entitled “Application View,” by Mitch Upton et al., filed Oct. 18, 2001.
Number | Name | Date | Kind |
---|---|---|---|
4794521 | Ziegler et al. | Dec 1988 | A |
5321841 | East et al. | Jun 1994 | A |
5404395 | Bogart et al. | Apr 1995 | A |
5469562 | Saether | Nov 1995 | A |
5604860 | McLaughlin et al. | Feb 1997 | A |
5630131 | Palevich et al. | May 1997 | A |
5748975 | Van De Vanter | May 1998 | A |
5801958 | Dangelo et al. | Sep 1998 | A |
5835769 | Jervis et al. | Nov 1998 | A |
5836014 | Faiman, Jr. | Nov 1998 | A |
5862327 | Kwang et al. | Jan 1999 | A |
5867822 | Sankar | Feb 1999 | A |
5933838 | Lomet | Aug 1999 | A |
5944794 | Okamoto et al. | Aug 1999 | A |
5950010 | Hesse et al. | Sep 1999 | A |
5961593 | Gabber et al. | Oct 1999 | A |
5966535 | Bendikt et al. | Oct 1999 | A |
5991631 | Jonsson | Nov 1999 | A |
6012083 | Savitzky et al. | Jan 2000 | A |
6016495 | McKeehan et al. | Jan 2000 | A |
6018730 | Nichols et al. | Jan 2000 | A |
6023578 | Birsan et al. | Feb 2000 | A |
6023722 | Colyer | Feb 2000 | A |
6028997 | Leymann et al. | Feb 2000 | A |
6029000 | Woolsey et al. | Feb 2000 | A |
6044217 | Brealey et al. | Mar 2000 | A |
6067548 | Cheng | May 2000 | A |
6067623 | Blakley et al. | May 2000 | A |
6070184 | Blount et al. | May 2000 | A |
6085030 | Whitehead et al. | Jul 2000 | A |
6092102 | Wagner | Jul 2000 | A |
6119149 | Notani | Sep 2000 | A |
6141701 | Whitney | Oct 2000 | A |
6141868 | Schmidt et al. | Nov 2000 | A |
6148336 | Thomas et al. | Nov 2000 | A |
6154738 | Call | Nov 2000 | A |
6189044 | Thomson et al. | Feb 2001 | B1 |
6212546 | Starkovich et al. | Apr 2001 | B1 |
6222533 | Notani | Apr 2001 | B1 |
6226675 | Meltzer et al. | May 2001 | B1 |
6226788 | Schoening et al. | May 2001 | B1 |
6230287 | Pinard et al. | May 2001 | B1 |
6230309 | Turner | May 2001 | B1 |
6237135 | Timbol | May 2001 | B1 |
6243737 | Flanagan et al. | Jun 2001 | B1 |
6269373 | Apte et al. | Jul 2001 | B1 |
6282711 | Halpern et al. | Aug 2001 | B1 |
6292932 | Baisley et al. | Sep 2001 | B1 |
6311327 | O'Brien et al. | Oct 2001 | B1 |
6324681 | Sebesta | Nov 2001 | B1 |
6330569 | Baisley et al. | Dec 2001 | B1 |
6334114 | Jacobs et al. | Dec 2001 | B1 |
6336122 | Lee et al. | Jan 2002 | B1 |
6338064 | Ault et al. | Jan 2002 | B1 |
6343265 | Glebov et al. | Jan 2002 | B1 |
6345283 | Anderson | Feb 2002 | B1 |
6348970 | Marx | Feb 2002 | B1 |
6349408 | Smith | Feb 2002 | B1 |
6353923 | Bogle et al. | Mar 2002 | B1 |
6356906 | Lippert et al. | Mar 2002 | B1 |
6360221 | Gough et al. | Mar 2002 | B1 |
6360358 | Elsbree et al. | Mar 2002 | B1 |
6367068 | Vaidyanathan et al. | Apr 2002 | B1 |
6377939 | Young | Apr 2002 | B1 |
6393605 | Loomans | May 2002 | B1 |
6408311 | Baisley et al. | Jun 2002 | B1 |
6411698 | Bauer et al. | Jun 2002 | B1 |
6412071 | Hollander et al. | Jun 2002 | B1 |
6438594 | Bowman-Amuah | Aug 2002 | B1 |
6445711 | Scheel et al. | Sep 2002 | B1 |
6463503 | Jones et al. | Oct 2002 | B1 |
6470364 | Prinzing | Oct 2002 | B1 |
6516322 | Meredith | Feb 2003 | B1 |
6519764 | Atkinson et al. | Feb 2003 | B1 |
6549949 | Bowman-Amuah | Apr 2003 | B1 |
6560636 | Cohen et al. | May 2003 | B2 |
6560769 | Moore et al. | May 2003 | B1 |
6567738 | Gopp et al. | May 2003 | B2 |
6584454 | Hummel, Jr. et al. | Jun 2003 | B1 |
6594693 | Borwankar | Jul 2003 | B1 |
6594700 | Graham et al. | Jul 2003 | B1 |
6601113 | Koistinen et al. | Jul 2003 | B1 |
6604198 | Beckman et al. | Aug 2003 | B1 |
6609115 | Mehring et al. | Aug 2003 | B1 |
6615258 | Barry et al. | Sep 2003 | B1 |
6636491 | Kari et al. | Oct 2003 | B1 |
6637020 | Hammond | Oct 2003 | B1 |
6643652 | Helgeson et al. | Nov 2003 | B2 |
6654932 | Bahrs et al. | Nov 2003 | B1 |
6678518 | Eerola | Jan 2004 | B2 |
6684388 | Gupta et al. | Jan 2004 | B1 |
6687702 | Vaitheeswaran et al. | Feb 2004 | B2 |
6687848 | Najmi | Feb 2004 | B1 |
6721740 | Skinner et al. | Apr 2004 | B1 |
6721779 | Maffeis | Apr 2004 | B1 |
6728884 | Lim | Apr 2004 | B1 |
6732237 | Jacobs et al. | May 2004 | B1 |
6748420 | Quatrano et al. | Jun 2004 | B1 |
6754884 | Lucas et al. | Jun 2004 | B1 |
6757689 | Battas et al. | Jun 2004 | B2 |
6789054 | Makhlouf | Sep 2004 | B1 |
6795967 | Evans et al. | Sep 2004 | B1 |
6799718 | Chan et al. | Oct 2004 | B2 |
6802000 | Greene et al. | Oct 2004 | B1 |
6804686 | Stone et al. | Oct 2004 | B1 |
6823495 | Vedula et al. | Nov 2004 | B1 |
6832238 | Sharma et al. | Dec 2004 | B1 |
6836883 | Abrams et al. | Dec 2004 | B1 |
6847981 | Song et al. | Jan 2005 | B2 |
6850979 | Saulpaugh et al. | Feb 2005 | B1 |
6859180 | Rivera | Feb 2005 | B1 |
6874143 | Murray et al. | Mar 2005 | B1 |
6889244 | Gaither et al. | May 2005 | B1 |
6915519 | Williamson et al. | Jul 2005 | B2 |
6918084 | Slaughter et al. | Jul 2005 | B1 |
6922827 | Vasilik et al. | Jul 2005 | B2 |
6931545 | Ta et al. | Aug 2005 | B1 |
6950872 | Todd, II | Sep 2005 | B2 |
6959307 | Apte | Oct 2005 | B2 |
6963914 | Breitbart et al. | Nov 2005 | B1 |
6971096 | Ankireddipally et al. | Nov 2005 | B1 |
6976086 | Sadeghi et al. | Dec 2005 | B2 |
7000219 | Barrett et al. | Feb 2006 | B2 |
7017146 | Dellarocas et al. | Mar 2006 | B2 |
7039919 | Hunt | May 2006 | B1 |
7043722 | Bau, III | May 2006 | B2 |
7051072 | Stewart et al. | May 2006 | B2 |
7051316 | Charisius et al. | May 2006 | B2 |
7054858 | Sutherland | May 2006 | B2 |
7062718 | Kodosky et al. | Jun 2006 | B2 |
7069507 | Alcazar et al. | Jun 2006 | B1 |
7072934 | Helgeson et al. | Jul 2006 | B2 |
7073167 | Iwashita | Jul 2006 | B2 |
7076772 | Zatloukal | Jul 2006 | B2 |
7096422 | Rothschiller et al. | Aug 2006 | B2 |
7107578 | Alpern | Sep 2006 | B1 |
7111243 | Ballard et al. | Sep 2006 | B1 |
7117504 | Smith et al. | Oct 2006 | B2 |
7127704 | Van De Vanter et al. | Oct 2006 | B2 |
7143186 | Stewart et al. | Nov 2006 | B2 |
7146422 | Marlatt et al. | Dec 2006 | B1 |
7155705 | Hershberg et al. | Dec 2006 | B1 |
7184967 | Mital et al. | Feb 2007 | B1 |
7240331 | Vion-Dury et al. | Jul 2007 | B2 |
7260599 | Bauch et al. | Aug 2007 | B2 |
20010032263 | Gopal et al. | Oct 2001 | A1 |
20020004848 | Sudarshan et al. | Jan 2002 | A1 |
20020010781 | Tuatini | Jan 2002 | A1 |
20020010803 | Oberstein et al. | Jan 2002 | A1 |
20020016759 | Macready et al. | Feb 2002 | A1 |
20020049788 | Lipkin et al. | Apr 2002 | A1 |
20020073080 | Lipkin | Jun 2002 | A1 |
20020073236 | Helgeson et al. | Jun 2002 | A1 |
20020073320 | Rinkevich et al. | Jun 2002 | A1 |
20020073396 | Crupi et al. | Jun 2002 | A1 |
20020078365 | Burnett et al. | Jun 2002 | A1 |
20020083075 | Brummel et al. | Jun 2002 | A1 |
20020111922 | Young et al. | Aug 2002 | A1 |
20020120685 | Srivastava et al. | Aug 2002 | A1 |
20020143960 | Goren et al. | Oct 2002 | A1 |
20020152106 | Stoxen et al. | Oct 2002 | A1 |
20020161826 | Arteaga et al. | Oct 2002 | A1 |
20020165936 | Alston et al. | Nov 2002 | A1 |
20020174178 | Stawikowski | Nov 2002 | A1 |
20020174241 | Beged-Dov et al. | Nov 2002 | A1 |
20020184145 | Sijacic et al. | Dec 2002 | A1 |
20020184610 | Chong et al. | Dec 2002 | A1 |
20020194244 | Raventos | Dec 2002 | A1 |
20020194267 | Flesner et al. | Dec 2002 | A1 |
20020194495 | Gladstone et al. | Dec 2002 | A1 |
20030004746 | Kheirolomoom et al. | Jan 2003 | A1 |
20030005181 | Bau, III et al. | Jan 2003 | A1 |
20030014439 | Boughannam | Jan 2003 | A1 |
20030016811 | Milton | Jan 2003 | A1 |
20030018661 | Darugar | Jan 2003 | A1 |
20030018665 | Dovin et al. | Jan 2003 | A1 |
20030018832 | Amirisetty et al. | Jan 2003 | A1 |
20030023596 | Boudreau | Jan 2003 | A1 |
20030023957 | Bau, III et al. | Jan 2003 | A1 |
20030028364 | Chan et al. | Feb 2003 | A1 |
20030028579 | Kulkarni et al. | Feb 2003 | A1 |
20030028637 | Gross | Feb 2003 | A1 |
20030041198 | Exton et al. | Feb 2003 | A1 |
20030043191 | Tinsley et al. | Mar 2003 | A1 |
20030046266 | Mullins et al. | Mar 2003 | A1 |
20030046591 | Asghari-Kamrani et al. | Mar 2003 | A1 |
20030051066 | Pace et al. | Mar 2003 | A1 |
20030055868 | Fletcher et al. | Mar 2003 | A1 |
20030055878 | Fletcher et al. | Mar 2003 | A1 |
20030074217 | Beisiegel et al. | Apr 2003 | A1 |
20030074467 | Oblak et al. | Apr 2003 | A1 |
20030079029 | Garimella et al. | Apr 2003 | A1 |
20030084203 | Yoshida et al. | May 2003 | A1 |
20030110117 | Saidenberg et al. | Jun 2003 | A1 |
20030110446 | Nemer | Jun 2003 | A1 |
20030126136 | Omoigui | Jul 2003 | A1 |
20030149791 | Kane et al. | Aug 2003 | A1 |
20030167358 | Marvin et al. | Sep 2003 | A1 |
20030191976 | Cyran et al. | Oct 2003 | A1 |
20030196168 | Hu | Oct 2003 | A1 |
20030233631 | Curry et al. | Dec 2003 | A1 |
20040019645 | Goodman et al. | Jan 2004 | A1 |
20040040011 | Bosworth et al. | Feb 2004 | A1 |
20040068568 | Griffin et al. | Apr 2004 | A1 |
20040078373 | Ghoneimy et al. | Apr 2004 | A1 |
20040103406 | Patel | May 2004 | A1 |
20040133660 | Junghuber et al. | Jul 2004 | A1 |
20040148336 | Hubbard et al. | Jul 2004 | A1 |
20040204976 | Oyama et al. | Oct 2004 | A1 |
20040216086 | Bau | Oct 2004 | A1 |
20040225995 | Marvin et al. | Nov 2004 | A1 |
20040260715 | Mongeon et al. | Dec 2004 | A1 |
20050050068 | Vaschillo et al. | Mar 2005 | A1 |
20050066332 | Durai | Mar 2005 | A1 |
20050262086 | Ta et al. | Nov 2005 | A1 |
20050278585 | Spencer | Dec 2005 | A1 |
20060206856 | Breeden et al. | Sep 2006 | A1 |
20060234678 | Juitt et al. | Oct 2006 | A1 |
20070038500 | Hammitt et al. | Feb 2007 | A1 |
Number | Date | Country |
---|---|---|
2248634 | Mar 2000 | CA |
1 006 443 | Jun 2000 | EP |
1 061 445 | Dec 2000 | EP |
9923558 | May 1999 | WO |
0029924 | May 2000 | WO |
0190884 | Nov 2001 | WO |
Number | Date | Country | |
---|---|---|---|
20030079029 A1 | Apr 2003 | US |
Number | Date | Country | |
---|---|---|---|
60392144 | Jun 2002 | US |