An example method to perform service request processing may comprise receiving, from a client device, a request associated with a first version of a service, the service being accessible via the server. The method may further comprise, in response to determination that version conversion from the first version to a second version of the service is required, converting the request to be compatible with the second version of the service and processing the converted request to generate a response associated with the second version. In this case, the method may further comprise converting the response to be compatible with the first version of the service; and sending, to the client device, the converted response that is compatible with the first version.
|
1. A method for a server to perform service request processing, the method comprising:
receiving, from a client device, a request associated with a first version of a service, the service being implemented by a backend system and accessible via the server, wherein a header or body of the request includes version information that identifies the first version;
in response to determination that version conversion from the first version to a second version of the service is required,
converting the request to be compatible with the second version of the service by mapping a parameter in the body of the request to a corresponding parameter used by the backend system, and modifying the header or body of the request to update the version information to identify the second version instead of the first version according to the mapping;
processing the converted request to generate a response associated with the second version, wherein a header or body of the response includes version information that identifies the second version;
converting the response to be compatible with the first version of the service by modifying the header or body of the response to update the version information to identify the first version instead of the second version; and
sending, to the client device, the converted response that is compatible with the first version.
11. A non-transitory computer-readable storage medium that includes a set of instructions which, in response to execution by a processor, causes the processor to perform service request processing, comprising:
receiving, from a client device, a request associated with a first version of a service, the service being implemented by a backend system and accessible via the server, wherein a header or body of the request includes version information that identifies the first version;
in response to determination that version conversion from the first version to a second version of the service is required,
converting the request to be compatible with the second version of the service by mapping a parameter in the body of the request to a corresponding parameter used by the backend system, and modifying the header or body of the request to update the version information to identify the second version instead of the first version according to the mapping;
processing the converted request to generate a response associated with the second version, wherein a header or body of the response includes version information that identifies the second version;
converting the response to be compatible with the first version of the service by modifying the header or body of the response to update the version information to identify the first version instead of the second version; and
sending, to the client device, the converted response that is compatible with the first version.
18. A computer system configured to process a service request, wherein the computer system comprises: a processor; and a non-transitory computer-readable storage medium having stored thereon instructions that, when executed by the processor, cause the processor to:
receive, from a client device, a request associated with a first version of a service, the service being implemented by a backend system and accessible via the computer system, wherein a header or body of the request includes version information that identifies the first version;
in response to determination that version conversion from the first version to a second version of the service is required,
convert the request to be compatible with the second version of the service by mapping a parameter in the body of the request to a corresponding parameter used by the backend system, and modifying the header or body of the request to update the version information to identify the second version instead of the first version according to the mapping;
process the converted request to generate a response associated with the second version, wherein a header or body of the response includes version information that identifies the second version;
convert the response to be compatible with the first version of the service by modifying the header or body of the response to update the version information to identify the first version instead of the second version; and
send, to the client device, the converted response that is compatible with the first version.
2. The method of
3. The method of
4. The method of
5. The method of
6. The method of
7. The method of
8. The method of
9. The method of
10. The method of
12. The non-transitory computer-readable storage medium of
13. The non-transitory computer-readable storage medium of
14. The non-transitory computer-readable storage medium of
15. The non-transitory computer-readable storage medium of
16. The non-transitory computer-readable storage medium of
17. The non-transitory computer-readable storage medium of
19. The computer system of
a chain of adapters to successively convert from the first version to an intermediate version and from the intermediate version to the second version;
a dispatcher to select, from the chain, an adapter associated with the first version to start the conversion; and
a terminal adapter supported by the computer system to modify the converted request into a format readable by a backend system implementing the service.
20. The computer system of
a chain of adapters to successively convert the response from the second version to an intermediate version and from the intermediate version to the first version.
21. The computer system of
22. The computer system of
23. The method of
|
The present application claims the benefit of U.S. Provisional Application No. 61/823,914 filed May 16, 2013, and is related in subject matter to U.S. patent application Ser. Nos. 14/275,904 and 14/279,684, all three of which are incorporated herein by reference.
Unless otherwise indicated herein, the approaches described in this section are not admitted to be prior art by inclusion in this section.
As a service supported by a server evolves or changes, multiple versions of the service may be created. For example, a newer version of the service may be introduced to provide additional features or replace existing ones. Instead of necessitating all clients to adopt the newer version, a server may support backward compatibility to provide clients with continued access to older versions of the service. Such continued support for older versions reduces implementation changes at the clients, but is generally more difficult for the service provider to implement.
In the following detailed description, reference is made to the accompanying drawings, which form a part hereof. In the drawings, similar symbols typically identify similar components, unless context dictates otherwise. The illustrative embodiments described in the detailed description, drawings, and claims are not meant to be limiting. Other embodiments may be utilized, and other changes may be made, without departing from the spirit or scope of the subject matter presented here. It will be readily understood that the aspects of the present disclosure, as generally described herein, and illustrated in the drawings, can be arranged, substituted, combined, and designed in a wide variety of different configurations, all of which are explicitly contemplated herein.
It is generally expensive and complicated to maintain multiple versions (e.g., version 1 and newer version 2) of a service. Conventionally, when a request associated with version 1 of the service is received, the request is directed to the service implementation for version 1 for processing. Similarly, when a request associated with version 2 is received, the service implementation for version 2 is used, and so on.
Throughout the present disclosure, the term “service” refers generally to functionality that can be invoked by the client device via the server. An “implementation” of the service may include any suitable method, function, routine, operation, class, and task, etc., to provide the service. The implementation may include software, hardware, or a combination of hardware and software suitable, etc. Further, “requests” and “responses” may take any suitable form. For example, a request may be an application programming interface (API) call that includes a header with version information and where applicable, a body specifying at least one parameter. A response may indicate whether the request is successful or otherwise. Similar to a request, a response may include a header and where applicable, a body.
According to one embodiment of the present disclosure, a request for service is converted from a first version (e.g., version 1) to a second version (e.g., newer version 2) prior its processing. For example, when a request associated with version 1 is received, the request is converted to version 2 before version 2 of the request is processed using the service implementation for version 2 (i.e. instead of version 1). As such, a server may maintain one version of the service implementation to support backward compatibility for version 1. Depending on the application, different servers might implement different versions, such as version 2.7 for server A and version 2.8 for server although a version 2.9 of the product is available elsewhere.
Referring to the server in
Referring to the client device: at block 105, the client device sends the request of first version to the server. At block 165, the client device receives the converted response of first version.
According to example process 100, version conversion of requests and responses facilitates a more efficient deployment of new service versions. For example, when a service version is deployed, it is relatively easier to convert requests from one version to another, when compared to updating and testing the underlying service implementation to support different versions. As such, the costs associated with supporting backward compatibility may be reduced, such as storage needs, maintenance costs and testing requirements.
The “version conversion” in example process 100 may include any suitable modification, such as modifying a header or a body, or both, of the requests and responses. This conversion process allows the underlying service implementation that processes the requests to focus on service provision, rather than having to consider different versions of requests and responses and select the appropriate version of service implementation.
Computing Environment
Computing environment 200 includes client device 210 (one shown for simplicity) that interacts with server 220 to access an implementation of service 242 supported by backend system 240. Although server 220 and backend system 240 are illustrated as separate devices in
API 230 allows client device 210 to access service 242 using any suitable client-server communication protocol that provides a set of functions and definitions (e.g., routines, classes, methods, call types, etc.) to access service 242. The protocol abstracts the underlying service implementation from client device 210. In this case, client application 212 at client device 210 may access service 242 by sending, to API 230, a service request in the form of an “API call” to invoke the relevant function that implements service 242.
Any suitable protocol may be used in computing environment 200, such as representational state transfer (REST) API, simple object access protocol (SOAP), etc. REST generally describes an architectural style characteristic of programs that rely on the inherent properties of hypermedia to create and modify the state of an object whose serialized representation is accessible as a uniform resource identifier (URI). Using service requests in the form of REST API calls, client device 210 communicate with API 230 over hyperText transport protocol (HTTP”) to exchange representations of objects in any suitable format, such as Javascript object notation (JSON) objects and extensible markup language (XML) elements.
Backend system 240 has access to storage system 250 that includes databases 252 for storing data that is made available to client device 210 through API calls supported by API 230. Backend system 240 and storage system 250 may be running on the same machine (e.g., server, host, etc.), or different machines. The data in databases 252 may relate to objects identifiable by API calls received from client device 210. For example, in a database application, the “objects” may represent databases; database groups; organizations; users; roles; and resource bundles that may include CPU/memory/storage resources, etc. Also, API calls may be made by client device 210 to, for example, create, retrieve, update or delete the objects.
In the example in
As will be explained using
Version Conversion
To facilitate version conversion, API 230 (e.g., versioning module 232) may further include dispatcher 310 to receive and distribute requests for version conversion; adapters 320-1 to 320-3 to perform version conversion of requests and responses; and terminal adapter 330 to convert requests and responses into suitable format used by backend system 240 and client device 210. The version conversion by adapters 320-1 to 320-3 may involve modification of a header or body, or both, of the requests and responses, such as to change the version information in the header and modify a parameter in the body, etc. Although adapters 320-1 to 320-3 and terminal adapters 330 are shown as distinct components, they may be combined into a single adapter to modify requests and responses from one version to another. Similarly, dispatcher 310 may be combined with adapters 320-1 to 320-3 and terminal adapters 330 as a single component.
In the example in
It will be appreciated that version conversion of requests is from an older version used by client device 210 to the newest version implemented by backend system 240. Adapters 320-1 to 320-3 form a cascading chain that successively modifies requests from one version to another, i.e. from the first version (e.g., version 2.5) to an intermediate version (e.g., version 2.6), and then to the second version (e.g., version 2.7). On the other hand, version conversion of responses is from the newest version implemented by backend system 240 to the older version used by client device 210. The cascading chain may be used to successively modify responses from the second version (e.g., version 2.7) to an intermediate version (e.g., version 2.6), and then to the first version (e.g., version 2.5).
The use of cascading chain 320-1 to 320-3 has many benefits. For example, disabling an older version (e.g., version 2.4) only requires removal of the corresponding adapter (e.g., 320-1). Similarly, adding a newer version (e.g., version 2.8) only requires adding a new adapter (e.g., for conversion from version 2.7 to 2.8). Further, using this approach, it is not necessary for server 220 to send version information of request 302 to backend system 240 in order for backend system 240 to select the appropriate implementation of service 242. Instead, service versioning is handled by server 220 and abstracted from backend system 240.
The examples in
At block 410 in
Table 1 shows an example request 302, which is a POST request issued by client device 210 for creating a new database 252 in storage system 250 in
TABLE 1
Request (version 2.5)
1
POST https://example.aurora.com/datadirector/api/databases
2
Accept: application/vnd.vmware.vfdd-v2.5+json
3
Content-Type: application/vnd.vmware.vfdd-v2.5+json
4
{
5
“dbgroupId”: 93,
6
“parameterGroupSetting”: {
7
“parameterGroupId”: 9
8
},
9
“name”: “Aurora”,
10
“dbName”: “Aurora”,
11
“administratorConfig”: {
12
“ownerName”: “Aurora”,
13
“ownerPassword”: “Aurora”
14
},
15
“resourceSetting”: {
16
“resourceTemplateId”: 88
17
},
18
“baseDbTemplateId”:5
19
}
At block 420 in
At blocks 430-1 to 430-4 (related to 130 in
At block 430-2, adapter 320-2 associated with version 2.5 is selected to start the conversion process of request 302 from version 2.5 to 2.6. Although not shown, the selection may be made by making a function call (e.g., to an adapter utility module) to determine the relevant adapter 320-2 based on version information of request 302. The output of adapter 320-2 (i.e. request of version 2.6) is provided to adapter 330-3, which continues the conversion process from version 2.6 to 2.7 at block 430-3.
At block 430-4, terminal adapter 330 completes the conversion process to generate converted request 304 of version 2.7 in a format readable by backend system. For example, terminal adapter 330 may map the request to parameters of backend service implementation (e.g., via API provided by backend system 240). In the example in Table 1, parameter “dbgroupId” (line 5) may be mapped to a corresponding parameter (e.g., “database_groupid”) used by backend system 240.
The conversion by terminal adapter 330 may include modifying a header and/or body of the request 302, such as to add, remove or change a parameter. Table 2 shows an example converted request 304 of version 2.7, which is the same as request 302 except lines 2 to 3 and new lines 20 to 26. In particular, after the conversion at blocks 430-1 to 430-4 in
TABLE 2
Converted request (version 2.7)
1
POST https://example.aurora.com/datadirector/api/databases
2
Accept: application/vnd.vmware.vfdd-v2.7+json
3
Content-Type: application/vnd.vmware.vfdd-v2.7+json
4
{
5
“dbgroupId”: 93,
6
“parameterGroupSetting”: {
7
“parameterGroupId”: 9
8
},
9
“name”: “Aurora”,
10
“dbName”: “Aurora”,
11
“administratorConfig”: {
12
“ownerName”: “Aurora”,
13
“ownerPassword”: “Aurora”
14
},
15
“resourceSetting”: {
16
“resourceTemplateId”: 88
17
},
18
“baseDbTemplateId”:5
19
}
20
“diskMapping”:{
21
“instance”:[{
22
“diskName”:“data1”,
23
“diskSizeGb”:15,
24
“datastoreRefId”:“null:Datastore:datastore-3803”
25
}]
26
}
27
}
At block 440 in
At blocks 450-1 to 450-3 in
At block 460 in
Table 3 and Table 4 show example response 306 of version 2.7 and converted response 308 of version 2.5, respectively. Response 306 and converted response 308 are the same except for the version information in the Content-Type header (line 3), which is “2.7” in Table 3 and “2.5” in Table 4. Both also include an HTTP status code, such as “202 Accepted” (line 1) that indicates the request is valid and a task was created to handle it. The “Location” header (line 2) accompanying the “202 Accepted” status code specifies the URL of the created task and its task ID (i.e. ID=“6”).
TABLE 3
Response (version 2.7)
1
202 Accepted
2
Location: https://example.aurora.com/datadirector/api/task/6
3
Content-Type: application/vnd.vmware.vfdd-v2.7+json
4
Content-Length: 0
TABLE 4
Converted response (version 2.5)
1
202 Accepted
2
Location: https://example.aurora.com/datadirector/api/task/6
3
Content-Type: application/vnd.vmware.vfdd-v2.5+json
4
Content-Length: 0
Although a database creation request is used as an example using
Other examples of responses include “201 Created” (i.e. request is valid and request object created); “204 No Content” (i.e. request is valid and completed, and response does not include a body); “401 Unauthorized” (i.e. an authorization header was expected but not found); and “403 Forbidden” (i.e. the requesting user does not have adequate privileges to access an object specified in the request), etc. Further, although JSON representation is used in Table 1 to Table 4, any other suitable representation may be used, such as XML, etc.
In other examples, response 306 and converted response 308 may include a body with “Content-Length” greater than zero. For example, when the request is a GET request to retrieve a representation of the database, the conversion at blocks 450-1 to 450-3 may further include modifying the body of the corresponding response, such as to modify parameters of the retrieved representation.
Virtualized Computing Environment
Similar to the example in
Server 220 is connected to physical servers 510 (also known as “hosts”) that each execute virtualization software 512 (e.g., hypervisor) and include suitable hardware 514 to support multiple virtual machines 520. Virtualization software 512 also maintains a mapping between virtual resources and physical resources, such as CPU resources (e.g., processors), memory resources (e.g., random access memory), network resources (e.g., access networks) and storage resources (e.g., storage using databases 252). Each virtual machine 520 may support guest operating system 522 and at least one application 524 (e.g., database instance).
Services 242 supported by backend system 240 and accessible via API 230 may include the provisioning, management and maintenance of storage resources (e.g., databases 252), CPU resources, memory resources, network resources, virtual machines 520, etc. The services 242 may also be related to the provisioning, management and maintenance of “objects” stored in storage resources and/or memory resources, etc.
Unified Virtualization Platform
In the example in
Through platform 610, heterogeneous databases 620 may be managed, such as databases using technologies such as vPostgres, Oracle, SQL Server, Hadoop cluster, etc. Unified virtualization platform 610 is also connected to cloud infrastructure platform 640 that provides access to resources residing on different cloud environments (e.g., private cloud, hybrid cloud and public cloud).
Unified virtualization platform 610 may offer self-service database lifecycle management services 612 for databases 252 in storage system 250. Database lifecycle management services 612 may include provisioning (e.g., to process the database provisioning request in Table 1); backup or restore; database cloning; database ingestion; database catalog; and one-click high availability (HA), etc. Such self-service services enables application developers to create new databases, manage schemas, configure backups, perform restores, clone databases for testing and development, scale up database sizes and decommission databases.
Unified virtualization platform 610 may further provide infrastructure services 614, such as policy management (e.g., policy-based data placement); resource management (e.g., allocating resources to database groups within an organization); security management (e.g., security policies for access control); template management (e.g., templates for database configuration and backup); patch management (e.g., when new versions are available) and monitoring services, etc.
Database lifecycle management services 612 and infrastructure services 614 represent services provided by backend system 240 in
Computer System
The above examples can be implemented by hardware, software or firmware or a combination thereof.
Example computer system 700 may include processor 710, memory 720, network interface device 740, and bus 730 that facilitates communication among these illustrated components and other components. Processor 710 is to perform processes described herein with reference to
The methods, processes and components described herein may be implemented by hardware (including hardware logic circuitry), software or firmware or a combination thereof. The term ‘processor’ is to be interpreted broadly to include a processing unit, ASIC, logic unit, or programmable gate array etc. The techniques introduced above may be implemented in special-purpose hardwired circuitry, in software and/or firmware in conjunction with programmable circuitry, or in a combination thereof. Special-purpose hardwired circuitry may be in the form of, for example, one or more application-specific integrated circuits (ASICs), programmable logic devices (PLDs), field-programmable gate arrays (FPGAs), and others.
Software and/or firmware to implement the techniques introduced here may be stored on a non-transitory machine-readable storage medium and may be executed by one or more general-purpose or special-purpose programmable microprocessors. A “machine-readable storage medium”, as the term is used herein, includes any mechanism that provides (i.e., stores and/or transmits) information in a form accessible by a machine (e.g., a computer, network device, personal digital assistant (PDA), mobile device, manufacturing tool, any device with a set of one or more processors, etc.). For example, a machine-accessible accessible storage medium includes recordable/non recordable media (e.g., read-only memory (ROM), random access memory (RAM), magnetic disk storage media, optical storage media, flash memory devices, etc.)
The figures are only illustrations of an example, wherein the units, components or processes shown in the figures are not necessarily essential for implementing the present disclosure. Those skilled in the art will understand that the units in the device in the example can be arranged in the device in the examples as described, or can be alternatively located in one or more devices different from that in the examples. The units in the examples described can be combined into one module or further divided into a plurality of sub-units.
It will be appreciated by persons skilled in the art that numerous variations and/or modifications may be made to the above-described embodiments, without departing from the broad general scope of the present disclosure. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive.
Patent | Priority | Assignee | Title |
10158676, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10165011, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10169609, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10169788, | Apr 01 2016 | OneTrust, LLC | Data processing systems and communication systems and methods for the efficient generation of privacy risk assessments |
10169789, | Apr 01 2016 | OneTrust, LLC | Data processing systems for modifying privacy campaign data via electronic messaging systems |
10169790, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for operationalizing privacy compliance via integrated mobile applications |
10176502, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design |
10176503, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for efficiently assessing the risk of privacy campaigns |
10181019, | Jun 10 2016 | OneTrust, LLC | Data processing systems and communications systems and methods for integrating privacy compliance systems with software development and agile tools for privacy design |
10181051, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory for processing data access requests |
10204154, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10235534, | Jun 10 2016 | OneTrust, LLC | Data processing systems for prioritizing data subject access requests for fulfillment and related methods |
10242228, | Jun 10 2016 | OneTrust, LLC | Data processing systems for measuring privacy maturity within an organization |
10275614, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10282370, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10282559, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
10282692, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
10282700, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10284604, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
10289866, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10289867, | Jul 27 2014 | OneTrust, LLC | Data processing systems for webform crawling to map processing activities and related methods |
10289870, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10318761, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for auditing data request compliance |
10346598, | Jun 10 2016 | OneTrust, LLC | Data processing systems for monitoring user system inputs and related methods |
10346637, | Jun 10 2016 | OneTrust, LLC | Data processing systems for the identification and deletion of personal data in computer systems |
10346638, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying and modifying processes that are subject to data subject access requests |
10348775, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10353673, | Jun 10 2016 | OneTrust, LLC | Data processing systems for integration of consumer feedback with data subject access requests and related methods |
10353674, | Jun 10 2016 | OneTrust, LLC | Data processing and communications systems and methods for the efficient implementation of privacy by design |
10354089, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10410219, | Sep 30 2015 | EMC IP HOLDING COMPANY LLC | Providing automatic self-support responses |
10417450, | Jun 10 2016 | OneTrust, LLC | Data processing systems for prioritizing data subject access requests for fulfillment and related methods |
10419493, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10423996, | Apr 01 2016 | OneTrust, LLC | Data processing systems and communication systems and methods for the efficient generation of privacy risk assessments |
10430740, | Jun 10 2016 | One Trust, LLC | Data processing systems for calculating and communicating cost of fulfilling data subject access requests and related methods |
10437412, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10437860, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10438016, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10438017, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
10438020, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory for processing data access requests |
10440062, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10445526, | Jun 10 2016 | OneTrust, LLC | Data processing systems for measuring privacy maturity within an organization |
10452864, | Jun 10 2016 | OneTrust, LLC | Data processing systems for webform crawling to map processing activities and related methods |
10452866, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10454973, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
10467432, | Jun 10 2016 | OneTrust, LLC | Data processing systems for use in automatically generating, populating, and submitting data subject access requests |
10496803, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for efficiently assessing the risk of privacy campaigns |
10496846, | Jun 10 2016 | OneTrust, LLC | Data processing and communications systems and methods for the efficient implementation of privacy by design |
10498770, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10503926, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10509894, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
10509920, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
10510031, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
10558821, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10564935, | Jun 10 2016 | OneTrust, LLC | Data processing systems for integration of consumer feedback with data subject access requests and related methods |
10564936, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identity validation of data subject access requests and related methods |
10565161, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
10565236, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10565397, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10567439, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10572686, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10574705, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
10585968, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10586072, | Jun 10 2016 | OneTrust, LLC | Data processing systems for measuring privacy maturity within an organization |
10586075, | Sep 07 2018 | OneTrust, LLC | Data processing systems for orphaned data identification and deletion and related methods |
10592648, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10592692, | Jun 10 2016 | OneTrust, LLC | Data processing systems for central consent repository and related methods |
10594740, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
10599870, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
10606916, | Jun 10 2016 | OneTrust, LLC | Data processing user interface monitoring systems and related methods |
10607028, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data testing to confirm data deletion and related methods |
10614246, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for auditing data request compliance |
10614247, | Jun 10 2016 | OneTrust, LLC | Data processing systems for automated classification of personal information from documents and related methods |
10642870, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software |
10678945, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10685140, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10692033, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
10705801, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identity validation of data subject access requests and related methods |
10706131, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for efficiently assessing the risk of privacy campaigns |
10706174, | Jun 10 2016 | OneTrust, LLC | Data processing systems for prioritizing data subject access requests for fulfillment and related methods |
10706176, | Jun 10 2016 | OneTrust, LLC | Data-processing consent refresh, re-prompt, and recapture systems and related methods |
10706379, | Jun 10 2016 | OneTrust, LLC | Data processing systems for automatic preparation for remediation and related methods |
10706447, | Apr 01 2016 | OneTrust, LLC | Data processing systems and communication systems and methods for the efficient generation of privacy risk assessments |
10708305, | Jun 10 2016 | OneTrust, LLC | Automated data processing systems and methods for automatically processing requests for privacy-related information |
10713387, | Jun 10 2016 | OneTrust, LLC | Consent conversion optimization systems and related methods |
10726158, | Jun 10 2016 | OneTrust, LLC | Consent receipt management and automated process blocking systems and related methods |
10740487, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for populating and maintaining a centralized database of personal data |
10754981, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10762236, | Jun 10 2016 | OneTrust, LLC | Data processing user interface monitoring systems and related methods |
10769301, | Jun 10 2016 | OneTrust, LLC | Data processing systems for webform crawling to map processing activities and related methods |
10769302, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10769303, | Jun 10 2016 | OneTrust, LLC | Data processing systems for central consent repository and related methods |
10776514, | Jun 10 2016 | OneTrust, LLC | Data processing systems for the identification and deletion of personal data in computer systems |
10776515, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10776517, | Jun 10 2016 | OneTrust, LLC | Data processing systems for calculating and communicating cost of fulfilling data subject access requests and related methods |
10776518, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10783256, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data transfer risk identification and related methods |
10791150, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
10796020, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10796260, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
10798133, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
10803097, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10803198, | Jun 10 2016 | OneTrust, LLC | Data processing systems for use in automatically generating, populating, and submitting data subject access requests |
10803199, | Jun 10 2016 | OneTrust, LLC | Data processing and communications systems and methods for the efficient implementation of privacy by design |
10803200, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing and managing data subject access in a distributed environment |
10803202, | Sep 07 2018 | OneTrust, LLC | Data processing systems for orphaned data identification and deletion and related methods |
10805354, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
10839102, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying and modifying processes that are subject to data subject access requests |
10846261, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
10846433, | Jun 10 2016 | OneTrust, LLC | Data processing consent management systems and related methods |
10848523, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
10853501, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
10853859, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for operationalizing privacy compliance and assessing the risk of various respective privacy campaigns |
10867007, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10867072, | Jun 10 2016 | OneTrust, LLC | Data processing systems for measuring privacy maturity within an organization |
10873606, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
10878127, | Jun 10 2016 | OneTrust, LLC | Data subject access request processing systems and related methods |
10885485, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
10896394, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
10909265, | Jun 10 2016 | OneTrust, LLC | Application privacy scanning systems and related methods |
10909488, | Jun 10 2016 | OneTrust, LLC | Data processing systems for assessing readiness for responding to privacy-related incidents |
10929559, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data testing to confirm data deletion and related methods |
10944725, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for using a data model to select a target data asset in a data migration |
10949170, | Jun 10 2016 | OneTrust, LLC | Data processing systems for integration of consumer feedback with data subject access requests and related methods |
10949544, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data transfer risk identification and related methods |
10949565, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10949567, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10956952, | Apr 01 2016 | OneTrust, LLC | Data processing systems and communication systems and methods for the efficient generation of privacy risk assessments |
10963591, | Sep 07 2018 | OneTrust, LLC | Data processing systems for orphaned data identification and deletion and related methods |
10970371, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
10970675, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
10972509, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
10984132, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for populating and maintaining a centralized database of personal data |
10997315, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
10997318, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory for processing data access requests |
10997542, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11004125, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design |
11023616, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
11023842, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for bundled privacy policies |
11025675, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
11030274, | Jun 10 2016 | OneTrust, LLC | Data processing user interface monitoring systems and related methods |
11030327, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11030563, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11036674, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
11036771, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
11036882, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing and managing data subject access in a distributed environment |
11038925, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11057356, | Jun 10 2016 | OneTrust, LLC | Automated data processing systems and methods for automatically processing data subject access requests using a chatbot |
11062051, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11068618, | Jun 10 2016 | OneTrust, LLC | Data processing systems for central consent repository and related methods |
11070593, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11074367, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identity validation for consumer rights requests and related methods |
11087260, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for customizing privacy training |
11100444, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for providing training in a vendor procurement process |
11100445, | Jun 10 2016 | OneTrust, LLC | Data processing systems for assessing readiness for responding to privacy-related incidents |
11113416, | Jun 10 2016 | OneTrust, LLC | Application privacy scanning systems and related methods |
11120161, | Jun 10 2016 | OneTrust, LLC | Data subject access request processing systems and related methods |
11120162, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data testing to confirm data deletion and related methods |
11122011, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for using a data model to select a target data asset in a data migration |
11126748, | Jun 10 2016 | OneTrust, LLC | Data processing consent management systems and related methods |
11134086, | Jun 10 2016 | OneTrust, LLC | Consent conversion optimization systems and related methods |
11138242, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software |
11138299, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11138318, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data transfer risk identification and related methods |
11138336, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
11144622, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11144670, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying and modifying processes that are subject to data subject access requests |
11144675, | Sep 07 2018 | OneTrust, LLC | Data processing systems and methods for automatically protecting sensitive data within privacy management systems |
11146566, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
11151233, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11157600, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11157654, | Sep 07 2018 | OneTrust, LLC | Data processing systems for orphaned data identification and deletion and related methods |
11182501, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
11188615, | Jun 10 2016 | OneTrust, LLC | Data processing consent capture systems and related methods |
11188862, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11195134, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11200341, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11210420, | Jun 10 2016 | OneTrust, LLC | Data subject access request processing systems and related methods |
11222139, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatic discovery and assessment of mobile software development kits |
11222142, | Jun 10 2016 | OneTrust, LLC | Data processing systems for validating authorization for personal data collection, storage, and processing |
11222309, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
11227247, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for bundled privacy policies |
11228620, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11238390, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11240273, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
11244071, | Jun 10 2016 | OneTrust, LLC | Data processing systems for use in automatically generating, populating, and submitting data subject access requests |
11244072, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
11244367, | Apr 01 2016 | OneTrust, LLC | Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design |
11256777, | Jun 10 2016 | OneTrust, LLC | Data processing user interface monitoring systems and related methods |
11277448, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11294939, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software |
11295316, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identity validation for consumer rights requests and related methods |
11301589, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11301796, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for customizing privacy training |
11308435, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
11328092, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing and managing data subject access in a distributed environment |
11328240, | Jun 10 2016 | OneTrust, LLC | Data processing systems for assessing readiness for responding to privacy-related incidents |
11334681, | Jun 10 2016 | OneTrust, LLC | Application privacy scanning systems and related meihods |
11334682, | Jun 10 2016 | OneTrust, LLC | Data subject access request processing systems and related methods |
11336697, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11341447, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11343284, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance |
11347889, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
11354434, | Jun 10 2016 | OneTrust, LLC | Data processing systems for verification of consent and notice processing and related methods |
11354435, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data testing to confirm data deletion and related methods |
11361057, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11366786, | Jun 10 2016 | OneTrust, LLC | Data processing systems for processing data subject access requests |
11366909, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11373007, | Jun 16 2017 | OneTrust, LLC | Data processing systems for identifying whether cookies contain personally identifying information |
11392720, | Jun 10 2016 | OneTrust, LLC | Data processing systems for verification of consent and notice processing and related methods |
11397819, | Nov 06 2020 | OneTrust, LLC | Systems and methods for identifying data processing activities based on data discovery results |
11403377, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11409908, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for populating and maintaining a centralized database of personal data |
11410106, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11416109, | Jun 10 2016 | OneTrust, LLC | Automated data processing systems and methods for automatically processing data subject access requests using a chatbot |
11416576, | Jun 10 2016 | OneTrust, LLC | Data processing consent capture systems and related methods |
11416589, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11416590, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11416634, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11416636, | Jun 10 2016 | OneTrust, LLC | Data processing consent management systems and related methods |
11416798, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for providing training in a vendor procurement process |
11418492, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for using a data model to select a target data asset in a data migration |
11418516, | Jun 10 2016 | OneTrust, LLC | Consent conversion optimization systems and related methods |
11436373, | Sep 15 2020 | OneTrust, LLC | Data processing systems and methods for detecting tools for the automatic blocking of consent requests |
11438386, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods |
11442906, | Feb 04 2021 | OneTrust, LLC | Managing custom attributes for domain objects defined within microservices |
11444976, | Jul 28 2020 | OneTrust, LLC | Systems and methods for automatically blocking the use of tracking tools |
11449633, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatic discovery and assessment of mobile software development kits |
11461500, | Jun 10 2016 | OneTrust, LLC | Data processing systems for cookie compliance testing with website scanning and related methods |
11461722, | Jun 10 2016 | OneTrust, LLC | Questionnaire response automation for compliance management |
11468196, | Jun 10 2016 | OneTrust, LLC | Data processing systems for validating authorization for personal data collection, storage, and processing |
11468386, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for bundled privacy policies |
11475136, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data transfer risk identification and related methods |
11475165, | Aug 06 2020 | OneTrust, LLC | Data processing systems and methods for automatically redacting unstructured data from a data subject access request |
11481710, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11488085, | Jun 10 2016 | OneTrust, LLC | Questionnaire response automation for compliance management |
11494515, | Feb 08 2021 | OneTrust, LLC | Data processing systems and methods for anonymizing data samples in classification analysis |
11520928, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating personal data receipts and related methods |
11526624, | Sep 21 2020 | OneTrust, LLC | Data processing systems and methods for automatically detecting target data transfers and target data processing |
11533315, | Mar 08 2021 | OneTrust, LLC | Data transfer discovery and analysis systems and related methods |
11544405, | Jun 10 2016 | OneTrust, LLC | Data processing systems for verification of consent and notice processing and related methods |
11544409, | Sep 07 2018 | OneTrust, LLC | Data processing systems and methods for automatically protecting sensitive data within privacy management systems |
11544667, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory |
11546661, | Feb 18 2021 | OneTrust, LLC | Selective redaction of media content |
11550897, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for assessing vendor risk |
11551174, | Jun 10 2016 | OneTrust, LLC | Privacy management systems and methods |
11556672, | Jun 10 2016 | OneTrust, LLC | Data processing systems for verification of consent and notice processing and related methods |
11558429, | Jun 10 2016 | OneTrust, LLC | Data processing and scanning systems for generating and populating a data inventory |
11562078, | Apr 16 2021 | OneTrust, LLC | Assessing and managing computational risk involved with integrating third party computing functionality within a computing system |
11562097, | Jun 10 2016 | OneTrust, LLC | Data processing systems for central consent repository and related methods |
11586700, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically blocking the use of tracking tools |
11586762, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for auditing data request compliance |
11593523, | Sep 07 2018 | OneTrust, LLC | Data processing systems for orphaned data identification and deletion and related methods |
11601464, | Feb 10 2021 | OneTrust, LLC | Systems and methods for mitigating risks of third-party computing system functionality integration into a first-party computing system |
11609939, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software |
11615192, | Nov 06 2020 | OneTrust, LLC | Systems and methods for identifying data processing activities based on data discovery results |
11620142, | Jun 03 2022 | OneTrust, LLC | Generating and customizing user interfaces for demonstrating functions of interactive user environments |
11625502, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying and modifying processes that are subject to data subject access requests |
11636171, | Jun 10 2016 | OneTrust, LLC | Data processing user interface monitoring systems and related methods |
11645353, | Jun 10 2016 | OneTrust, LLC | Data processing consent capture systems and related methods |
11645418, | Jun 10 2016 | OneTrust, LLC | Data processing systems for data testing to confirm data deletion and related methods |
11651104, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
11651106, | Jun 10 2016 | OneTrust, LLC | Data processing systems for fulfilling data subject access requests and related methods |
11651402, | Apr 01 2016 | OneTrust, LLC | Data processing systems and communication systems and methods for the efficient generation of risk assessments |
11663359, | Jun 16 2017 | OneTrust, LLC | Data processing systems for identifying whether cookies contain personally identifying information |
11675929, | Jun 10 2016 | OneTrust, LLC | Data processing consent sharing systems and related methods |
11687528, | Jan 25 2021 | OneTrust, LLC | Systems and methods for discovery, classification, and indexing of data in a native computing system |
11704440, | Sep 15 2020 | OneTrust, LLC | Data processing systems and methods for preventing execution of an action documenting a consent rejection |
11727141, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for synching privacy-related user consent across multiple computing devices |
11775348, | Feb 17 2021 | OneTrust, LLC | Managing custom workflows for domain objects defined within microservices |
11797528, | Jul 08 2020 | OneTrust, LLC | Systems and methods for targeted data discovery |
11816224, | Apr 16 2021 | OneTrust, LLC | Assessing and managing computational risk involved with integrating third party computing functionality within a computing system |
11847182, | Jun 10 2016 | OneTrust, LLC | Data processing consent capture systems and related methods |
11868507, | Jun 10 2016 | OneTrust, LLC | Data processing systems for cookie compliance testing with website scanning and related methods |
11921894, | Jun 10 2016 | OneTrust, LLC | Data processing systems for generating and populating a data inventory for processing data access requests |
11947708, | Sep 07 2018 | OneTrust, LLC | Data processing systems and methods for automatically protecting sensitive data within privacy management systems |
11960564, | Jun 10 2016 | OneTrust, LLC | Data processing systems and methods for automatically blocking the use of tracking tools |
11968229, | Jul 28 2020 | OneTrust, LLC | Systems and methods for automatically blocking the use of tracking tools |
12086748, | Jun 10 2016 | OneTrust, LLC | Data processing systems for assessing readiness for responding to privacy-related incidents |
12118121, | Jun 10 2016 | OneTrust, LLC | Data subject access request processing systems and related methods |
12136055, | Jun 10 2016 | OneTrust, LLC | Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques |
12147578, | Jun 10 2016 | OneTrust, LLC | Consent receipt management systems and related methods |
12153704, | Aug 05 2021 | OneTrust, LLC | Computing platform for facilitating data exchange among computing environments |
12158975, | Jun 10 2016 | OneTrust, LLC | Data processing consent sharing systems and related methods |
12164667, | Jun 10 2016 | OneTrust, LLC | Application privacy scanning systems and related methods |
ER4218, | |||
ER4391, | |||
ER5044, |
Patent | Priority | Assignee | Title |
5615326, | Dec 30 1993 | Apple Inc | Object-oriented viewing framework having view grouping |
7370164, | Mar 21 2006 | ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEE | Backup of virtual machines from the base machine |
7383327, | Oct 11 2007 | Virtuozzo International GmbH | Management of virtual and physical servers using graphic control panels |
7949999, | Aug 07 2007 | Amazon Technologies, Inc.; Amazon Technologies, Inc | Providing support for multiple interface access to software services |
8458419, | Feb 27 2008 | International Business Machines Corporation | Method for application backup in the VMware consolidated backup framework |
20040143605, | |||
20050206630, | |||
20070226370, | |||
20070234195, | |||
20080155223, | |||
20080320050, | |||
20090007106, | |||
20100049929, | |||
20100049930, | |||
20110231696, | |||
20120059929, | |||
20120079221, | |||
20120131480, | |||
20120324183, | |||
20130014103, | |||
20130047154, | |||
20130063448, | |||
20130159379, | |||
20130185716, | |||
20130191509, | |||
20130212460, | |||
20130262390, | |||
20130262393, | |||
20140280028, | |||
20140281692, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
May 16 2014 | VMware, Inc. | (assignment on the face of the patent) | / | |||
May 18 2014 | TANG, MINGJUN | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032961 | /0030 | |
May 20 2014 | ZHAI, LEI | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032961 | /0030 | |
Nov 21 2023 | VMWARE, INC | VMware LLC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 067102 | /0314 |
Date | Maintenance Fee Events |
Sep 25 2020 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Dec 03 2024 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Jun 06 2020 | 4 years fee payment window open |
Dec 06 2020 | 6 months grace period start (w surcharge) |
Jun 06 2021 | patent expiry (for year 4) |
Jun 06 2023 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jun 06 2024 | 8 years fee payment window open |
Dec 06 2024 | 6 months grace period start (w surcharge) |
Jun 06 2025 | patent expiry (for year 8) |
Jun 06 2027 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jun 06 2028 | 12 years fee payment window open |
Dec 06 2028 | 6 months grace period start (w surcharge) |
Jun 06 2029 | patent expiry (for year 12) |
Jun 06 2031 | 2 years to revive unintentionally abandoned end. (for year 12) |