EP0816968A2 - Procédé pour la localisation sécurisée d'objets - Google Patents
Procédé pour la localisation sécurisée d'objets Download PDFInfo
- Publication number
- EP0816968A2 EP0816968A2 EP97304149A EP97304149A EP0816968A2 EP 0816968 A2 EP0816968 A2 EP 0816968A2 EP 97304149 A EP97304149 A EP 97304149A EP 97304149 A EP97304149 A EP 97304149A EP 0816968 A2 EP0816968 A2 EP 0816968A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- server
- client
- security
- orb
- dæmon
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
- G06F9/548—Object oriented; Remote method invocation [RMI]
Definitions
- the present invention relates generally to a distributed object system of a computer network. More specifically, the present invention relates to maintaining security in such a system while locating the server for a particular object.
- objects within the system may be located on many different host computers that form a network.
- these distributed objects on different computers may need to communicate with one another over a network using a communication medium such as telephone lines, microwave relays, cable lines, fiber optic cables, satellite transmission and the like.
- a communication medium such as telephone lines, microwave relays, cable lines, fiber optic cables, satellite transmission and the like.
- security for certain transactions using such media is important.
- Secure communications are also important for objects within a distributed object computing system. Since sensitive information can be passed among the objects resident in a distributed object system, it is important that any sensitive information be passed among only those objects that are authorized to handle such information and that this information be protected from view by unauthorized users, objects, processes and the like.
- Secure communications has different aspects.
- objects communicating with each other mutually authenticate themselves to demonstrate to each other that the identity of each object is what that object claims that identity to be. For example, in some cases an object may masquerade as an authorized client object, attempting to retrieve information to which the masquerading object should not have access. Conversely, an unauthorized object server or host computer may masquerade as an authorized object server and attempt to provide incorrect information to an unsuspecting client.
- Secure communications may involve other aspects of security such as passing an encryption key back and forth. For a given transaction, the objects may be communicating in a secure fashion by using a particular security mechanism (or security protocol), such as KERBEROS, SPKM, Sesame, or others.
- a Location Service is constantly running in the background of a host computer and is used to locate object servers.
- Object servers installed in the system provide individual server objects (or target objects) that may be called by clients executing on the same machine, or another machine.
- a client may be an object itself, or another process.
- security can be an issue even when the client and the target object are located on the same host computer, or even within the same process.
- a particular security mechanism may be used to locate the object and to call it.
- the object server may wish to implement or require different security mechanisms at different times and in different situations.
- each object server may require a different security mechanism.
- the Location Service may be using a security mechanism different from that used by an object server. And it may be undesirable for the Location Service to implement all of the different security mechanisms used by the servers that the Location Service supports.
- An embodiment of the present invention is suitable for use within a distributed object computing system that includes clients and object servers.
- An object server is a process that includes objects that may communicate with clients within the distributed object system.
- a host computer in the system includes an ORB d ⁇ mon process arranged to assist in the location of object servers on the host computer and an object server arranged to provide target objects.
- One aspect of the present invention relates to a method of using a client to invoke upon a target object using secure communications. Initially, the client calls the ORB d ⁇ mon process (of the same or different computer) using a constructed object reference.
- the constructed object reference includes an object server identifier, original security information and a security class identifier. This call to the ORB d ⁇ mon process uses a security mechanism that corresponds to the original security information.
- the ORB d ⁇ mon retrieves security information specific to the object server (identified by the object server identifier) that corresponds to the security class identifier.
- the ORB d ⁇ mon returns to the client this retrieved object server security information.
- the client may then modify the constructed object reference with the object server security information in order to create a modified object reference.
- the client may invoke on the modified object reference using another security mechanism that corresponds to the returned server specific security information. This second security mechanism may be different from the original security mechanism used by the client to communicate with the ORB d ⁇ mon process.
- a foreign client may be a client that is operating in a distributed object system that is different than the one in which the host computer, ORB d ⁇ mon process and target object operate.
- the foreign client performs a locate operation on an original object reference indicative of the target object.
- This original object reference includes an object server identifier, original security information and a security class identifier.
- This locate operation uses a security mechanism that corresponds to the original security information to confirm that the foreign client is authorized to communicate with the ORB d ⁇ mon process.
- the ORB d ⁇ mon process invokes a look up operation using the object server identifier and the security class identifier in order to locate the appropriate object server. Once located, the ORB d ⁇ mon retrieves security information specific to the object server that corresponds to the security class identifier. Once retrieved, the ORB d ⁇ mon replaces the original security information in the original object reference with the server specific security information in order to construct a modified object reference for the target object. Once modified, the ORB d ⁇ mon returns to the foreign client the modified object reference so that the foreign client is able to invoke upon the target object directly with the modified object reference.
- An embodiment of the present invention also relates to an object reference data structure embodied in a computer-readable medium, and to a computer apparatus that includes such an object reference.
- the object reference allows a client to identify a target object on a host computer and includes the following information: a host field identifying a host computer; a server identifier that identifies an object server of the host computer that includes the target object; a port field identifying a port of the host computer through which the client may communicate with the object server; an object key that uniquely identifies the target object within the object server; a security information field that indicates a particular security mechanism to be used for secure communications between the client and the target object; and a security class identifier that specifies a single security information out of numerous security informations to be used for secure communications.
- FIG. 1a diagrammatically illustrates the overall architecture of a representative distributed object system suitable for implementing an embodiment of the present invention.
- Figure 1b diagrammatically illustrates some possible flow paths that a request from a client to a servant object may follow within such an architecture that includes a three-level dispatch mechanism.
- Figure 1c shows one object reference data structure that may be used by a client to refer to a servant object.
- a distributed object system 10 typically includes an Object Request Broker (ORB) 11 as is symbolically illustrated in Figure 1a.
- ORB 11 provides all of the location and transport mechanisms and facilities necessary to deliver a call from a client to a servant (target object) and to return a response to the client, as will be discussed below with reference to Figure 1b.
- the client and servant may be located in the same process, in different processes on the same machine, or on completely different machines.
- client 20 may be any code that invokes an operation on a distributed object and thus may or may not take the form of a distributed object or a process.
- a distributed object may have a wide variety of representations.
- the distributed object may be a C++ object that has been provided by an application developer.
- an implementation for a distributed object may be developed within a visual application builder 15.
- This visual application builder allows a developer to visually select existing object types from a catalog and graphically connect the services provided by one object to the services needed by another (attributes, arguments, results etc.) in order to create a new implementation for an object.
- An object development facility 16 may be used to simplify the creation and the installation of distributed objects. It is used to "wrap" or encapsulate developer objects in distributed object code. As such, object development facility 16 may be used to transform a developer object into an ORB object implementation 14.
- ORB object implementation 14 is presented as a server as shown by its location in the diagram.
- a developer uses an interface definition language to define an interface for an ORB object, provides a developer object implementation that implements that object's behavior, and then uses the object development facility 16 in order to produce an ORB object implementation 14. At run time, an instance of this ORB object (a servant object) is created that will utilize this ORB object implementation 14. It should be appreciated that the object development facility may also be used to create objects that take the role of clients at some point.
- Client 20 communicates with a servant by way of a stub 21, a subcontract layer 36, possibly a filter 40, and a transport layer 38.
- Stub 21 includes a surrogate 22, a method table 24 and stub functions 25.
- Client 20 communicates initially with surrogate 22 that appears to the client as the servant object.
- client 20 may communicate directly with the servant object through a dynamic invocation interface (DII) 26 instead of through surrogate 22, method table 24 and stub functions 25.
- Dynamic invocation interface 26 is used to enable clients to construct dynamic requests.
- Subcontract layer 36 provides the functionality required by an object in order to utilize subcontracts to implement various services (or features or object mechanisms) named by a particular subcontract.
- a subcontract identifies a quality of service provided by the distributed object system that may be utilized by an individual object. For example, a subcontract may identify that the feature of security is to be used for a particular object.
- a particular subcontract may be associated dynamically at run time with a servant object.
- Filter 40 if being used, may perform a variety of tasks, such as compression, encryption, tracing, or debugging, that are to be applied to communications to and from an object.
- Transport layer 38 operates to marshal, unmarshal and physically transport information to and from a servant that typically does not share the same process as a client.
- a standard implementation suite 28 represents a set of subcontracts that interact with ORB objects 14 in identical ways, as for example object key management. It should be noted that a subcontract may belong to multiple implementation suites. Also, implementation suites may utilize different subcontracts.
- a skeleton that may take the form of either static skeleton 32 or dynamic skeleton 30, is used to transform requests into a format required by a servant object 78 (as will be explained in more detail below with reference to Figure 1b). Thus, skeletons 30 and 32 call an appropriate servant object 78.
- Static skeleton 32 is used to call interface-specific object implementations 14, while dynamic skeleton 30 is used generically when interface-specific objects are not available.
- An ORB interface 34 is the interface that goes directly to the ORB that is the same for all ORBs and does not depend upon an object's interface or object adapter.
- An ORB daemon 46 is responsible for ensuring that object servers are active when invoked by clients.
- Secure Protocol 42 is a secure interoperability protocol that secures the internet inter-ORB protocol and helps to transmit information through transport layer 38 in a secure fashion. This may mean integrity protection, confidentiality, etc.
- the internet inter-ORB protocol is a protocol that typically communicates between processes on different machines. However, in some cases, the internet inter-ORB protocol may communicate between processes on the same machine.
- the security server 54 is a security administration server that secures the services that are used between processes on different computers.
- Typecode/Any module 44 implements "Typecode” and "Any” objects.
- Typecode describes an Interface Definition Language (IDL) data type, allowing type descriptions to be transmitted between clients and servers.
- IDL Interface Definition Language
- An instance of an IDL data type may be encapsulated by an Any object.
- An Any object refers to typecode of the encapsulated data, and a generic encoding of the data.
- An implementation repository 50 is used to store information relating to object servers. Specifically, implementation repository 50 stores the information needed to start a server process. For example, implementation repository 50 stores information such as the location of the server program, any arguments to the program, and any environment variables to pass to the program, etc.
- Simple persistence 56 uses an Interface Definition Language (IDL)-defined type and the output from running that IDL type through the IDL compiler, together with a portion of additional code so that an IDL-defined type can be read from, and written to, disk.
- a naming service 52 is used to name ORB objects.
- a client may use naming service 52 to find a desired object by name.
- Naming service 52 returns an object reference, that in turn may be used to send requests to that object.
- An Interface Repository 48 (IFR) knows about all interfaces for all objects within the distributed object system.
- a request made by a client using a method table (“m-table") dispatch will pass through a variety of the aforementioned layers of the architecture on its way to the servant as diagrammatically illustrated in Figure 1b.
- the request is initiated by a client and may take any suitable form.
- the form of the request will depend to a large extent upon the nature of the programming language used to create the client.
- the request may take the form of a C++ method call 62.
- the call is made to a designated object reference taking the form of a surrogate.
- the surrogate includes methods that comply with the object's interface.
- the client side object reference is a dual pointer (referred to herein as a "fat pointer").
- a fat pointer contains two distinct pointers.
- a first pointer points to a client representation ("client rep") associated with the referenced object.
- a second pointer points to a method table of the method table dispatch 24 that is associated with the referenced object.
- a client representation is an object that has methods that support invocation as well as CORBA defined "pseudo" object reference operations. These operations include, but are not limited to, a "duplicate” method, a "release” method, a “narrow” method, a “hash” method, and an “is equivalent” method.
- the method table dispatch mechanism 24 uses a method table that contains a list of pointers to stub functions 25, one of which is associated with the method to be invoked.
- Stub functions 25 receive a function or procedure call in the "native" language of the client process, then use either a subcontract layer 36 or a native call to eventually call the corresponding servant object.
- the native language may be any suitable language, as for example a language such as C++.
- Method table dispatch 24 determines the appropriate one of the stub functions 25 to process the method call, and then pairs the method call with the appropriate stub function.
- a local stub function is called.
- the local stub function sends the method call directly to servant object 78. Calls may be routed within a local process.
- a remote stub function is called.
- the remote stub function invokes the client representation, that delivers the invocation to servant object 78.
- Subcontracts implemented by subcontract layer 36 are logic modules that provide control of the basic mechanisms of object invocation and argument passing that are important in distributed object systems.
- a subcontract implemented by subcontract layer 36 determines a specific quality of service for use by an object.
- a subcontract is uniquely identified by a subcontract identifier that is typically embedded in an object reference.
- a quality of service is a set of service properties. Among possible service properties that are selectable are qualities relating to server activation, security, transactions, filterability, and clean shut-down.
- Subcontracts are configured such that certain qualities of service are available. With predetermined qualities of service, the overhead associated with processing individual service properties is reduced. Realistically, only "reasonable" or commonly used combinations of service properties are supported with subcontracts. However, subcontracts may be created to meet the specific requirements of a given distributed object system.
- the identification of an appropriate subcontract in subcontract layer 36 may be thought of as the identification of a desired function that is unique to that subcontract. For example, a marshal function or an unmarshal function is defined for each subcontract.
- a subcontract marshal function is used by a stub to marshal an object reference so that it may be transmitted to another address space, or domain.
- the object reference is typically processed by a transport mechanism in transport layer 38.
- a transport mechanism such as T1, T2, etc., that is a part of the transport layer 38 is used to marshal and physically transport information to and from servant objects.
- Information i.e. the object reference or the request, is converted into protocols appropriate to a given domain.
- protocols may include, but are not limited to, Ethernet protocols and general inter-ORB protocols (GIOPs). In some uncommon cases, protocols may even entail the use of electronic mail to transmit instructions to be implemented on a server.
- the transport mechanism then transports information through any combination of an operating system, a device driver, or a network, that are all a part of hardware 70 used by the client side of a distributed object system.
- One transport mechanism that does not require a conversion of information into a protocol appropriate to a domain other than the one on which information originates is termed a "door". Doors are essentially gateways between two different processes on the same host. The use of doors eliminates the need for a conversion of information into a canonical implementation in transport layer 38, as there is no need to encode information into a protocol that may be used by a different machine by virtue of the fact that information is remaining on the same host and therefore does not require a change of domain. Hence, information may simply be "flattened out,” or marshaled into a stream that is not encoded for use by a different machine, and passed between the two processes on the host.
- transport layer 38 provides the functionality needed for the end point to be created by subcontract layer 36.
- a dedicated end point is typically created by subcontract layer 36
- cluster end points which typically include network and TCP/IP end points, are typically created by transport layer 38.
- End points are a part of, transport layer 38.
- End points are essentially ports that receive information from a different domain. After an end point in transport layer 38 receives information transported from a different domain, the end point then dispatches the information from transport layer 38 to subcontract layer 36. Subcontract layer 36 then dispatches the information to the skeleton and the servant.
- Subcontract layer 36 provides the functionality to unmarshal at least some of the information it has received. That is, subcontract layer 36 unmarshals at least part of the request. Then, the request is dispatched to a skeleton 31 that transforms the request into an implementation specific format required by servant object 78.
- the skeleton 31 may either be a static skeleton 32 or a dynamic skeleton 30 as described above.
- a remote request is routed through the client side and the server side as described above.
- the method call 62 is received, method table dispatch layer 24 is used to identify an appropriate subcontract prior to the selection of a transport mechanism in transport layer 38 that marshals the request and prepares it for transport to another domain.
- the marshaled request is transported to the server side where it is received on an end point that is a part of transport layer 38.
- An appropriate end point receives information transported across a wire, and information is dispatched from transport layer 38 to subcontract layer 36, that provides the functionality to at least partially unmarshal the information it has received.
- the subcontract layer then dispatches the request to skeleton 31 that transforms the request into a specific format required by servant object 78. This path is shown by arrow 77, and is the path that may be taken by both remote and local requests.
- a client and a server are in a local process, i.e. both the client and the server are in the same process, the use of the path shown by arrow 77 as described above is unnecessarily complex. If it is known that the client and the server are in the same process, it is possible to shorten the invocation path, or flow path of a request for service. If a local process may be identified when an object reference is created, shortened flow paths, i.e. the paths represented by arrows 75 and 76, may be taken to send a request from a client to a server that are on the same host. The path represented by arrow 76 is more likely to be taken, as it uses subcontract layer 36 to identify an appropriate subcontract. However, in situations in which an appropriate subcontract does not need to be explicitly identified, the path represented by arrow 75 may be taken.
- object references may take a variety of forms depending upon the location within the process that they are being held at any given time.
- object reference 150 includes a host identifier 152, a port designation 154, and an object key 156.
- Object key 156 includes a subcontract identifier 158, a server identifier 160, an implementation identifier 162, and a user key 164.
- Host identifier 152 denotes a particular computer in a network, while port designation 154 identifies the port of the selected computer that is to be used for communication.
- Object key 156 provides further identifying information used in order to locate a desired servant object on its host machine.
- Server identifier 160 names a particular process or program in which the servant object resides, while user key 164 is a unique number or string used to locate the servant within the process named by server identifier 160.
- Subcontract identifier 158 is used to attach the protocol of a particular subcontract and its associated services with a servant, and implementation identifier 162 names an implementation of an interface that is to be used with that servant object.
- One aspect of the present invention solves the problem of maintaining security in a distributed object system while locating the server for a particular object.
- Security requires that the client be able to mutually authenticate itself with the Location Server (or Location Service), which is referred to herein as an ORB d ⁇ mon in an embodiment of the present invention.
- the ORB d ⁇ mon implicitly authenticates any servers that it locates for the client.
- the authentication protocol used by the ORB d ⁇ mon may use a different security mechanism than the object server.
- One aspect of the present invention extends the location mechanism in order to allow for different security mechanisms.
- An object server may be located by a Location Service in a wide variety of manners.
- the present invention provides a method and apparatus in which a client and an ORB d ⁇ mon are mutually authenticated to avoid thereby security attacks such as caused by an attacker creating a process that masquerades as the ORB d ⁇ mon.
- the ORB d ⁇ mon is freed from having to fully participate in all security mechanisms that servers may use and thereby relieved of such overhead.
- the ORB d ⁇ mon is able to choose a single security policy; and any server supported by the ORB d ⁇ mon may choose any security policy it wishes.
- An aspect of the present invention also provides secure techniques for use by a client when invoking upon an object reference, when locating an object, and for other communications. A technique suitable for invoking on an object reference in order to communicate with a target object is discussed above with reference to Figure 1b.
- the present invention provides a method and apparatus that allows an object reference held by the client to be associated with the default security information needed by the ORB d ⁇ mon so that secure invocation and location operations may be performed by the client.
- the ORB d ⁇ mon receives a request from the client, the ORB determines the appropriate server specific security information (which may be one of many) that the server requires for a communication and returns this new security information to the client.
- a server is configured to process several different security protocols (e.g ., Kerberos, SPKM, and Sesame). The server specific security information required by the server for communicating with the client is returned to the client by the ORB.
- FIGS 5 through 8 illustrate various embodiments of the invention in which secure invokes and locates are performed. First, details of embodiments of the present invention are presented in Figures 2 and 3, and then an overview is presented in Figure 4.
- the object reference 180 includes a host field 182 that identifies a host computer in a network, a port field 184 that identifies a communication port (such as a TCP/IP port), and an object key field 186 that uniquely identifies an object within a host.
- a host field 182 that identifies a host computer in a network
- a port field 184 that identifies a communication port (such as a TCP/IP port)
- an object key field 186 that uniquely identifies an object within a host.
- the object key field 186 includes a subcontract identifier sub-field 190 that indicates a particular subcontract module of functionality for use in managing the object, a server identifier sub-field 192 that identifies a server of the host, an implementation identifier sub-field 194 that identifies an implementation of the object's interface, and a user key sub-field 198 that uniquely identifies an object within a server.
- a subcontract identifier sub-field 190 that indicates a particular subcontract module of functionality for use in managing the object
- server identifier sub-field 192 that identifies a server of the host
- an implementation identifier sub-field 194 that identifies an implementation of the object's interface
- a user key sub-field 198 that uniquely identifies an object within a server.
- This additional information includes a security class identifier 196, and security information 188.
- the security information field 188 describes a particular security mechanism dictating how information will be passed and how objects will mutually authenticate themselves for use with this particular object reference.
- the security class identifier may be used to select among many different security mechanisms that may be supported by a server and will be explained in more detail below with reference to Figures 3 and 4. It should be appreciated that the security information 188 may be represented and implemented in a wide variety of manners. By way of example, this security information may be represented as part of a security information list as described in the CORBA Security Document, OMG Document No. 95-12-1, that is part of the CORBA 2.0 standard that defines an Internet Inter-ORB Protocol (IIOP).
- IIOP Internet Inter-ORB Protocol
- This security document describes the format of one embodiment of a security information list.
- This list may be thought of as a sequential listing of any number of security information fields.
- the security information field 188 of Figure 2 may be one of the security information fields that are contained in the security information list.
- this list is implemented as a sequence of Tagged Components representing a particular security information field.
- a Tagged Component includes a Tag and Component Data associated with that Tag.
- the Tag identifies which security mechanism is to be used for communication.
- a wide variety of security mechanisms are possible. By way of example, the protocols of Kerberos, SPKM and Sesame may be identified by the Tag. It is also contemplated that a private security mechanism known only to one ORB (or even being proprietary information) may be identified by the Tag.
- a security mechanism has different roles that it performs in the context of communication.
- a mechanism may protect individual messages from prying eyes by way of encryption, may mutually authenticate one object to another, and may also perform encryption key distribution. These roles are further defined in the Component Data that is associated with each Tag.
- the Component Data defines for each security mechanism (identified by the corresponding Tag) the services that the mechanism allows a target object to require or allows a target object to support.
- the Component Data may indicate various options that are required or supported, such as integrity, confidentiality or establish trust.
- integrity if the target object requires that confidentiality be used, this means that communications from a client must be in a confidential form.
- the target merely supports (but does not require) confidentiality, communications from a client may be in a confidential form but it is not necessary for communication to proceed between client and server.
- Component Data may also include a Security Name that is a secret name used by the server to authenticate itself, and Cryptoprofiles that are the cryptographic algorithms supported by the server.
- the Component Data may include other information needed to implement that security mechanism.
- an aspect of the present invention provides a technique by which a server may specify which security information (and hence which security mechanism) should be used in communication with a particular object.
- this specification technique involves the use of the security class identifier 196 of the object reference.
- Security class identifier 196 may be implemented in a wide variety of manners. By way of example, it may be represented as an integer.
- This security class identifier identifies particular security information that should be used when communicating with a particular server. For a given server that supports a security information list containing many different security information fields, there are a wide variety of ways that the security class identifier may be mapped to a particular security information field.
- each server may have associated with it a security class table such as illustrated in Figure 3 that allows a security class identifier to be mapped to one of the security information fields of the security information list. For example, if a server's security information list (represented as a sequence of tagged components) has five entries, and the security class identifier has a value of three, this means that the third entry in the security information list is the security information to be used.
- Figure 3 illustrates the relationship between the security class identifier 196 and a security information field 188 according to one embodiment of the present invention.
- the security class identifier is mapped to an entry in the security information list by means of a security class table 400.
- Figure 3 shows a security class table 400 that includes a column 402 of security class identifiers and a column 404 that has corresponding security information fields.
- this table may be used to associate a particular security class identifier with a particular security mechanism as represented by a corresponding security information field. For example, if a server supports a number of security mechanisms by way of a security information list, this list may be embodied as in table 400.
- Figure 4 illustrates an exemplary simplistic distributed object system 200 having a host computer A and a host computer B as indicated on either sides of dashed line 201. It should be appreciated that the present invention may be practiced in a system of any number of computers, or even within a single computer or process. Shown is a client 202 resident in a process of host computer A. Located on host computer B is an ORB demon 206 that may be embodied as a background precess constantly executing on a machine. Among other functions, the ORB d ⁇ mon is responsible for locating servers and target objects on the same machine in response to an invocation or lookup from a client. The ORB d ⁇ mon may include an ORB d ⁇ mon locator object 208 whose role is to assist in receiving look up calls and locating servers. The locator object also serves as an interface to functions within the ORB d ⁇ mon.
- the locator object typically has a well-known location within the process such that a calling client from another machine may easily obtain an object reference to this locator object.
- object server 204 is resident on host computer B.
- This object server is typically a computer process in which resides any number of objects, often called server objects or target objects.
- security class table 400 is associated with each object server 204 that indicates the security mechanisms that the server supports. The general flow of a call according to an embodiment of the present invention will now be described in Figure 5 with reference to Figure 4.
- Figure 5 shows an overview of the process by which a client 202 communicates with an ORB d ⁇ mon 206 in order to locate a server 204 in a secure fashion according to one embodiment of the present invention.
- a client 202 may have an object reference that indicates a particular object 210 of server 204, but may not have the correct port to communicate with server 204 nor may have the required security information needed to communicate with server 204.
- the client makes a call to the ORB d ⁇ mon using original security information contained in its object reference.
- This original security information represents a security mechanism that the ORB implements, and may be installed in newly created object references by default.
- the call is typically handled by ORB d ⁇ mon locator object 208 that is located within the ORB d ⁇ mon process 206.
- the communication takes place in a secure fashion as dictated by the original security information in the original object reference held by the client.
- step 452 If the client cannot implement the required security mechanism or if the ORB d ⁇ mon cannot understand the call, this may indicate that a fake client or fake ORB d ⁇ mon is masquerading as the real client or ORB d ⁇ mon, i.e ., an attempt is being made to breach network security.
- This check is indicated in step 452 by determining if communication is able to take place. Thus, if the client is not a true client, or if the ORB d ⁇ mon is not the true ORB d ⁇ mon, then in step 452 control moves to step 454. In this situation, the client may be invalid because the message is indecipherable, or the ORB d ⁇ mon may be invalid because the client would never receive a response.
- a standard error routine may be used in step 456 to indicate an invalid client or ORB d ⁇ mon, and then the procedure ends.
- the original security information used by the client is the correct information, i.e., the security information and protocol that the ORB d ⁇ mon is expecting, and the ORB d ⁇ mon understands the call, then control moves to step 458.
- the ORB d ⁇ mon 206 may start up the appropriate server 204 as indicated by arrow 212 and makes a request for the security information that the server requires be used for future communications. Once the server has started, this server responds to the ORB d ⁇ mon with the security information indicating the security mechanism that the server desires be used with this target object 210. This response is indicated by arrow 214.
- the ORB d ⁇ mon sends this server specific security information back to the client as indicated by arrow 216. Once the client receives this server specific security information it is now able to make a call 218 to target object 210 using the security information that the server requires for a secure communication with target object 210. In this fashion, original security information may be used to communicate with the ORB d ⁇ mon, and server specific security information is returned to the client by the ORB d ⁇ mon for a later call to the server.
- Figure 6 now illustrates an embodiment of the invocation procedure of Figure 5 in greater detail.
- a client has received an object reference and wishes to invoke upon this object reference in order to communicate with a target object in a remote server.
- the client may have received the object reference in a previous transaction. However, before the client may make a direct call to the target object, the appropriate security information for the server must be obtained.
- the client may be provided with an object reference that indicates a host 182, an object key 186 that identifies the target object within a server, the server identifier 192 for the server, but may not have the port for communication with the server.
- the object reference also includes original security information 188 for secure communication with the ORB d ⁇ mon of the remote machine, and a security class identifier 196 to indicate which security mechanism the server desires for later communication.
- a first step 302 an object reference for the appropriate ORB d ⁇ mon locator object is constructed based upon the original object reference received by the client.
- the port of the original object reference is a well-known port for the ORB d ⁇ mon, and the object key is replaced with the well-known object key for the ORB d ⁇ mon locator object.
- the host and security information remain the same.
- a call may be made to the ORB d ⁇ mon locator object in a secure fashion by using the original security information.
- this constructed object reference is used in step 304 in order to invoke a look up operation defined upon the ORB d ⁇ mon locator object.
- Two arguments passed to this look up operation are the server identifier and the security class identifier that are extracted from the original object reference.
- the goal of this look up operation is to eventually return the server port and the server specific security information back to the client so that client may construct the actual object reference for use in invoking upon the target object within the server.
- step 304 one portion of a secure transaction has been completed.
- the client has called this ORB d ⁇ mon locator object using the original security information contained in the client's original object reference. This original security information must match the security mechanism that the ORB d ⁇ mon itself is expecting.
- the ORB d ⁇ mon is authenticating itself to the client and the client is authenticating to the ORB d ⁇ mon that it is a real client.
- the ORB d ⁇ mon locator object in conjunction with the ORB d ⁇ mon locates the appropriate server by reference to a registry of executing servers.
- step 306 if it is determined that the identified server is already running then control moves directly to step 310. However, if the server is not already running, then the ORB d ⁇ mon operates to start up this server process in step 307.
- the server starts and then registers itself with the ORB d ⁇ mon by returning to the ORB d ⁇ mon its server identifier (in order to indicate which server is being registered), its port for communication, and its security class table.
- the security class table for a particular server has been described above with reference to Figure 3.
- This security class table may contain any number of security mechanisms that a server may wish to use by way of identifying any number of security information fields and corresponding security class identifiers as shown in Figure 3.
- This table will be used by the ORB d ⁇ mon in order to deliver appropriate security information back to the client.
- the ORB d ⁇ mon registers this server in step 308 by storing the server identifier, port, security class table and other information in a suitable registry. Now the ORB d ⁇ mon is ready to respond to the client.
- the ORB d ⁇ mon returns the appropriate information to the client.
- This information includes the port for the server and the appropriate security information from the security class table corresponding to the security class identifier that was received from the client initially.
- the client receives this information it is now able to construct an object reference to enable it to communicate in a secure fashion with the target object of the server.
- the client replaces the original security information with the received server specific security information from the ORB d ⁇ mon.
- the client will now be able to communicate with the appropriate server using the security information required by that server. In this fashion, the server and client will be able to communicate in a secure fashion and are also able to authenticate that they are communicating with appropriate entities.
- step 314 the client also replaces the original port with the received server port in order to communicate with the server.
- step 316 the client invokes upon this modified object reference in order to communicate with the target object of the server.
- Figures 7 and 8 illustrate procedures by which a foreign client may perform an invocation or look up, respectively, upon an object reference in accordance with one embodiment of the present invention.
- An embodiment of the present invention as described above is also used in this situation in order to perform these procedures in a secure fashion.
- a particular "local" ORB is running within a distributed object system.
- an object reference has been created within this ORB and has been passed to a client that is not operating within this same ORB.
- this client may be operating within a different ORB or within a different distributed object system using a different communication mechanism.
- the client is termed a foreign client, however, the object reference that the foreign client has obtained is an object reference familiar to the local ORB, but not to the foreign client.
- the foreign client will know the host, port and security information but will not be able to decipher the object key, because this object key is particular to the local ORB. Because the object key is opaque to the foreign client, the foreign client may not be able to perform optimizations such as looking at the object key in order to create a local cache of objects. Thus, the foreign client may need to perform a look up procedure first, as described in Figure 8 below. Figure 7 below describes the invocation procedure that a foreign client may use first. In both situations, the ORB d ⁇ mon constructs the object reference for the foreign client because the foreign client is not familiar with the internal representation of the object reference. In this fashion, inter-ORB interoperability is maintained because even though the foreign client may not be able to understand the object reference, it is still able to use it.
- Figure 7 describes a flow by which a foreign client invokes upon an object reference for a target object.
- this request is received by the ORB d ⁇ mon process of the host computer. Because this object reference is particular to this local ORB, this ORB d ⁇ mon process will be able to decipher the object key.
- the ORB d ⁇ mon process first determines if the server identifier of the object reference is the same as the server identifier of the ORB d ⁇ mon process. Typically, the target object upon which the invocation is being performed will not be within the ORB d ⁇ mon process, so the server identifiers will not match.
- step 504 the invocation is continued normally.
- the invocation may be continued, for example, as described in the above description of object invocation with reference to Figure 1b.
- step 506 This handler is used when the server identifier of the object reference does not match with the current server. For most processes, this handler will return an invalid object message and terminate. However, when called by the ORB d ⁇ mon process, the handler understands that the servers do not match because a foreign client is making an invocation, and then performs the following steps. In step 508, this handler begins by extracting the server identifier and the security class identifier from the received object reference.
- step 510 the extracted server identifier and the security class identifier are used as arguments in step 510 in order to invoke a look up operation of the ORB d ⁇ mon locator object.
- the goal of this look up operation is to eventually return the server port and the server specific security information back to the ORB d ⁇ mon so that ORB d ⁇ mon may construct the actual object reference for use in invoking upon the target object within the server. This actual object reference is then returned to the foreign client as explained below.
- the ORB d ⁇ mon locator object in conjunction with the ORB d ⁇ mon locates the appropriate server by reference to a registry of executing servers.
- control moves directly to step 518.
- the ORB d ⁇ mon operates to start up this server process in step 514.
- the server starts and then registers itself with the ORB d ⁇ mon by returning to the ORB d ⁇ mon its server identifier (in order to indicate which server is being registered), its port for communication, and its security class table.
- the security class table for a particular server has been described above with reference to Figure 3.
- This security class table may contain any number of security mechanisms that a server may wish to use by way of identifying any number of security information fields and corresponding security class identifiers as shown in Figure 3.
- This table will be used by the ORB d ⁇ mon in order to deliver appropriate security information back to the client.
- the ORB d ⁇ mon registers this server in step 516 by storing the server identifier, port, security class table and other information in a suitable registry.
- the ORB d ⁇ mon is ready to construct the actual object reference.
- the ORB d ⁇ mon utilizes the received security class identifier as an index into the security class table in order to retrieve the appropriate security information that the server desires be used.
- the original security information and port are replaced in the received object reference by this new security information and port.
- This modified object reference may now be used by the foreign client to invoke upon the target object in the server. Accordingly, in step 520 a "location forward" reply is sent to this foreign client along with the newly modified object reference.
- the client is able to repeat its invocation upon this modified object reference in order to perform the operation desired upon the target object within the server. After this step the procedure ends.
- Figure 8 illustrates a procedure by which a foreign client may perform a locate procedure upon an object reference according to one embodiment of the present invention.
- a locate function is used when a foreign client deems that it is more efficient to first locate an object using an original object reference and then receive the true object reference before attempting to perform the invocation upon the original object reference.
- the locate function returns the actual object reference for the target object if it is found. If it is not found, an exception indicating an invalid object is returned to the foreign client.
- this locate request for an original object reference is received by the ORB d ⁇ mon process of the host computer.
- the ORB d ⁇ mon calls a locate handler function in order to process this request as will be described below. Because this object reference is particular to this local ORB, this ORB d ⁇ mon process will be able to decipher the object key.
- this handler begins by extracting the server identifier and the security class identifier from the received object reference. Next, the extracted server identifier and the security class identifier are used as arguments in step 606 in order to invoke a look up operation of the ORB d ⁇ mon locator object.
- ORB d ⁇ mon locator object in conjunction with the ORB d ⁇ mon locates the appropriate server by reference to a registry of executing servers. In step 608, if it is determined that the identified server is already running then control moves directly to step 614. However, if the server is not already running, then the ORB d ⁇ mon operates to start up this server process in step 610.
- the server starts and then registers itself with the ORB d ⁇ mon by returning to the ORB d ⁇ mon its server identifier (in order to indicate which server is being registered), its port for communication, and its security class table.
- the security class table for a particular server has been described above with reference to Figure 3.
- This security class table may contain any number of security mechanisms that a server may wish to use by way of identifying any number of security information fields and corresponding security class identifiers as shown in Figure 3.
- This table will be used by the ORB d ⁇ mon in order to deliver appropriate security information back to the client.
- the ORB d ⁇ mon registers this server in step 612 by storing the server identifier, port, security class table and other information in a suitable registry.
- the ORB d ⁇ mon is ready to construct the actual object reference.
- the ORB d ⁇ mon utilizes the received security class identifier as an index into the security class table in order to retrieve the appropriate security information that the server desires be used.
- the original security information and port are replaced in the received object reference by this new security information and port.
- This modified object reference may now be used by the foreign client to invoke upon the target object in the server.
- an "object forward" reply is sent to this foreign client along with the newly modified object reference. Now that the target object has been located, the foreign client may use this modified object reference in order to perform a later invocation upon the target object within the server as in step 618.
- Embodiments of the present invention as described above employs various process steps involving data stored in computer systems. These steps are those requiring physical manipulation of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It is sometimes convenient, principally for reasons of common usage, to refer to these signals as bits, values, elements, variables, characters, data structures, or the like. It should be remembered, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities.
- Embodiments of the present invention also relate to an apparatus for performing these operations.
- This apparatus may be specially constructed for the required purposes, or it may be a general purpose computer selectively activated or reconfigured by a computer program stored in the computer.
- the processes presented herein are not inherently related to any particular computer or other apparatus.
- various general purpose machines may be used with programs written in accordance with the teachings herein, or it may be more convenient to construct a more specialized apparatus to perform the required method steps. Required structure for a variety of these machines is given above.
- embodiments of the present invention further relate to computer readable media that include program instructions for performing various computer-implemented operations.
- the media and program instructions may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well known and available to those having skill in the computer software arts.
- Examples of computer-readable media include, but are not limited to, magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM disks; magnets optical media such as floptical disks; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory devices (ROM) and random access memory (RAM).
- Examples of program instructions include both machine code, such as produced by a compiler, and files containing higher level code that may be executed by the computer using an interpreter.
- FIG. 9 illustrates a typical computer system in accordance with an embodiment of the present invention.
- the computer system 100 includes any number of processors 102 (also referred to as central processing units, or CPUs) that are coupled to storage devices including primary storage 106 (typically a random access memory, or RAM), primary storage 104 (typically a read only memory, or ROM).
- primary storage 104 acts to transfer data and instructions uni-directionally to the CPU and primary storage 106 is used typically to transfer data and instructions in a bi-directional manner. Both of these primary storage devices may include any suitable of the computer-readable media described above.
- a mass storage device 108 is also coupled bi-directionally to CPU 102 and provides additional data storage capacity and may include any of the computer-readable media described above.
- the mass storage device 108 may be used to store programs, data and the like and is typically a secondary storage medium such as a hard disk that is slower than primary storage. It will be appreciated that the information retained within the mass storage device 108, may, in appropriate cases, be incorporated in standard fashion as part of primary storage 106 as virtual memory.
- a specific mass storage device such as a CD-ROM 114 may also pass data uni-directionally to the CPU.
- CPU 102 is also coupled to an interface 110 that includes one or more input/output devices such as such as video monitors, track balls, mice, keyboards, microphones, touch-sensitive displays, transducer card readers, magnetic or paper tape readers, tablets, styluses, voice or handwriting recognizers, or other well-known input devices such as, of course, other computers.
- CPU 102 optionally may be coupled to a computer or telecommunications network using a network connection as shown generally at 112. With such a network connection, it is contemplated that the CPU might receive information from the network, or might output information to the network in the course of performing the above-described method steps.
- the above-described devices and materials will be familiar to those of skill in the computer hardware and software arts.
- the security class identifier may be any suitable key used to index a list of security mechanisms supported by a server, and need not be necessarily implemented by way of a security class table.
- the present invention is applicable to any situation in which secure communications between objects are required where numerous security mechanisms might be supported.
- the present invention contemplates communications not only within one distributed object system, but also between different object systems having dissimilar protocols. Therefore, the described embodiments should be taken as illustrative and not restrictive, and the invention should not be limited to the details given herein but should be defined by the following claims and their full scope of equivalents.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Bioethics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Multi Processors (AREA)
- Computer And Data Communications (AREA)
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US670957 | 1996-06-26 | ||
| US08/670,957 US5727145A (en) | 1996-06-26 | 1996-06-26 | Mechanism for locating objects in a secure fashion |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP0816968A2 true EP0816968A2 (fr) | 1998-01-07 |
| EP0816968A3 EP0816968A3 (fr) | 2003-07-30 |
Family
ID=24692586
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP97304149A Withdrawn EP0816968A3 (fr) | 1996-06-26 | 1997-06-13 | Procédé pour la localisation sécurisée d'objets |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US5727145A (fr) |
| EP (1) | EP0816968A3 (fr) |
| JP (1) | JPH10116195A (fr) |
Cited By (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2000046673A1 (fr) * | 1999-02-03 | 2000-08-10 | Gates, William, H., Iii | Procede et systeme permettant le suivi des clients |
| US6684246B1 (en) | 1999-02-03 | 2004-01-27 | William H. Gates, III | Method and system for tracking clients |
| US8510465B2 (en) | 1999-02-03 | 2013-08-13 | Microsoft Corporation | Method and system for distributing art |
| US9189492B2 (en) | 2012-01-23 | 2015-11-17 | Palatir Technoogies, Inc. | Cross-ACL multi-master replication |
| US9330157B2 (en) | 2006-11-20 | 2016-05-03 | Palantir Technologies, Inc. | Cross-ontology multi-master replication |
| US9569070B1 (en) | 2013-11-11 | 2017-02-14 | Palantir Technologies, Inc. | Assisting in deconflicting concurrency conflicts |
| US9785694B2 (en) | 2013-06-20 | 2017-10-10 | Palantir Technologies, Inc. | System and method for incremental replication |
| US9785773B2 (en) | 2014-07-03 | 2017-10-10 | Palantir Technologies Inc. | Malware data item analysis |
| US9836523B2 (en) | 2012-10-22 | 2017-12-05 | Palantir Technologies Inc. | Sharing information between nexuses that use different classification schemes for information access control |
| US9923925B2 (en) | 2014-02-20 | 2018-03-20 | Palantir Technologies Inc. | Cyber security sharing and identification system |
| US10068002B1 (en) | 2017-04-25 | 2018-09-04 | Palantir Technologies Inc. | Systems and methods for adaptive data replication |
| US10262053B2 (en) | 2016-12-22 | 2019-04-16 | Palantir Technologies Inc. | Systems and methods for data replication synchronization |
| US10311081B2 (en) | 2012-11-05 | 2019-06-04 | Palantir Technologies Inc. | System and method for sharing investigation results |
| US10380196B2 (en) | 2017-12-08 | 2019-08-13 | Palantir Technologies Inc. | Systems and methods for using linked documents |
| US10430062B2 (en) | 2017-05-30 | 2019-10-01 | Palantir Technologies Inc. | Systems and methods for geo-fenced dynamic dissemination |
| US10572496B1 (en) | 2014-07-03 | 2020-02-25 | Palantir Technologies Inc. | Distributed workflow system and database with access controls for city resiliency |
| US10621198B1 (en) | 2015-12-30 | 2020-04-14 | Palantir Technologies Inc. | System and method for secure database replication |
| US10915542B1 (en) | 2017-12-19 | 2021-02-09 | Palantir Technologies Inc. | Contextual modification of data sharing constraints in a distributed database system that uses a multi-master replication scheme |
| USRE48589E1 (en) | 2010-07-15 | 2021-06-08 | Palantir Technologies Inc. | Sharing and deconflicting data changes in a multimaster database system |
| US11030494B1 (en) | 2017-06-15 | 2021-06-08 | Palantir Technologies Inc. | Systems and methods for managing data spills |
Families Citing this family (131)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5727147A (en) * | 1995-12-08 | 1998-03-10 | Sun Microsystems, Inc. | System and method for resolving symbolic references to externally located program files |
| US6138238A (en) | 1997-12-11 | 2000-10-24 | Sun Microsystems, Inc. | Stack-based access control using code and executor identifiers |
| US6560656B1 (en) | 1998-02-26 | 2003-05-06 | Sun Microsystems, Inc. | Apparatus and method for providing downloadable code for use in communicating with a device in a distributed system |
| US6272559B1 (en) | 1997-10-15 | 2001-08-07 | Sun Microsystems, Inc. | Deferred reconstruction of objects and remote loading for event notification in a distributed system |
| US6578044B1 (en) | 1997-11-17 | 2003-06-10 | Sun Microsystems, Inc. | Method and system for typesafe attribute matching |
| US6393497B1 (en) | 1998-03-20 | 2002-05-21 | Sun Microsystems, Inc. | Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system |
| US6466947B2 (en) | 1998-03-20 | 2002-10-15 | Sun Microsystems, Inc. | Apparatus and method for dynamically verifying information in a distributed system |
| US6487607B1 (en) | 1998-02-26 | 2002-11-26 | Sun Microsystems, Inc. | Methods and apparatus for remote method invocation |
| US6832223B1 (en) * | 1996-04-23 | 2004-12-14 | Sun Microsystems, Inc. | Method and system for facilitating access to a lookup service |
| US6708171B1 (en) | 1996-04-23 | 2004-03-16 | Sun Microsystems, Inc. | Network proxy |
| US6226746B1 (en) | 1998-03-20 | 2001-05-01 | Sun Microsystems, Inc. | Stack-based system and method to combine security requirements of methods |
| US6421704B1 (en) | 1998-03-20 | 2002-07-16 | Sun Microsystems, Inc. | Method, apparatus, and product for leasing of group membership in a distributed system |
| US6182083B1 (en) | 1997-11-17 | 2001-01-30 | Sun Microsystems, Inc. | Method and system for multi-entry and multi-template matching in a database |
| US6185611B1 (en) | 1998-03-20 | 2001-02-06 | Sun Microsystem, Inc. | Dynamic lookup service in a distributed system |
| US6247026B1 (en) | 1996-10-11 | 2001-06-12 | Sun Microsystems, Inc. | Method, apparatus, and product for leasing of delegation certificates in a distributed system |
| US6438614B2 (en) | 1998-02-26 | 2002-08-20 | Sun Microsystems, Inc. | Polymorphic token based control |
| US6282652B1 (en) | 1998-02-26 | 2001-08-28 | Sun Microsystems, Inc. | System for separately designating security requirements for methods invoked on a computer |
| US6598094B1 (en) | 1998-03-20 | 2003-07-22 | Sun Microsystems, Inc. | Method and apparatus for determining status of remote objects in a distributed system |
| US6237024B1 (en) | 1998-03-20 | 2001-05-22 | Sun Microsystem, Inc. | Method and apparatus for the suspension and continuation of remote processes |
| US6446070B1 (en) | 1998-02-26 | 2002-09-03 | Sun Microsystems, Inc. | Method and apparatus for dynamic distributed computing over a network |
| US6938263B2 (en) | 1996-04-23 | 2005-08-30 | Sun Microsystems, Inc. | System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space |
| US6463446B1 (en) | 1998-02-26 | 2002-10-08 | Sun Microsystems, Inc. | Method and apparatus for transporting behavior in an event-based distributed system |
| US6044224A (en) * | 1996-06-26 | 2000-03-28 | Sun Microsystems, Inc. | Mechanism for dynamically associating a service dependent representation with objects at run time |
| US5991535A (en) * | 1996-07-03 | 1999-11-23 | Sun Microsystems, Inc. | Visual composition tool for constructing application programs using distributed objects on a distributed object network |
| US6728737B2 (en) | 1996-10-11 | 2004-04-27 | Sun Microsystems, Inc. | Method and system for leasing storage |
| US5832529A (en) | 1996-10-11 | 1998-11-03 | Sun Microsystems, Inc. | Methods, apparatus, and product for distributed garbage collection |
| US6237009B1 (en) | 1996-10-11 | 2001-05-22 | Sun Microsystems, Inc. | Lease renewal service |
| US5995999A (en) * | 1997-03-12 | 1999-11-30 | Fujitsu Limited | Naming system for hierarchically named computer accessible objects |
| US7203769B2 (en) * | 1997-03-14 | 2007-04-10 | International Business Machines Corporation | Bootstrapping technique for distributed object client systems |
| US5867665A (en) * | 1997-03-24 | 1999-02-02 | Pfn, Inc | Domain communications server |
| US5870562A (en) * | 1997-03-24 | 1999-02-09 | Pfn, Inc. | Universal domain routing and publication control system |
| US6029246A (en) * | 1997-03-31 | 2000-02-22 | Symantec Corporation | Network distributed system for updating locally secured objects in client machines |
| US5987608A (en) * | 1997-05-13 | 1999-11-16 | Netscape Communications Corporation | Java security mechanism |
| US6134591A (en) * | 1997-06-18 | 2000-10-17 | Client/Server Technologies, Inc. | Network security and integration method and system |
| US6671810B1 (en) * | 1997-09-18 | 2003-12-30 | Intel Corporation | Method and system for establishing secure communication over computer networks |
| US6957427B1 (en) | 1997-10-15 | 2005-10-18 | Sun Microsystems, Inc. | Remote object activation in a distributed system |
| US6253256B1 (en) | 1997-10-15 | 2001-06-26 | Sun Microsystems, Inc. | Deferred reconstruction of objects and remote loading in a distributed system |
| US6023764A (en) * | 1997-10-20 | 2000-02-08 | International Business Machines Corporation | Method and apparatus for providing security certificate management for Java Applets |
| US5870544A (en) * | 1997-10-20 | 1999-02-09 | International Business Machines Corporation | Method and apparatus for creating a secure connection between a java applet and a web server |
| US6895510B1 (en) * | 1997-11-24 | 2005-05-17 | International Business Machines Corporation | Mutual internet authentication between a client and server utilizing a dummy IOP request |
| US6510460B1 (en) | 1997-12-18 | 2003-01-21 | Sun Microsystems, Inc. | Method and apparatus for enforcing locking invariants in multi-threaded systems |
| US6405264B1 (en) | 1997-12-18 | 2002-06-11 | Sun Microsystems, Inc. | Marshaling and unmarshaling framework for supporting filters in a distributed object system |
| US6516354B2 (en) | 1997-12-18 | 2003-02-04 | Sun Microsystems, Inc. | Method and apparatus for efficient representation of variable length identifiers in a distributed object system |
| US6249803B1 (en) * | 1997-12-18 | 2001-06-19 | Sun Microsystems, Inc. | Method and apparatus for executing code during method invocation |
| US6604127B2 (en) | 1998-03-20 | 2003-08-05 | Brian T. Murphy | Dynamic lookup service in distributed system |
| KR20010034514A (ko) | 1998-02-26 | 2001-04-25 | 케네쓰 올센 | 원격 메소드를 식별하는 해시 판정 방법 및 시스템 |
| US6339829B1 (en) * | 1998-07-30 | 2002-01-15 | International Business Machines Corporation | Method and apparatus to store extended security information in a data structure which shadows a java class object |
| US6154747A (en) * | 1998-08-26 | 2000-11-28 | Hunt; Rolf G. | Hash table implementation of an object repository |
| US6292798B1 (en) | 1998-09-09 | 2001-09-18 | International Business Machines Corporation | Method and system for controlling access to data resources and protecting computing system resources from unauthorized access |
| US6356930B2 (en) * | 1998-10-16 | 2002-03-12 | Silverstream Software, Inc. | Connection concentrator for distributed object systems |
| US6799320B1 (en) * | 1998-12-16 | 2004-09-28 | Microsoft Corporation | Providing binding options for component interfaces |
| US6907609B1 (en) * | 1999-02-01 | 2005-06-14 | Iona Technologies Plc. | Object request dispatch using matching of a segmented object key |
| US6081900A (en) * | 1999-03-16 | 2000-06-27 | Novell, Inc. | Secure intranet access |
| US7010792B1 (en) * | 1999-04-05 | 2006-03-07 | Gateway Inc. | Method for managing interaction between information appliances and appliance services |
| US6901518B1 (en) | 1999-04-08 | 2005-05-31 | Sun Microsystems, Inc. | Method and system for establishing trust in downloaded proxy code |
| US6687831B1 (en) * | 1999-04-29 | 2004-02-03 | International Business Machines Corporation | Method and apparatus for multiple security service enablement in a data processing system |
| US7305473B2 (en) * | 1999-05-28 | 2007-12-04 | The Coca-Cola Company | Provision of transparent proxy services to a user of a client device |
| JP2000347866A (ja) * | 1999-06-04 | 2000-12-15 | Nec Corp | 分散システムとアクセス制御装置及び方法、並びにアクセス制御用プログラムを記録した記録媒体 |
| US6691231B1 (en) * | 1999-06-07 | 2004-02-10 | Entrust Technologies Limited | Method and apparatus for providing access isolation of requested security related information from a security related information source |
| US6845393B1 (en) | 1999-06-14 | 2005-01-18 | Sun Microsystems, Inc. | Lookup discovery service in a distributed system having a plurality of lookup services each with associated characteristics and services |
| US6877163B1 (en) | 1999-06-14 | 2005-04-05 | Sun Microsystems, Inc. | Method and system for dynamic proxy classes |
| US6772156B1 (en) * | 1999-11-29 | 2004-08-03 | Actuate Corporation | Method and apparatus for creating and displaying a table of content for a computer-generated report having page-level security |
| US6859805B1 (en) * | 1999-11-29 | 2005-02-22 | Actuate Corporation | Method and apparatus for generating page-level security in a computer generated report |
| US6678700B1 (en) | 2000-04-27 | 2004-01-13 | General Atomics | System of and method for transparent management of data objects in containers across distributed heterogenous resources |
| US7370091B1 (en) | 2000-05-09 | 2008-05-06 | Sun Microsystems, Inc. | Method and apparatus for obtaining space advertisements |
| US7065574B1 (en) | 2000-05-09 | 2006-06-20 | Sun Microsystems, Inc. | Messaging system using pairs of message gates in a distributed computing environment |
| US6898618B1 (en) | 2000-05-09 | 2005-05-24 | Sun Microsystems, Inc. | Client-specified display services in a distributed computing environment |
| US7243356B1 (en) | 2000-05-09 | 2007-07-10 | Sun Microsystems, Inc. | Remote method invocation with secure messaging in a distributed computing environment |
| US8082491B1 (en) | 2000-05-09 | 2011-12-20 | Oracle America, Inc. | Dynamic displays in a distributed computing environment |
| US7016966B1 (en) | 2000-05-09 | 2006-03-21 | Sun Microsystems, Inc. | Generating results gates in a distributed computing environment |
| US7080078B1 (en) | 2000-05-09 | 2006-07-18 | Sun Microsystems, Inc. | Mechanism and apparatus for URI-addressable repositories of service advertisements and other content in a distributed computing environment |
| US8001232B1 (en) | 2000-05-09 | 2011-08-16 | Oracle America, Inc. | Event message endpoints in a distributed computing environment |
| US7072967B1 (en) | 2000-05-09 | 2006-07-04 | Sun Microsystems, Inc. | Efficient construction of message endpoints |
| US7577834B1 (en) | 2000-05-09 | 2009-08-18 | Sun Microsystems, Inc. | Message authentication using message gates in a distributed computing environment |
| US7716492B1 (en) | 2000-05-09 | 2010-05-11 | Oracle America, Inc. | Method and apparatus to obtain service capability credentials |
| US7010573B1 (en) | 2000-05-09 | 2006-03-07 | Sun Microsystems, Inc. | Message gates using a shared transport in a distributed computing environment |
| US6970869B1 (en) | 2000-05-09 | 2005-11-29 | Sun Microsystems, Inc. | Method and apparatus to discover services and negotiate capabilities |
| US6918084B1 (en) | 2000-05-09 | 2005-07-12 | Sun Microsystems, Inc. | Spawning new repository spaces using information provided in advertisement schema messages |
| US6868447B1 (en) | 2000-05-09 | 2005-03-15 | Sun Microsystems, Inc. | Mechanism and apparatus for returning results of services in a distributed computing environment |
| US6917976B1 (en) | 2000-05-09 | 2005-07-12 | Sun Microsystems, Inc. | Message-based leasing of resources in a distributed computing environment |
| US6789126B1 (en) | 2000-05-09 | 2004-09-07 | Sun Microsystems, Inc. | Addressing message gates in a distributed computing environment |
| US6973493B1 (en) | 2000-05-09 | 2005-12-06 | Sun Microsystems, Inc. | Mechanism and apparatus for security of newly spawned repository spaces in a distributed computing environment |
| US6862594B1 (en) | 2000-05-09 | 2005-03-01 | Sun Microsystems, Inc. | Method and apparatus to discover services using flexible search criteria |
| US7260543B1 (en) | 2000-05-09 | 2007-08-21 | Sun Microsystems, Inc. | Automatic lease renewal with message gates in a distributed computing environment |
| US8135796B1 (en) | 2000-05-09 | 2012-03-13 | Oracle America, Inc. | Mechanism and apparatus for accessing and addressing services in a distributed computing environment |
| US7395333B1 (en) | 2000-05-09 | 2008-07-01 | Sun Microsystems, Inc. | Method and apparatus to obtain negotiated service advertisement |
| US6950875B1 (en) | 2000-05-09 | 2005-09-27 | Sun Microsystems, Inc. | Message conductors in a distributed computing environment |
| US7200848B1 (en) | 2000-05-09 | 2007-04-03 | Sun Microsystems, Inc. | Migrating processes using data representation language representations of the processes in a distributed computing environment |
| US6643650B1 (en) | 2000-05-09 | 2003-11-04 | Sun Microsystems, Inc. | Mechanism and apparatus for using messages to look up documents stored in spaces in a distributed computing environment |
| US6792466B1 (en) | 2000-05-09 | 2004-09-14 | Sun Microsystems, Inc. | Trusted construction of message endpoints in a distributed computing environment |
| US6789077B1 (en) | 2000-05-09 | 2004-09-07 | Sun Microsystems, Inc. | Mechanism and apparatus for web-based searching of URI-addressable repositories in a distributed computing environment |
| US6850979B1 (en) | 2000-05-09 | 2005-02-01 | Sun Microsystems, Inc. | Message gates in a distributed computing environment |
| US7188251B1 (en) | 2000-05-09 | 2007-03-06 | Sun Microsystems, Inc. | System and method for secure message-based leasing of resources in a distributed computing environment |
| US7346649B1 (en) * | 2000-05-31 | 2008-03-18 | Wong Alexander Y | Method and apparatus for network content distribution using a personal server approach |
| US6854115B1 (en) | 2000-06-02 | 2005-02-08 | Sun Microsystems, Inc. | Process persistence in a virtual machine |
| US6763440B1 (en) | 2000-06-02 | 2004-07-13 | Sun Microsystems, Inc. | Garbage collection using nursery regions for new objects in a virtual heap |
| US6760815B1 (en) | 2000-06-02 | 2004-07-06 | Sun Microsystems, Inc. | Caching mechanism for a virtual heap |
| US6957237B1 (en) | 2000-06-02 | 2005-10-18 | Sun Microsystems, Inc. | Database store for a virtual heap |
| US6941410B1 (en) | 2000-06-02 | 2005-09-06 | Sun Microsystems, Inc. | Virtual heap for a virtual machine |
| US6865657B1 (en) | 2000-06-02 | 2005-03-08 | Sun Microsystems, Inc. | Garbage collector for a virtual heap |
| WO2002010917A1 (fr) * | 2000-07-27 | 2002-02-07 | Bea Systems, Inc. | Systeme et procede de concentration de demandes et d'equilibrage de leur charge |
| US7543304B2 (en) * | 2000-12-14 | 2009-06-02 | Borland Software Corporation | Method for efficient location of corba objects based on an unmarshaled object key in a request |
| US7296275B2 (en) | 2001-01-04 | 2007-11-13 | Sun Microsystems, Inc. | Method and system for passing objects in a distributed system using serialization contexts |
| US8554940B2 (en) * | 2001-01-19 | 2013-10-08 | Single Touch Interactive, Inc. | System and method for routing media |
| US6985921B2 (en) * | 2001-02-06 | 2006-01-10 | Hewlett-Packard Development Company, L.P. | Reliability and performance of SNMP status through protocol with reliability limitations |
| US20030051029A1 (en) * | 2001-09-07 | 2003-03-13 | Reedy Dennis G. | Dynamic provisioning of sevice components in a distributed system |
| US7756969B1 (en) | 2001-09-07 | 2010-07-13 | Oracle America, Inc. | Dynamic provisioning of identification services in a distributed system |
| US7660887B2 (en) * | 2001-09-07 | 2010-02-09 | Sun Microsystems, Inc. | Systems and methods for providing dynamic quality of service for a distributed system |
| GB2370732B (en) * | 2001-10-17 | 2003-12-10 | Ericsson Telefon Ab L M | Security in communications networks |
| US7076798B2 (en) * | 2002-02-07 | 2006-07-11 | International Business Machines Corporation | Securing non-EJB corba objects using an EJB security mechanism |
| US7822980B2 (en) * | 2002-03-15 | 2010-10-26 | International Business Machines Corporation | Authenticated identity propagation and translation within a multiple computing unit environment |
| US20030192038A1 (en) * | 2002-04-09 | 2003-10-09 | Thomas Hagmann | Linking data objects to a project development system |
| US7370271B2 (en) * | 2002-10-30 | 2008-05-06 | Actuate Corporation | Methods and apparatus for generating a spreadsheet report template |
| US20040236962A1 (en) * | 2003-05-19 | 2004-11-25 | Wong Ping Wah | Method and apparatus for secure browser-based information service |
| JP2005038076A (ja) * | 2003-07-17 | 2005-02-10 | Fujitsu Ltd | プログラムテスト用会話型スタブ装置およびスタブプログラム記憶媒体 |
| EP1709195B1 (fr) * | 2003-12-19 | 2014-01-22 | Novartis Vaccines and Diagnostics, Inc. | Formulations de transfection cellulaire de petits arn interferents, compositions correspondantes et procedes de production et d'utilisation |
| US7792874B1 (en) | 2004-01-30 | 2010-09-07 | Oracle America, Inc. | Dynamic provisioning for filtering and consolidating events |
| US7617501B2 (en) | 2004-07-09 | 2009-11-10 | Quest Software, Inc. | Apparatus, system, and method for managing policies on a computer having a foreign operating system |
| US7925658B2 (en) * | 2004-09-17 | 2011-04-12 | Actuate Corporation | Methods and apparatus for mapping a hierarchical data structure to a flat data structure for use in generating a report |
| US7523488B2 (en) | 2004-10-15 | 2009-04-21 | International Business Machines Corporation | Method for performing data access transformation with request authorization processing |
| US7703135B2 (en) | 2004-12-21 | 2010-04-20 | International Business Machines Corporation | Accessing protected resources via multi-identity security environments |
| US7870480B1 (en) | 2005-03-14 | 2011-01-11 | Actuate Corporation | Methods and apparatus for storing and retrieving annotations accessible by a plurality of reports |
| US7930738B1 (en) * | 2005-06-02 | 2011-04-19 | Adobe Systems Incorporated | Method and apparatus for secure execution of code |
| US7904949B2 (en) | 2005-12-19 | 2011-03-08 | Quest Software, Inc. | Apparatus, systems and methods to provide authentication services to a legacy application |
| US8087075B2 (en) * | 2006-02-13 | 2011-12-27 | Quest Software, Inc. | Disconnected credential validation using pre-fetched service tickets |
| US8429712B2 (en) * | 2006-06-08 | 2013-04-23 | Quest Software, Inc. | Centralized user authentication system apparatus and method |
| US7895332B2 (en) | 2006-10-30 | 2011-02-22 | Quest Software, Inc. | Identity migration system apparatus and method |
| US8086710B2 (en) | 2006-10-30 | 2011-12-27 | Quest Software, Inc. | Identity migration apparatus and method |
| US8255984B1 (en) | 2009-07-01 | 2012-08-28 | Quest Software, Inc. | Single sign-on system for shared resource environments |
| JP6066647B2 (ja) * | 2012-09-27 | 2017-01-25 | キヤノン株式会社 | デバイス装置、その制御方法、およびそのプログラム |
| US9021260B1 (en) | 2014-07-03 | 2015-04-28 | Palantir Technologies Inc. | Malware data item analysis |
Family Cites Families (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4713753A (en) * | 1985-02-21 | 1987-12-15 | Honeywell Inc. | Secure data processing system architecture with format control |
| US5291593A (en) * | 1990-10-24 | 1994-03-01 | International Business Machines Corp. | System for persistent and delayed allocation object reference in an object oriented environment |
| JP2741969B2 (ja) * | 1991-06-12 | 1998-04-22 | 富士通株式会社 | メッセージベースのデータ処理装置 |
| US5301316A (en) * | 1991-10-30 | 1994-04-05 | Sun Microsystems, Inc. | System for determination of the equivalence of two objects without compromising then done by a third object nominated by one and accetped by the other |
| JP3489123B2 (ja) * | 1992-04-15 | 2004-01-19 | 株式会社日立製作所 | アプリケーション結合方法 |
| DE69329577T2 (de) * | 1992-07-01 | 2001-05-31 | Telefonaktiebolaget Lm Ericsson, Stockholm | Verfahren und system für implementierung-unabhängige schnittstellenspezifikation |
| JPH07502847A (ja) * | 1992-07-31 | 1995-03-23 | インターナショナル・スタンダード・エレクトリック・コーポレーション | ネットワーク秘密保護を行う装置および方法 |
| US5535389A (en) * | 1993-01-26 | 1996-07-09 | International Business Machines Corporation | Business process objects with associated attributes such as version identifier |
| US5608720A (en) * | 1993-03-09 | 1997-03-04 | Hubbell Incorporated | Control system and operations system interface for a network element in an access system |
| JP3365576B2 (ja) * | 1993-06-14 | 2003-01-14 | インターナショナル・ビジネス・マシーンズ・コーポレーション | オブジェクトの実行方法および装置 |
| US5522079A (en) * | 1993-06-14 | 1996-05-28 | International Business Machines Corporation | Compiler merging new and preexisting modules while preserving function order |
| AU681433B2 (en) * | 1993-08-03 | 1997-08-28 | Sun Microsystems, Inc. | Flexible multi-platform partitioning for computer applications |
| US5542045A (en) * | 1993-10-15 | 1996-07-30 | Software Security, Inc. | Method for interposing a security function in a computer program |
| US5642511A (en) * | 1994-12-16 | 1997-06-24 | International Business Machines Corporation | System and method for providing a visual application builder framework |
-
1996
- 1996-06-26 US US08/670,957 patent/US5727145A/en not_active Expired - Lifetime
-
1997
- 1997-06-13 EP EP97304149A patent/EP0816968A3/fr not_active Withdrawn
- 1997-06-26 JP JP9170769A patent/JPH10116195A/ja active Pending
Non-Patent Citations (1)
| Title |
|---|
| DENG R.H. ET AL: "Integrating security in CORBA based object architectures", SECURITY AND PRIVACY, 1995 PROCEEDINGS, 1995 IEEE SYMPOSIUM ON OAKLAND, 8 May 1995 (1995-05-08), CA, USA, pages 50 - 61, XP010138200 * |
Cited By (38)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6684246B1 (en) | 1999-02-03 | 2004-01-27 | William H. Gates, III | Method and system for tracking clients |
| US7353271B2 (en) | 1999-02-03 | 2008-04-01 | Microsoft Corporation | Method and system for tracking clients |
| US8510465B2 (en) | 1999-02-03 | 2013-08-13 | Microsoft Corporation | Method and system for distributing art |
| WO2000046673A1 (fr) * | 1999-02-03 | 2000-08-10 | Gates, William, H., Iii | Procede et systeme permettant le suivi des clients |
| US9438660B2 (en) | 1999-02-03 | 2016-09-06 | William H. Gates, III | Method and system for distributing art |
| US9330157B2 (en) | 2006-11-20 | 2016-05-03 | Palantir Technologies, Inc. | Cross-ontology multi-master replication |
| US10061828B2 (en) | 2006-11-20 | 2018-08-28 | Palantir Technologies, Inc. | Cross-ontology multi-master replication |
| USRE48589E1 (en) | 2010-07-15 | 2021-06-08 | Palantir Technologies Inc. | Sharing and deconflicting data changes in a multimaster database system |
| US11693877B2 (en) | 2011-03-31 | 2023-07-04 | Palantir Technologies Inc. | Cross-ontology multi-master replication |
| US9715518B2 (en) | 2012-01-23 | 2017-07-25 | Palantir Technologies, Inc. | Cross-ACL multi-master replication |
| US9189492B2 (en) | 2012-01-23 | 2015-11-17 | Palatir Technoogies, Inc. | Cross-ACL multi-master replication |
| US9836523B2 (en) | 2012-10-22 | 2017-12-05 | Palantir Technologies Inc. | Sharing information between nexuses that use different classification schemes for information access control |
| US10891312B2 (en) | 2012-10-22 | 2021-01-12 | Palantir Technologies Inc. | Sharing information between nexuses that use different classification schemes for information access control |
| US10311081B2 (en) | 2012-11-05 | 2019-06-04 | Palantir Technologies Inc. | System and method for sharing investigation results |
| US10846300B2 (en) | 2012-11-05 | 2020-11-24 | Palantir Technologies Inc. | System and method for sharing investigation results |
| US9785694B2 (en) | 2013-06-20 | 2017-10-10 | Palantir Technologies, Inc. | System and method for incremental replication |
| US9569070B1 (en) | 2013-11-11 | 2017-02-14 | Palantir Technologies, Inc. | Assisting in deconflicting concurrency conflicts |
| US10873603B2 (en) | 2014-02-20 | 2020-12-22 | Palantir Technologies Inc. | Cyber security sharing and identification system |
| US9923925B2 (en) | 2014-02-20 | 2018-03-20 | Palantir Technologies Inc. | Cyber security sharing and identification system |
| US10572496B1 (en) | 2014-07-03 | 2020-02-25 | Palantir Technologies Inc. | Distributed workflow system and database with access controls for city resiliency |
| US9785773B2 (en) | 2014-07-03 | 2017-10-10 | Palantir Technologies Inc. | Malware data item analysis |
| US10621198B1 (en) | 2015-12-30 | 2020-04-14 | Palantir Technologies Inc. | System and method for secure database replication |
| US10262053B2 (en) | 2016-12-22 | 2019-04-16 | Palantir Technologies Inc. | Systems and methods for data replication synchronization |
| US11829383B2 (en) | 2016-12-22 | 2023-11-28 | Palantir Technologies Inc. | Systems and methods for data replication synchronization |
| US11163795B2 (en) | 2016-12-22 | 2021-11-02 | Palantir Technologies Inc. | Systems and methods for data replication synchronization |
| US11966418B2 (en) | 2017-04-25 | 2024-04-23 | Palantir Technologies Inc. | Systems and methods for adaptive data replication |
| US10068002B1 (en) | 2017-04-25 | 2018-09-04 | Palantir Technologies Inc. | Systems and methods for adaptive data replication |
| US10915555B2 (en) | 2017-04-25 | 2021-02-09 | Palantir Technologies Inc. | Systems and methods for adaptive data replication |
| US11604811B2 (en) | 2017-04-25 | 2023-03-14 | Palantir Technologies Inc. | Systems and methods for adaptive data replication |
| US10430062B2 (en) | 2017-05-30 | 2019-10-01 | Palantir Technologies Inc. | Systems and methods for geo-fenced dynamic dissemination |
| US11099727B2 (en) | 2017-05-30 | 2021-08-24 | Palantir Technologies Inc. | Systems and methods for geo-fenced dynamic dissemination |
| US11775161B2 (en) | 2017-05-30 | 2023-10-03 | Palantir Technologies Inc. | Systems and methods for geo-fenced dynamic dissemination |
| US11030494B1 (en) | 2017-06-15 | 2021-06-08 | Palantir Technologies Inc. | Systems and methods for managing data spills |
| US11580173B2 (en) | 2017-12-08 | 2023-02-14 | Palantir Technologies Inc. | Systems and methods for using linked documents |
| US11921796B2 (en) | 2017-12-08 | 2024-03-05 | Palantir Technologies Inc. | Systems and methods for using linked documents |
| US10380196B2 (en) | 2017-12-08 | 2019-08-13 | Palantir Technologies Inc. | Systems and methods for using linked documents |
| US12229200B2 (en) | 2017-12-08 | 2025-02-18 | Palantir Technologies Inc. | Systems and methods for using linked documents |
| US10915542B1 (en) | 2017-12-19 | 2021-02-09 | Palantir Technologies Inc. | Contextual modification of data sharing constraints in a distributed database system that uses a multi-master replication scheme |
Also Published As
| Publication number | Publication date |
|---|---|
| US5727145A (en) | 1998-03-10 |
| JPH10116195A (ja) | 1998-05-06 |
| EP0816968A3 (fr) | 2003-07-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5727145A (en) | Mechanism for locating objects in a secure fashion | |
| US5566302A (en) | Method for executing operation call from client application using shared memory region and establishing shared memory region when the shared memory region does not exist | |
| US6044409A (en) | Framework for marshaling and unmarshaling argument object references | |
| EP0604010B1 (fr) | Procédé et dispositif pour sous-contrats dans un système de traitement distribué | |
| US6687831B1 (en) | Method and apparatus for multiple security service enablement in a data processing system | |
| EP1235150B1 (fr) | Dispositif et procédé de traitement de "servlets" | |
| US6718550B1 (en) | Method and apparatus for improving the performance of object invocation | |
| US5742759A (en) | Method and system for facilitating access control to system resources in a distributed computer system | |
| US6976261B2 (en) | Method and apparatus for fast, local CORBA object references | |
| JP3853593B2 (ja) | ウェブアプリケーションサーバにおいて拡張可能な認証機構を実現するための方法および装置 | |
| US6044224A (en) | Mechanism for dynamically associating a service dependent representation with objects at run time | |
| US5497463A (en) | Ally mechanism for interconnecting non-distributed computing environment (DCE) and DCE systems to operate in a network system | |
| JPH09223116A (ja) | 複数ミドルウェアに渡る分散オブジェクトの位置透過性 | |
| JPH0926890A (ja) | オブジェクトを管理するための方法、装置、および、データ構造 | |
| US6189048B1 (en) | Mechanism for dispatching requests in a distributed object system | |
| US7836456B1 (en) | Seamless extension of shareable interface mechanism to servlet and extended applet model for inter-application communication | |
| WO2003024054A2 (fr) | Connecteur entrant | |
| WO2006125004A2 (fr) | Mecanisme d'annulation pour des systemes cooperatifs | |
| US20020178141A1 (en) | Method and apparatus for remote inter-language method calling | |
| KR20040101537A (ko) | 기존의 시스템 관리 제품들 또는 소프트웨어 솔루션들과인터페이스하는 시스템 및 방법 | |
| Lang et al. | Verifiable identifiers in middleware security | |
| US8875300B1 (en) | Method and apparatus for authenticating a request between tasks in an operating system | |
| US8112763B2 (en) | Computer-implemented method, apparatus, and computer program product for transmitting information between CORBA applications and servers utilizing HTTP | |
| Parodi et al. | Integrating ObjectBroker and DCE security | |
| HK1028687B (en) | Method and apparatus for implementing an extensible authentication mechanism in a web application server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LI LU MC NL PT SE |
|
| PUAL | Search report despatched |
Free format text: ORIGINAL CODE: 0009013 |
|
| AK | Designated contracting states |
Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LI LU MC NL PT SE |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: 7G 06F 9/46 B Ipc: 7G 06F 1/00 A |
|
| 17P | Request for examination filed |
Effective date: 20031126 |
|
| AKX | Designation fees paid |
Designated state(s): DE FR GB |
|
| 17Q | First examination report despatched |
Effective date: 20041020 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20050104 |