GB2516729A - Web event framework - Google Patents

Web event framework Download PDF

Info

Publication number
GB2516729A
GB2516729A GB1408457.8A GB201408457A GB2516729A GB 2516729 A GB2516729 A GB 2516729A GB 201408457 A GB201408457 A GB 201408457A GB 2516729 A GB2516729 A GB 2516729A
Authority
GB
United Kingdom
Prior art keywords
framework
event
plugin
action
server
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
Application number
GB1408457.8A
Other versions
GB201408457D0 (en
Inventor
Paul Keith Branton
James Tupper
Richard James Somerfield
Jonathan Rolls
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AppSense Ltd
Original Assignee
AppSense Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by AppSense Ltd filed Critical AppSense Ltd
Publication of GB201408457D0 publication Critical patent/GB201408457D0/en
Publication of GB2516729A publication Critical patent/GB2516729A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/12Protecting executable software
    • G06F21/121Restricting unauthorised execution of programs
    • G06F21/128Restricting unauthorised execution of programs involving web programs, i.e. using technology especially used in internet, generally interacting with a web browser, e.g. hypertext markup language [HTML], applets, java
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/629Protecting access to data via a platform, e.g. using keys or access control rules to features or functions of an application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/107Network architectures or network communication protocols for network security for controlling access to devices or network resources wherein the security policies are location-dependent, e.g. entities privileges depend on current location or allowing specific operations only from locally connected terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/108Network architectures or network communication protocols for network security for controlling access to devices or network resources when the policy decisions are valid for a limited amount of time
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

Disclosed is a method of processing framework events. The method includes receiving at a framework plugin an event from a coupled web browser and generating by the plugin, a framework event based on the event. Next the framework event is forwarded to a framework server coupled to the framework plugin. The framework server determines a framework action based on the framework event and a framework policy. The framework action is returned to the framework plugin, and executed by the plugin. The method may include the server receiving an external event from an external source and determining the action based on the external event as well as the policy. The actions may include returning a modified webpage, and the policy may by time and date limited. The actions and policy may be security based.

Description

BACKGROUND
[0001] Computer systems can provide user environment management and/or policy control for computing devices (e.g., Windows based PC5). A system policy can be defined within an enterprise computer network either: to respond to system events such as computer startup/shutdown, user login/logoff, process start/stop, and session changes, etc.; or to prevent or control user behavior in applications and the desktop environment. For example, a pre-defined script can run when a user logs in to a corporate network; a particular group of users can be prevented from using parts of an application. The conventional user environment and/or policy control mechanisms, however, are limited to handle application and system level events and policies, not events and policies related to web browsers. Some example of web events include webpage loading, URL clicking, adding/deleting a tab within a web browser, etc. Typical policies include, for example, blocking of URLs and redirection and preventing use of particular buttons or menus inside an web page.
SUMMARY
[0002] In accordance with the disdosed subject matter, systems and methods are described for a web event framework.
[0003] Disclosed subject matter includes, in one aspect, a computerized method, which includes receiving at a framework plugin an event from a web browser, wherein the framework plugin is coupled to the web browser, generating, by the framework plugin, a framework event based on the event, forwarding the framework event to a framework server coupled to the framework plugin, receiving at the framework server the framework event from the framework plugin, determining, at the framework server, a framework action based on the framework event and a framework policy, forwarding the framework action to the framework plugin, and executing the framework action by the framework plugin, [0004] In some embodiments, the computerized method also includes receiving the framework policy from a policy store.
[0005] In some other embodiments, the computerized method also includes customizing the framework server based on the framework policy.
[0006] In some other embodiments, executing the framework action includes at least one of generating and modifying a webpage.
[0007] In some other embodiments, the computerized method also includes receiving at the framework server an external event from an external event source, and determining, at the framework server, the framework action based on the external event and the framework policy.
[0008] In some other embodiments, the computerized method also includes initiating an external process based on the framework action.
[0009] In some other embodiments, the computerized method also includes forwarding the framework action to a second framework plugin coupled to a second web browser.
[0010] In some other embodiments, the computerized method also includes executing the framework action by the second framework plugin.
[0011] In some other embodiments, the computerized method also includes forwarding the framework action over a network to a second framework server, [0012] In some other embodiments, the computerized method also includes processing the framework action by the second framework server.
[0013] In some other embodiments, the computerized method also includes forwarding the framework event over a network to a second framework server.
[0014] In some other embodiments, the computerized method also includes determining at the second framework server a second framework action based on the framework event and a second framework policy.
[0015] Disclosed subject matter includes, in another aspect, a computer system for a web event framework, which includes a processor configured as a framework plugin coupled to a web browser, including: a browser interface configured to communicate with the web browser, a web event monitor configured to monitor an event generated by the web browser, a framework event generator configured to generate a framework event based on the event, and a framework server interface configured to send the framework event to a framework server, and the processor further configured as a framework server communicating with the framework plugin, including: a framework plugin interface configured to receive the framework event from the framework plugin, a framework action determinator configured to determine a framework action based on the received framework event and a framework policy, wherein the framework plugin interface is frirther configured to send the framework action to the framework plugin, wherein the framework server interface is further configured to receive the framework action from the framework server and the framework plugin further comprises a framework action executor configured to execute the received framework action received.
[0016] In some embodiments, the framework server further includes a policy store interface configured to receive the framework policy from a policy store.
[0017] In some other embodiments, the framework server further includes a framework policy configurator configured to customize the framework server based on the framework policy.
[0018] In some other embodiments, the framework plugin further includes a webpage updater configured to generate or modify a webpage.
[0019] In some other embodiments, the framework server further includes an external event interface configured to receive an external event from an external event source and the framework action determinator is further configured to determine the framework action based on the external event and the framework policy.
[0020] In some other embodiments, the framework sewer further includes an external process interface configured to initiate an external process based on the framework action.
[0021] In some other embodiments, the framework plugin interface is further configured to communicate with a second framework plugin coupled with a second web browser.
[0022] In some other embodiments, the framework sewer further includes a network interface configured to communicate with a second framework server.
[0023] In some other embodiments, the network interface is further configured to send the framework event to the second framework server.
[0024] In some other embodiments, the network interface is further configured to forward the framework action to the second framework sewer.
[0025] Disclosed subject matter includes, in yet another aspect, a non-transitory computer readable medium having executable instructions operable to, when executed by a processor, cause the processor to: receive at a framework plugin a web event from a web browser, wherein the framework plugin is coupled with the web browser, generate by the framework plugin a framework event based on the web event, forward the framework event n to a framework sewer coupled to the framework plugin, receive at the framework sewer the framework event from the framework plugin, determine at the framework server a framework action based on the framework event and a framework policy, forward the framework action to the framework plugin, and execute the framework action by the framework p1 ugin.
[0026] In some embodiments, the executable instmctions are further operable to, when executed by the processor, cause the processor to receive the framework policy from a policy store.
[0027] In some other embodiments, the executable instructions are further operable to, when executed by the processor, cause the processor to receive at the framework server an external event from an external event source, and determine at the framework sewer the framework action based on the external event and the framework policy.
[0028] In some other embodiments, the executable instructions are further operable to, when executed by the processor, cause the processor to initiate an external process based on the framework action.
[0029] Various embodiments of the sub] ect matter disclosed herein can provide one or more of the following capabilities. Systems and methods for a web event framework can reduce system complexity. Framework servers and framework plugins can be designed without complex business logic. For example, a framework server can act as a simple event sink while a framework plugin can act as an event producer. A framework server can receive framework events from all event sources and detennine framework actions based on a framework policy. Systems and methods for a web event framework can also improve flexibility and maintainability. Changing a framework policy itself can change the behaviors of a web event framework. There is no need to modify the framework server andlor the framework plugin. Systems and methods for a web event framework can also increase extendibility. Adding framework events to a framework policy can expand the list of events handled by a web event framework without updating the framework sewer andlor the framework p1 ugin.
[0030] These and other capabilities of embodiments of the disclosed subject matter will be more fully understood after a review of the following figures, detailed description, and claims,
BRIEF DESCRTPTION OF THE DRAWINGS
[0031] FIG. 1 illustrates an exemplary networked computing environment.
[0032] FIG. 2 illustrates an exemplary web event framework arrangement.
[0033] FIG. 3 illustrates another exemplary web event framework arrangement.
[0034] FIG. 4 illustrates yet another exemplary web event framework arrangement.
[0035] FIG. S illustrates a block diagram of an exemplary web event framework plugin.
[0036] FIG. 6 illustrates a block diagram of an exemplary web event framework server.
[0037] FIG. 7 includes an exemplary operation of an exemplary web event framework.
[0038] FIG. 8 illustrates a block diagram of an exemplary computing device.
DESCRIPTION
[0039] In the following description, numerous specific details are set forth regarding the systems and methods of the disclosed subject matter and the environment in which such systems and methods may operate, in order to provide a thorough understanding of the disclosed subject matter, It will be apparent to one skilled in the art, however, that the disclosed subject matter may be practiced without such specific details, and that certain features, which are well known in the art, are not described in detail in order to avoid complication of the disclosed subject matter. In addition, it will be understood that the embodiments described below are only examples, and that it is contemplated that there are other systems and methods that are within the scope of the disclosed subject matter.
[0040] Mechanisms, such as browser extensions, can potentially modify a user's browser experience. The logic and control of these mechanisms are typically self-contained in the web browser, making these mechanism more complex, less flexible and robust, and more difficult to maintain and extend. Embodiments of the disclosed subject matter can provide features for an web event framework, which can reduce system complexity, improve flexibility and robustness, and increase maintainability and extendibility.
[0041] In one exemplary implementation, a web event framework can include a framework plugin, a framework server, and a framework policy store. The framework plugin can be embedded inside a web browser, The framework server can be independent and outside the realm of web browsers and can receive framework events from one or more framework plugins or other external event sources. The framework server can determine a framework action based on the framework event and a framework policy stored in a policy store, and then forward the framework action back to the framework plugin embedded within the web browser or execute the framework action, for example, if it's a system command.
The framework policy can be updated to customize the web event framework. The framework plugin can process web pages based on the framework actions received from the framework server, Some exemplary user scenarios include: a certain event is triggered when a particular URL is hit; certain web pages or applications are locked or disabled based on a corporate policy; certain browser settings and security policies are customized based on a user's location, IP address, or credentials, etc.; and web browsers respond to remote connection session changes.
[0042] In one exemplary use scenario, a framework sewer can generate a framework action to automatically launch a frequently-used work-related website in a user's web browser when it is 9AJvI on weekdays or to block certain company secure websites when it is 5PM or during weekends, In another exemplary use scenario, when a framework server receives an external event indicating a laptop computer has left the corporate building, the framework server can generate a framework action closing all browser windows/tabs loaded with corporate confidential information.
[0043] Embodiments of the disclosed subject matter can be implemented in a networked computing environment, FIG, 1 illustrates an exemplary networked computing environment in accordance with certain embodiments of the disclosed subject matter, The networked computing environment 100 can include a server 04, at least one client 106 (e,g., client 06- , 106-2, .., 106-N), a physical storage medium 08, and cloud storage 1 0 and 112, which can all be coupled, directly or indirectly to a communication network 102.
[0044] Each client 106 can communicate with the server 104 to send data to, and receive data from, the server 104 across the communication network 102, Each client 106 can be directly coupled to the server 104, Additionally, each client 06 can be connected to server 104 via any other suitable device, communication network, or combination thereof For example, each client 106 can be coupled to the server 104 via one or more routers, switches, access points, and/or communication network (as described below in connection with communication network 102), A client 106 can include, for example, a desktop computer, a mobile computer, a tablet computer, a cellular device, a smartphone, or any computing systems that are capable of performing computation.
[0045] Server 104 can be coupled to at least one physical storage medium 108, which can be configured to store data for the server 104. Preferably, any client 106 can store data in, and access data from, the physical storage medium 108 via the server 104. FIG. I shows the server 104 and the physical storage medium 108 as separate components; however, the server 04 and physical storage medium 108 can be combined together. FIG. I also shows the server 104 as a single server; however, server 104 can include more than one server. FIG. 1 shows the physical storage medium 108 as a single physical storage medium; however, physical storage medium 108 can include more than one physical storage medium. The physical storage medium 108 can be located in the same physical location as the server 104, at a remote location, or any other suitable location or combination of locations.
[0046] FIG. 1 shows two embodiments of a cloud storage 110 and 112. Cloud storage and/or 112 can store data from physical storage medium 108 with the same restrictions, security measures, authentication measures, policies, and other features associated with the physical storage medium 08. While FIG. I shows the cloud storage 12 separate from the communication network 102, cloud storage 112 can also be part of communication network 102 or another communication network. The server 104 can use only cloud storage 110, only cloud storage 112, or both cloud storages 110 and 112. While, FIG. I shows one cloud storage 110 and one cloud storage 112, more than one cloud storage 110 and/or more than one cloud storage 112 or any suitable combination thereof can be used.
[0047] The communication network 102 can include the Internet, a cellular network, a telephone network, a computer network, a packet switching network, a line stching network, a local area network (LAIN), a wide area network (WAN), a global area network, or any number of private networks currently referred to as an Intranet, and/or any other network or combination of networks that can accommodate data communication, Such networks may be implemented with any number of hardware and software components, transmission media and network protocols. While FIG. 1 shows the network 102 as a single network, the network 102 can also include multiple interconnected networks listed above.
[0048] FIG. 2 illustrates an exemplary web event framework arrangement 200 according to certain embodiments of the disclosed subject matter. The web event framework arrangement 200 can include a framework plugin 210, a framework server 220, and a policy store 230.
[0049] Referring to FIG. 2, the framework plugin 210 can be associated with a web browser 202. A web browser 202 can be associated with one or more of the framework plugins 210. When multiple plugins are associated with one web browser, functionalities can be split among the multiple plugins. In one example, the framework plugin 210 can be embedded within the web browser 202; in another example, only a portion of the framework plugin 210 is embedded within web browser 202 and the rest can be outside but coupled to the web browser 202. The framework plugin 210 can receive events (e.g., 204-i and 204-2, etc.) from the web browser 202. One type of such received events are web events generated by the web browser 202, such as navigating to a webpage, The framework plugin 210 can also perform actions in connection with the web browser 202, such as generating or modifying pages (e.g., 206-1 and 206-2, etc.). More examples of actions that can be performed by the framework plugin 210 are discussed later in this document.
[0050] The framework server 220 can communicate with the framework plugin 210. The framework server 220 can receive an event (e.g., a framework event) from the framework plugin 210, determine an action (e.g., a framework action) based on the framework event, and forward the action to the framework plugin 210. In some embodiments, the framework server 220 can be outside and not associated with the web browser 202. h one example, the framework server 220 can reside locally on the same computing device as the framework plugin 210; in another example, the framework server 220 can reside remotely on a different computing device.
[0051] In addition, the framework sewer 220 can receive events (e.g., external event 240) from an external event source and can also perform external actions (e.g., initiating an external process 250). An external event source can either be local at the same computing device or be remote at a different computing device. An external action can be performed either locally at the same computing device or remotely at a different computing device.
Additional details about external events and external actions are discussed later in this document.
[0052] In some embodiments, a framework sewer 220 can run a communication sewer (e.g., a socket server) listening for connections from one or more framework plugins 210. In some other embodiments, a framework sewer 220 can also run a communication sewer (e.g., a I-ITTP sewer) listening for messages (e.g., HTTP POST messages) from external event sources or other framework servers. A framework server 220 in a web event framework can be different from a traditional web server or proxy. According to embodiments of the disclosed subject matter, web pages can still be served by traditional web servers and a framework server 220 does not need to serve or download web pages directly.
[0053] In some embodiments, a framework plugin 210 can connect to a framework server 220 when it is first loaded (e.g., when its associated web browser 202 starts).
Alternatively, a framework plugin 210 can connect to a framework server 220 at a later time.
In some embodiments, a framework server 220 can halt or suspend web browser activities if a framework plugin is not detected. For example, AppSense' s Application Manager product can be utilized to detect process launches and control the execution and/or internet access of the launched process.
[0054] The framework server 220 can also receive a policy (e.g., a framework policy) from a policy store 230. A framework policy can define how the framework server 220 determine a framework action based on a framework event. In one example, the policy store 230 can reside locally on the same computing device as the framework server 220; in another example the policy store 230 can reside remotely on a different computing device. In some embodiments, the policy store 230 ca contain one configuration file per end user. In other embodiments, for example for a large enterprise, the policy store 230 can contain a generic configuration file suitable for a plurality of users. The generic configuration file can be customized and delivered, via the policy store, to each unique end user, In some other embodiments, there can be a global universal configuration file.
[0055] FIG. 3 illustrates another exemplary web event framework arrangement 300 according to certain embodiments of the disclosed subject matter, The web event framework arrangement 300 can include multiple framework plugins 2t0 and 210', a framework server 220, and a policy store 230. In this embodiment, the framework server 220 can operate in a manner similar to that described above with respect to FIG. 2, while being connected to multiple framework plugins.
[0056] Referring to FIG. 3, the framework plugin 210 can be associated with a web browser 202 while the framework plugin 210' can be associated with a web browser 202', The web browsers 202 and 202' can be different types of web browsers, For example, the web browser 202 can be an Internet Explorer (IE) from Microsoft while the web browser 202' can be a Chrome browser from Google. The web browsers 202 and 202' can also be different sessions of a same type of web browsers, For example, the web browser 202 can be one lIE browser session while the web browser 202' can be a different lIE browser session.
The framework plugin 210 can receive events (e.g., 204) from the web browser 202 while the framework plugin 210' can receive events (e.g., 204') from the web browser 202' The framework plugin 210 can also perform actions (e.g., modifying a page 206) in the web browser 202 while the framework plugin 210' can also perform actions (e.g., modifying a page 206') in the web browser 202'.
[0057] The framework server 220 can communicate with both framework plugins 210 and 210'. The framework server 220 can receive an event (e.g., a framework event) from the framework plugin 210, determine an action (e.g., a framework action) based on the framework event, and forward the action to the other framework plugin 210' associated with the other web browser 202'. Tn this manner, an event at one web browser can cause an action at another web browser. In some embodiments, the framework server 220 can be outside and not associated with either web browser 202 or 202'. In one example, the framework server 220 can reside locally on the same computing device as the framework plugin 210 or 210'; in another example the framework server 220 can reside remotely on a different computing device, The framework server 220 can also receive a policy (e.g., a framework policy) from a policy store 230. A framework policy can define how the framework server 220 determine a framework action based on a framework event, In one example, the policy store 230 can reside locally on the same computing device as the framework server 220; in another example the policy store 230 can reside remotely on a different computing device.
[0058] In some embodiments, security considerations in some web browsers may prevent the framework server 220 from initiating an inbound connection into a framework plugin (e.g., 210'). In these situations, the framework plugin (e.g., 210') can initiate an outbound connection out to the framework sewer 220. Once a connection has been made, data traffic can flow freely in both directions. Tn other embodiments, additional security measures, for example in Internet Explorer 10 on Windows 8, may allow a connectivity to the framework server 220 only if the framework server 220 has a known DNS name (e.g., localhost). In these situations, a framework server on a remote machine may need to have a valid DNS entry to be accessible, [0059] In addition, like illustrated in FIG. 2, the framework server 220 in FIG. 3 can also receive events from an external event source and perform external actions (e.g., initiating an external process). In one exemplary scenario, clicking on "I'm feeling lucky" at Google.com in an IE browser can open a tab with the search results in a Safari browser.
[0060] FIG. 4 illustrates yet another exemplary web event framework arrangement 400 according to certain embodiments of the disclosed subject matter. The web event framework arrangement 400 can include multiple framework plugins 210 and 210', multiple framework servers 220 and 220', and a network 260.
[0061] Referring to FIG. 4, the framework plugin 210 can be associated with a web browser 202 while the framework plugin 210" can be associated with a web browser 202".
The web browsers 202 and 202" can be the same or different types of web browsers. In one example, the web browsers 202 and 202" can both be an IF browser on different computing devices. In another example, the web browsers 202 can be an lIE on one computer device (e.g., a Windows PC) while the web browser 202" can be a Chrome browser from Google on a different computing device (e.g., a Mac computer from Apple). The framework plugin 210 can receive events (e.g., 204) from the web browser 202 while the framework plugin 210" can receive events (e.g., 204") from the web browser 202". The framework plugin 210 carl also perform actions (e.g., modifying a page 206) in the web browser 202 while the framework plugin 210" can also perform actions (e.g., modifying a page 206") in the web browser 202". The framework plugin 20 and the web browser 202 can reside on a different computing device from the framework plugin 210" and the web browser 202".
[0062] The framework server 220 can communicate with the framework plugins 210.
The framework server 220" can communicate with the framework plugins 210". The framework server 220 can communicate with the framework server 220" over a network 260.
In some embodiments, a framework server 220/220" can run a communication server (e.g., a HTTP server) listening for framework events/actions (e.g., via HTTP POST messages) from other framework servers, A HTTP server can be chosen, for example, because of its compatibility with firewalls. The framework plugins 202 and 202" can communicate with each other via the framework servers 220 and 220". In some embodiments, the framework server 220 can receive a framework event from the framework plugin 210, determine a framework action based on the framework event, and forward the framework action over the network 260 to the other framework server 220", which can in turn forward the received framework action to the other framework plugin 210" associated with the other web browser 202" In some other embodiments, the framework server 220 can receive a framework event from the framework p1 ugin 2 0 and forward the framework event over the network 260 to the other framework server 220", which can in turn determine a framework action based on the framework event and then forward the determined framework action to the other framework plugin 210" associated with the other web browser 202". In some embodiments, the framework servers 220 and 220" can each have its own policy store or framework policy.
In some other embodiments, the framework servers 220 and 220" can share one common policy store or framework policy, which can reside locally with either framework server 220/220' or be accessed remotely via the network 260.
[0063] In addition, like illustrated in FIG. 2, the framework servers 220 and 220'' in FIG. 4 can also receive events from an external event source and perform external actions (e.g., initiating an external process). In one exemplary scenario, clicking on "I'm feeling lucky" at Google.com in an IE browser on a PC can open a tab with the search results in a Safari browser on a Mac.
[0064] FIG. 5 illustrates a block diagram of an exemplary web event framework plugin 210 according to certain embodiments of the disclosed subject matter, The framework plugin 210 can include a browser interface 510, a web event monitor 520, a framework event generator 530, a framework sewer interface 540, a framework action executor 550, and a webpage update 560. The framework plugin 210 can include additional modules, fewer modules, or any other suitable combination of modules that perform any suitable operation or combination of operations.
[0065] The browser interface 510 can allow the framework plugin 210 to communicate with a web browser (eg, 202). In one example, the browser plugin 210 can receive events (e.g., web browsing events) generated by the web browser through the browser interface 510.
In another example, the browser plugin 210 can send actions (e.g., closing a browser window) or action results (eg,, a modified webpage) to the web browser through the browser interface 510, [0066] The web event monitor 520 can monitor the events received, e.g., via the browser interface 510, from a web browser (e.g., 202). Examples of web events monitored by the web event monitor 520 can include: * "Before Navigate" * "Tab Changed" * "Page Loaded" * "Body Clicked" The "Before Navigate" web event can occur when a web browser is just about to navigate to a new webpage. The "Tab Changed" web event can occur when a web browser changes to a new tab. For example, when a Google search result is clicked on, a "Tab Changed" web event is generated. The "Page Loaded" web event can occur when a document (e.g., a webpage) has been loaded into a tab. The "Body Clicked" web event can occur when an element (e.g., a button or a link) on a webpage is clicked, The list of web events being monitored by the framework plugin 210 can be updated and customized to fit individual needs, In some embodiments, the list of web events being monitored by the framework plugin 210 can be defined in an external file, such as a framework policy stored in a policy store (e.g., 230). If the web event monitor 520 detects an event it does not recognize, it can be configured to ignore this event, Optionally, an alert (e.g., an error message) can be generated and presented to the user or administrator, [0067] The framework event generator 530 can generate a framework event based on a web event, e.g., detected by the web event monitor 520. Examples of framework events generated by the framework event generator 530 can include: * "navigate" * "pageLoaded" * "bodyClick" A "navigate" framework event can be generated when a "Before Navigate" or "Tab Changed" web event is detected (e.g., when a web browser is just about to navigate to a new webpage or change to a new tab). A "pageLoaded" framework event can be generated when a "Page Loaded" web event is detected (e.g., when a webpage has been loaded into a tab). A "bodyClick" framework event can be generated when a "Body Clicked" web event is detected (e.g., when a hyperlink on a webpage is clicked). In some embodiments, a in 1) framework event can be associated with one or more parameters which can be either required or optional. Examples of parameters associated with framework events can include: * "source" -the IJRL of the webpage where the framework event originates * "tabliD" -the lID of the tab where the framework event originates * "text" -the inner text of a clicked element on a webpage * "href' -the href of a clicked element on a webpage * "value" -the value of a clicked element on a webpage * "id" -the ID of a clicked element on a webpage * "name" -the name of a clicked element on a webpage * "type" -the type of a clicked element (e.g., a button or a link, etc.) on a webpage lii some embodiments, the "source" and "tablD" parameters can be required for all framework events; the "type" parameter can be required for some framework events (e.g., "bodyClick" framework events). The list of framework events generated by the framework plugin 210, how they are generated, and how they correspond to certain web events can be updated and customized to fit individual needs. In some embodiments, the list of framework events, how they are generated, and how they correspond to certain web events can be defined in an external file, such as a framework policy stored in a policy store (e.g., 230). If the framework event generator 530 does not know how to handle a detected web event, it can be configured to ignore this web event. Optionally, an alert (e.g., an error message) can be generated and presented to the user or administrator.
[0068] The framework server interface 540 can allow the framework plugin 210 to communicate with a framework server (e.g. 220). h one example, the browser plun 210 can forward a framework event generated by the framework event generator 530 to a framework server through the framework server interface 540. In another example, the browser plugin 210 can receive a framework action from a framework server through the framework sewer interface 540, In one example, the framework server interface 540 can be implemented using JavaScript and the socket.io library. A listener can be set up in the framework sewer. The framework plugins can connect to the listener and then maintain a permanent connection between the server and plugins. Communication can then be hi-directional using packets constructed from, e.g., JavaScript Object Notation (JSON) key/value pairs, [0069] The framework action executor 550 can execute a framework action, e.g., received from a framework server. More details about the framework action executor 550 executing framework actions will be discussed later in this document.
[0070] The webpage updater 560 can generate or update a webpage based on the framework action received from a framework server. In some embodiments, the webpage updater 560 can work with the framework action executor 550 to generate or update a webpage, More details about the webpage updater 560 generating/updating webpages will be discussed later in this document, [0071] FIG. 6 illustrates a block diagram of an exemplary web event framework server 220 according to certain embodiments of the disclosed subject matter. The framework sewer 220 can include a framework plugin interface 610, a framework action determinator 620, an external event interface 630, an external process interface 640, a peer framework server interface 650, a policy store interface 660, and a framework policy configurator 670. The framework sewer 220 can include additional modules, fewer modules, or any other suitable combination of modules that perform any suitable operation or combination of operations.
[0072] The framework plugin interface 610 can allow the framework server 220 to communicate with a framework plugin (e.g. 210). In one example, the framework server 220 can receive a framework event generated at a framework plugin through the framework plugin interface 610. In another example, the framework serve 220 can forward a framework action to a framework plugin through the framework plugin interface 610. In some embodiments, the framework server 220 can communicate with multiple framework plugins through a common framework plugin interface 610, In some other embodiments, the framework server 220 can communicate with multiple framework plugins through different framework plugin interfaces 610, each of which corresponds to one of the multiple framework plugins 210, [0073] The framework action determinator 620 can determine a framework action. In some embodiments, the framework action can be determined based on a framework event, e.g., received at the framework plugin interface 610. Examples of framework actions can include: * "navigate" * "relink" * "disableElement" * "closeTab" * "externaiProcess" A framework action can be associated with one or more arguments which can be either required or optional. For example, a "navigate" framework action can cause a web browser to navigate to a target URL and can thus have an argument specifying this target IJRL; a "navigate" framework event can also have an argument defining whether the webpage specified by the target URL should be opened in a new or existing page/tab. A "relink" framework action can cause a web browser to change all hyperlinks on a webpage that match a given pattern to a target IJRL or certain JavaScript function and can thus have an argument specifying this given pattern and target URL or JavaScript function. A "disableElement" framework action can cause a web browser to disable a certain element on a webpage based on the web element's ID, name, text, or css selector and can thus have an argument identifying this element on the webpage. A "closelab" framework action can cause a web browser to close the current tab, a specific tab, or a range of tabs and can thus have an argument identifying the tab(s) to be closed. An "externalProcess" framework action can initiate an external process or application and can thus have an argument defining the launching options for the external application.
[0074] In some embodiments, the argument(s) for a framework action can be fixed, pre-configured based on the type of framework action, or generated dynamically based on the corresponding framework event and its parameters. For example, a target argument for a "navigate" framework action specifying the target UIRL can be derived from a domain parameter of a corresponding "navigate" framework event defining the URL a web browser is about to navigate to. In some other embodiments, more data can be collected from web events to provide more information for the corresponding framework action. For example, text entered into a web form on a webpage can be extracted and used to generate one or more arguments for a framework action.
[0075] The external event interface 630 can allow the framework server 220 to receive external events (e.g., 240) from an external event source. An external event source can either be local at the same computing device or be remote at a different computing device. In one example, the framework server 220 can receive a time event via the external event interface 630 from a system clock module indicating the time is 9AJvI or 5PM. In another example, the framework server 220 can receive a location event via the external event interface 630 from a system liPS module indicating a computing device (e.g., a laptop computer) has left or entered a corporate building. The framework action determinator 620 can determine a framework event based on the external event received from the external event source. In one example, the framework action determinator 620 can generate a framework action to automatically launch a frequently-used work-related website in a user's web browser when it is 9AM on weekdays or to block certain company secure websites when it is 5PM or during weekends. In another example, when the framework server 220 receives an external event indicating a laptop computer has left the corporate building, the framework server 220 can generate a framework action closing all browser windows/tabs loaded with corporate confidential information.
[0076] Examples of external event sources can include hardware modules (e.g., GPS device), software modules (e.g., AppSense Environment Manager or AppSense Application Manager), or combinations of both. In one example, an AppSense Environment Manager can generate an external event indicating a user login/logoff In another example, an AppSense Application Manager can generate an external event indicating an application startup/shutdown, In some embodiments, an external event can originate from various remote technologies, such as Remote Desktop Protocol (RDP) from Microsoft or Independent Computing Architecture (ICA) from Citrix.
[0077] The external process interface 640 can allow the framework server 220 to initiate certain external processes (e.g., 250). An external process can be executed either locally at the same computing device or remotely at a different computing device, In one example, the framework sewer 220 can launch a Microsoft Word application via the external process interface 640, The external process being initiated can be based on a framework action generated by the framework action determinator 620, For example, when the framework server 220 receives a framework event indicating a stock-trading webpage has been loaded in a web browser, the framework sewer 220 can generate a framework action launching the Calculator application on the local computing device, In some embodiments, an external process can be initiated through various remote technologies, such as Remote Desktop Protocol (RDP) from Microsoft or Independent Computing Architecture (ICA) from Citrix, [0078] The peer framework server interface 650 can allow the framework server 220 to communicate with other framework server (e.g., 220") over a network (e.g., 260). The framework server 220 can send/receive framework events or actions via the peer framework server interface 650 to/from another framework server (e.g., 220"). Tn some embodiments, a framework sewer (e.g., 220) can receive a framework event from an associated framework plugin (e.g., 210) and forward the framework event to the other framework server (e.g., 220"), which can in turn determine a framework action based on the received framework event and then forward the determined framework action to its associated framework plugin (e.g., 210"). In some other embodiments, the framework server (e.g., 220) can receive a framework event from an associated framework plugin (e.g., 210), determine a framework action based on the framework event, and forward the framework action to the other framework sewer (e.g., 220"), which can in turn forward the received framework action to its associated framework plugin (e.g., 20"). In one exemplary scenario, clicking on "I'm feeling lucky" at Google.com in an IE browser on a PC can open a tab with the search results in a Safari browser on a Mac.
[0079] Still referring to the framework server 220 in FIG, 6 and in particular to the framework action determinator 620, a framework action can also be determined based on a framework policy. In some embodiments, a framework policy can define whether and how to handle a particular framework event, and what, if any, framework action should be generated in response to a particular framework event with certain parameter(s). Some exemplary framework policies are described below. Tn these examples, the framework policies are presented and stored in JavaScript Object Notation (JSON) format. A framework policy file can contain one or more framework policies like the ones discussed below, [0080] Framework Policy A: "onNavigate": [ "action": "navigate", "domain": "www.bing.com", "target": "http://www.google.com"
I
According to Framework Policy A, when a "navigate" framework event is received at the framework server with a domain parameter "www.bing.com," a "navigate" framework action is generated with a target argument "http://www.google.com." When this framework policy is implemented, a user trying to use the Bing search engine will be redirected to use the Google search engine. The framework server 220 can look up the domain names in a framework policy and identify one matching the domain parameter in an received framework event. The matching can be done by exact text matching or by some more robust matching mechanisms (e.g., regular expressions).
[0081] Framework Policy B: "onPageLoaded" : "action": "relink", "domain": "www.bbc.co.uk", "source": "http:/!www.bbc.co.uk/news/england/", "target": "http://wwwbbccouk/news/scotlandi' "action": "disableElement", "domain": "eul,salesforce,com", "id": "phSearchButton"
I
According to Framework Policy B, when a "pageLoaded" framework event is received at the framework sewer with a domain parameter "www.bbc.co.uk," a "relink" framework action is generated with a source argument "http://www,bbc,co,uk!news/england" and a target argument "http://www.bbc.co.uk/news/scotland." Upon implementing this framework policy, when a user visiting BBC's UK website, the links to England news will be changed to linking to Scotland news. Also according to Framework Policy B, when a "pageLoaded" framework event is received at the framework sewer with a domain parameter "eul.salesforce.com," a "disaNeElement" framework action is generated with an id argument "phSearchButton." When this framework policy is implemented, the search button on the salesforce.com webpage is disabled.
[0082] Framework Policy C: "onBodyClick": "action": "externaiProcess", "domain": ",", "commandLine": "say %text% %title%"
I
According to Framework Policy C, when a "bodyClick" framework event is received at the framework server, an "extemalProcess" framework action is generated with a commandLine argument "say %text% %title%." The "." domain parameter can indicate that the domain name is irrelevant for this particular framework event and/or action. Upon implementing Framework Policy C, when a user clicks on any element on a webpage, the computing device speaks out the text of the element.
[0083] Framework Policy D: "onExtemalEyents": [ ( "action": "closeTab", "domain": "external: sessionChanged", "tabUrl": "https://"
I
According to Framework Policy D, when an external event is received with a domain parameter "external:sessionChanged" at the framework server, a "closeTab" framework action is generated with a tabUrl argument "https://." The "extemal:sessionChanged" domain parameter can be treated as a peudo domain name. The "https://" tabUrl argument can indicate the "closeTab" action applies to all tabs when an URL starts with "https://".
Upon implementing Framework Policy C, when a user's secure session changes, the web browser closes all tabs of secure webpages.
[0084] If the framework action determinator 620 does not know how to handle a received framework event, it can be configured to ignore this framework event. Optionally, an alert (e.g., an error message) can be generated and sent to users and/or administrators.
[0085] Referring now to the framework plugin 210 in FIG. 5, the framework action executor 550 can execute a framework action, e.g., received from a framework sewer; the webpage updater 560 can generate or update a webpage based on the framework action received from a framework server. In one example, the framework action executor 550 can execute the "closeTab" action illustrated in framework Policy D -closing tabs of secure webpages. In another example, the webpage updater 560 can coordinate with the framework action executor 550 to execute the "disableElement" action illustrated in Framework Policy B -disabling the search button on the saleforce,com webpage. If the framework action executor 550 does not know how to handle a received framework action, it can be configured to ignore this framework action. Optionally, an alert (e.g., an error message) can be generated and sent to users and/or administrators.
[0086] According to embodiments of the disclosed subject matter, a web event framework can reduce system complexity. For example, the framework server 220 and the framework plugin 210 can be implemented free of complex business logic. The framework server 220 can simply be an event sink, receiving framework events from all event sources and determining framework actions based on the framework policy. According to embodiments of the disclosed subject matter, a web event framework can also improve flexibility and maintainability. For example, changing a framework policy itself can change the behaviors of a web event framework without modifying the framework server 220 and/or the framework plugin 210. According to embodiments of the disclosed subj ect matter, a web event framework can also increase extendibility. For example, adding framework events to a framework policy can expand the list of events handled by a web event framework without updating the framework server 220 and/or the framework plugin 2 0.
[0087] Referring back to the framework server 220 in FIG. 6, the policy store interface can allow the framework server 220 to retrieve or save a framework policy from/to a policy store (e.g., 230). A policy store can reside locally on the same computing device as the framework sewer 220 or remotely on a different computing device. The framework policy configurator 670 can configure the framework server 220, e.g., based on a framework policy.
In some embodiments, the framework policy configurator 670 can also customize a framework policy based on a user's or administrator's needs.
[0088] FIG. 7 illustrates an exemplary operation 700 of an exemplary web event framework according to certain embodiments of the disclosed subject matter. The operation 700 can be modified by, for example, having stages rearranged, changed, added and/or removed.
[0089] At stage 705, a web event can be received at a framework plugin (e.g., 210). The web event can be received from a web browser (e.g., 202) associated with the framework plugin. For example, a "Before Navigate" web event can be received when a web browser is about to navigate to a new webpage.
[0090] At stage 710, a framework event can be generated based on the web event. The framework event can be generated by the framework plugin (e.g., 20), For example, a "navigate" framework event can be generated in response to a "Before Navigate" web event.
If the framework plugin does not recognize a received web event, the web event can be ignored. Optionally, an alert (eg., an error message) can be generated and sent to users and/or administrators.
[0091] At stage 715, the framework event can be forwarded to a framework server (e.g., 220). The framework server 220 can be independent from and not associated with any web browser (e.g., 202). In one example, the framework sewer 220 can reside locally on the same computing device as the framework plugin 210 or browser 202; in another example the framework server 220 can reside remotely on a different computing device (e.g., over a network). The communication between a framework plugin and a framework server can be synchronous or asynchronous, e.g., based on a framework policy.
[0092] At stage 720, the framework event can be received at the framework sewer (e.g., 220), The framework event can be received from one or more framework plugins from a local or remote computing devices.
[0093] Alternatively or additionally, at stage 725, an external event can be received at the framework sewer (e.g., 220). The external event can be received from an external event source on a local or remote computing device, For example, the framework server 220 can receive a time event via the external event interface 630 from a system clock module indicating the time is 9AM or 5PM.
[0094] Optionally, at stage 730, a framework policy can be received. A framework policy can define how the framework server 220 determine a framework action based on an event. A framework policy can be received from a policy store (e.g., 230), which can reside either locally on the same computing device as the framework server 220 or remotely on a different computing device. At stage 735, the framework server (e.g., 220) can be customized, e.g., based on the framework policy received, In some embodiments, the framework policy configurator 670 can customize the framework server based on a framework policy.
[0095] At stage 740, a framework action can be determined at the framework server (e.g., 220). The framework action can be determined based on a framework event and/or an external event. The determination of a framework action can also be based on a framework policy as discussed earlier in this document. If the framework server does not recognize a received event, the event (framework event or external event) can be ignored, Optionally, an alert (e.g., an error message) can be generated and sent to users and/or administrators.
[0096] At stage 745, the framework action can be forwarded to the framework plugin, e,g., by the framework server, In some embodiments, the framework plugin can be the same framework plugin where the corresponding framework event originates.
[0097] At stage 750, the framework action can be executed by the framework plugin.
The framework plugin can execute the framework action immediately, after a certain delay, or upon certain triggering event. The timing of execution can be customized and can be defined in a framework policy. In some embodiments, the framework action can be executed by the framework action executor 550 and/or webpage updater 560, If the framework plugin does not recognize a received framework action, the framework action can be ignored.
Optionally, au alert (e.g., an error message) can be generated and sent to users and/or administrators.
[0098] Alternatively or additionally, at stage 755, the framework action can be forwarded to a second framework plugin, e.g., by the framework server, in some embodiments, the second framework plugin can be different from the framework plugin where the corresponding framework event originates, nfl [0099] At stage 760, the framework action can be executed by the second framework plugin. The second framework plugin can execute the framework action immediately, after a certain delay, or upon certain triggering event. The timing of execution can be defined in a framework policy. In some embodiments, the framework action can be customized and can be executed by the framework action executor 550 and/or webpage updater 560 in the second framework plugin. If the second framework plugin does not recognize a received framework action, the framework action can be ignored. Optionally, an alert (e.g., an error message) can be generated and sent to users and/or administrators.
[0100] Alternatively or additionally, at stage 765, the framework action or event can be forwarded to a second framework server, e.g., by the framework server. In some embodiments, the second framework server can reside remotely and can communicate with other peer framework servers over a network.
[0101] At stage 770, the framework action or event can be processed by the second framework server, When the second framework server receives a framework action from the framework server, the second framework server can forward to a second framework plugin associated with the second framework server. When the second framework server receives a framework event from the framework server, the second framework server can determine a second framework action based on the received framework event and a second framework policy, then forward the determined framework action to the second framework plugin associated with the second framework server. The second framework plugin can then execute the framework action received from the second framework server, [0102] Alternatively or additionally, at stage 775, an external process can be initiated.
The external process can be initiated based on the framework action. The external process can also be initiated based on a framework policy, [0103] FIG, 8 illustrates a block diagram of an exemplary computing device 800 according to certain embodiments of the disclosed subject matter. The computing device 800 can include at least one processor 802 and at least one memory 804. The processor 802 can be hardware that is configured to execute computer readable instructions such as software, The processor 802 can be a general processor or be an application specific hardware (e,g,, an application specific integrated circuit (ASIC), programmable logic array (PLA), field programmable gate array (FPGA), or any other integrated circuit). The processor 802 can execute computer instructions or computer code to perform desired tasks. The memory 804 can be a transitory or non-transitory computer readable medium, such as flash memory, a magnetic disk drive, an optical drive, a programmable read-only memory (PROM), a read-only memory (ROM), a random access memory (RAM), or any other memory or combination of memories, [0104] The computing device 800 can also optionally include a user interface (UI) 806, a file system module 808, and a communication interface 810. The UI 806 can provide an interface for users to interact with the computing device 800 in order to access the web event framework arrangement 200/300/400. The file system module 808 can be configured to maintain a list of all data files, including both local data files and remote data files, in every folder in a file system. The file system module 808 can be further configured to coordinate with the memory 804 to store and cache files/data. The communication interface 810 can allow the computing device 800 to communicate with external resources (e.g., a network or a remote client/sewer). The computing device 800 can also include a framework plugin 210, a framework server 220, and a policy store 230. The description of the framework plugin 210, the framework server 220, and the policy store 230 and their functionalities can be found in the discussion of FIGS. 1-7. The computing device 800 can include additional modules, fewer modules, or any other suitable combination of modules that perform any suitable operation or combination of operations.
[0105] It is to be understood that the disclosed subject matter is not limited in its application to the details of construction and to the arangements of the components set forth in the following description or illustrated in the drawings. The disclosed subject matter is capable of other embodiments and of being practiced and carried out in various ways. Also, it is to be understood that the phraseology and terminology employed herein are for the purpose of description and should not be regarded as limiting.
[0106] As such, those skilled in the art will appreciate that the conception, upon which this disclosure is based, may readily be utilized as a basis for the designing of other structures, methods, and systems for carrying out the several purposes of the disclosed subject matter, It is important, therefore, that the claims be regarded as including such equivalent constructions insofar as they do not depart from the spirit and scope of the disclosed subject matter, [0107] Although the disclosed subject matter has been described and illustrated in the foregoing exemplary embodiments, it is understood that the present disclosure has been made only by way of example, and that numerous changes in the details of implementation of the disclosed subject matter may be made without departing from the spirit and scope of the disclosed subject matter, which is limited only by the claims which follow.
[0108] A "server," "client," "agent," "module," "interface," and "host" is not software per se and includes at least some tangible, non-transitory hardware that is configured to execute computer readable instructions. In addition, the phrase "based on" does not imply exclusiveness -for example, if X is based on A, X can also be based on B, C, and/or D, What is claimed is:

Claims (11)

  1. CLAIMS1, A computerized method comprising: receiving at a framework plugin an event from a web browser, wherein the framework plugin is coupled to the web browser; generating, by the framework plugin, a framework event based on the event; forwarding the framework event to a framework server coupled to the framework plugin; receiving at the framework server the framework event from the framework plugin; determining, at the framework server, a framework action based on the framework event and a framework policy; forwarding the framework action to the framework plugin; and executing the framework action by the framework plugin.
  2. 2. The computerized method of claim 1, further comprising receiving the framework policy from a policy store.
  3. 3, The computerized method of claim 2, further comprising customizing the framework server based on the framework policy.
  4. 4. The computerized method of claim 1, wherein executing the framework action includes at least one of generating and modifying a webpage.
  5. 5. The computerized method of claim 1, further comprising: receiving at the framework server an external event from an external event source; and determining, at the framework server, the framework action based on the external event and the framework policy.
  6. 6. The computerized method of claim 1, further comprising initiating an external process based on the framework action.
  7. 7. The computerized method of claim 1, further comprising forwarding the framework action to a second framework plugin coupled to a second web browser.
  8. 8, The computerized method of claim 7, further comprising executing the framework action by the second framework plugin.
  9. 9. The computerized method of claim 1, further comprising forwarding the framework action over a network to a second framework server.
  10. 10. The computerized method of claim 9, further comprising processing the framework action by the second framework sewer,
  11. 11. The computerized method of claim 1, further comprising forwarding the framework event over a network to a second framework server.U. The computerized method of claim 1], further comprising determining at the second framework sewer a second framework action based on the framework event and a second framework policy.13. A computer system for a web event framework, comprising: a processor configured as a framework plugin coupled to a web browser, comprising: a browser interface configured to communicate with the web browser; a web event monitor configured to monitor an event generated by the web browser; a framework event generator configured to generate a framework event based on the event; and a framework sewer interface configured to send the framework event to a framework server; and the processor further configured as a framework server communicating with the framework plugin, comprising: a framework plugin interface configured to receive the framework event from the framework plugin; a fi-amework action determinator configured to determine a fi-amework action based on the received framework event and a framework policy, wherein the framework plugin interface is further configured to send the framework action to the framework plugin, wherein the framework server interface is further configured to receive the framework action from the framework server and the framework plugin further comprises a framework action executor configured to execute the received framework action received.4. The computer system of claim 1 3, wherein the framework sewer further comprises a policy store interface configured to receive the framework policy from a policy store.15. The computer system of claim 14, wherein the framework server further comprises a framework policy configurator configured to customize the framework server based on the framework policy.16. The computer system of claim 13, wherein the framework plugin further comprising a webpage updater configured to generate or modify a webpage, 17. The computer system of claim 13, wherein the framework sewer further comprises an external event interface configured to receive an external event from an external event source and the framework action determinator is further configured to determine the framework action based on the external event and the framework policy.18. The computer system of claim 13, wherein the framework sewer further comprises an external process interface configured to initiate an external process based on the framework action.19. The computer system of claim 13, wherein the framework plugin interface is further configured to communicate with a second framework plugin coupled with a second web browser.20. The computer system of claim 13, wherein the framework server further comprises a network interface configured to communicate with a second framework server.2L The computer system of claim 20, wherein the network interface is further configured to send the framework event to the second framework server, 22. The computer system of claim 20, wherein the network interface is further configured to forward the framework action to the second framework server.23. A non-transitory computer readable medium having executable instructions operable to, when executed by a processor, cause the processor to: receive at a framework plugin a web event from a web browser, wherein the framework plugin is coupled with the web browser; generate by the framework plugin a framework event based on the web event; forward the framework event to a framework sewer coupled to the framework plugin; receive at the framework sewer the framework event from the framework plugin; determine at the framework sewer a framework action based on the framework event and a framework policy; forward the framework action to the framework plugin; and execute the framework action by the framework plugin.24. The non-transitory computer readable medium of claim 23, wherein the executable instructions are further operable to, when executed by the processor, cause the processor to receive the framework policy from a policy store, 25. The non-transitory computer readable medium of claim 23, wherein the executable instructions are further operable to, when executed by the processor, cause the processor to receive at the framework server an external event from an external event source; and determine at the framework server the framework action based on the external event and the framework policy.26. The non-transitory computer readable medium of claim 23, wherein the executable instructions are further operable to, when executed by the processor, cause the processor to initiate an external process based on the framework action.
GB1408457.8A 2013-05-13 2014-05-13 Web event framework Withdrawn GB2516729A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/892,678 US10291615B2 (en) 2013-05-13 2013-05-13 Web event framework

Publications (2)

Publication Number Publication Date
GB201408457D0 GB201408457D0 (en) 2014-06-25
GB2516729A true GB2516729A (en) 2015-02-04

Family

ID=51032680

Family Applications (1)

Application Number Title Priority Date Filing Date
GB1408457.8A Withdrawn GB2516729A (en) 2013-05-13 2014-05-13 Web event framework

Country Status (2)

Country Link
US (1) US10291615B2 (en)
GB (1) GB2516729A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2558658A (en) * 2017-01-16 2018-07-18 Advanced Risc Mach Ltd Distributed event management
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US11895138B1 (en) * 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9912720B2 (en) 2013-05-13 2018-03-06 Appsense Us Llc Context aware browser policy
US9900367B2 (en) 2013-05-13 2018-02-20 Appsense Us Llc Context transfer from web page to application
JP6325796B2 (en) * 2013-11-06 2018-05-16 キヤノン株式会社 Information processing terminal, control method therefor, and program
US9870116B1 (en) * 2013-12-09 2018-01-16 Google Llc Controlling actions for browser extensions
US9954894B2 (en) 2016-03-04 2018-04-24 Microsoft Technology Licensing, Llc Webpage security
US10819719B2 (en) * 2016-10-11 2020-10-27 General Electric Company Systems and methods for protecting a physical asset against a threat

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050021978A1 (en) * 2003-06-26 2005-01-27 Sun Microsystems, Inc. Remote interface for policy decisions governing access control
US7711832B1 (en) * 2003-09-22 2010-05-04 Actional Corporation Enabling existing desktop applications to access web services through the use of a web service proxy
US7865931B1 (en) * 2002-11-25 2011-01-04 Accenture Global Services Limited Universal authorization and access control security measure for applications

Family Cites Families (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7426513B2 (en) * 2000-10-12 2008-09-16 Sap Portals Israel Ltd. Client-based objectifying of text pages
US7231661B1 (en) * 2001-06-21 2007-06-12 Oracle International Corporation Authorization services with external authentication
US6865599B2 (en) * 2001-09-04 2005-03-08 Chenglin Zhang Browser-to-browser, dom-based, peer-to-peer communication with delta synchronization
US20040003043A1 (en) 2002-06-20 2004-01-01 International Business Machines Corporation Remote control of document objects in a collaborative environment
US7296235B2 (en) * 2002-10-10 2007-11-13 Sun Microsystems, Inc. Plugin architecture for extending polices
US7827607B2 (en) 2002-11-27 2010-11-02 Symantec Corporation Enhanced client compliancy using database of security sensor data
US7177915B2 (en) 2002-12-31 2007-02-13 Kurt Kopchik Method and apparatus for wirelessly establishing user preference settings on a computer
WO2005091107A1 (en) 2004-03-16 2005-09-29 Netcraft Limited Security component for use with an internet browser application and method and apparatus associated therewith
GB2412189B (en) * 2004-03-16 2007-04-04 Netcraft Ltd Security component for use with an internet browser application and method and apparatus associated therewith
US20050229104A1 (en) 2004-04-09 2005-10-13 Microsoft Corporation Add-on management
US7353375B2 (en) 2004-10-07 2008-04-01 Hewlett-Packard Development Company, L.P. Method and apparatus for managing processor availability using a microcode patch
US7937755B1 (en) 2005-01-27 2011-05-03 Juniper Networks, Inc. Identification of network policy violations
CN1835507A (en) 2005-03-17 2006-09-20 国际商业机器公司 Method for the server side processing of user interactions with a web-browser
US7336964B2 (en) * 2005-07-12 2008-02-26 Qwest Communications International Inc. Correlating activities with the location of a mobile communications device systems and methods
US20070198525A1 (en) 2006-02-13 2007-08-23 Microsoft Corporation Computer system with update-based quarantine
US8700788B2 (en) 2006-08-18 2014-04-15 Smarticon Technologies, Llc Method and system for automatic login initiated upon a single action with encryption
US20080229288A1 (en) 2007-03-13 2008-09-18 Steve Nelson Software Plugin Modules for Device Testing
US8806637B2 (en) * 2007-06-11 2014-08-12 Red Hat, Inc. Authorization framework
US9204100B2 (en) 2008-03-18 2015-12-01 At&T Intellectual Property I, Lp Method and system for providing set-top box remote access functions in a browser extension
US8286220B2 (en) 2008-09-23 2012-10-09 Zscaler, Inc. Browser access control
US20100313252A1 (en) * 2009-06-08 2010-12-09 Erie Trouw System, method and apparatus for creating and using a virtual layer within a web browsing environment
US9137319B2 (en) 2009-11-13 2015-09-15 Adobe Systems Incorporated Browser privacy mode support
US9390172B2 (en) * 2009-12-03 2016-07-12 Microsoft Technology Licensing, Llc Communication channel between web application and process outside browser
WO2011126911A1 (en) 2010-03-30 2011-10-13 Authentic8, Inc Disposable browsers and authentication techniques for a secure online user environment
US8407461B2 (en) * 2010-12-17 2013-03-26 Oracle International Corporation Plug-in system for software applications
US9537869B2 (en) * 2011-02-11 2017-01-03 Blue Cedar Networks, Inc. Geographical restrictions for application usage on a mobile device
US8788627B2 (en) * 2011-09-30 2014-07-22 Apple Inc. Interactive web application framework
US20130145361A1 (en) * 2011-12-01 2013-06-06 International Business Machines Corporation Discovering and installing web application plugins
US9679163B2 (en) 2012-01-17 2017-06-13 Microsoft Technology Licensing, Llc Installation and management of client extensions
US20140189804A1 (en) * 2013-01-02 2014-07-03 Sap Ag Location-based application security mechanism
US9692854B2 (en) * 2013-01-23 2017-06-27 Facebook, Inc. Communication between a web-based application and a desktop application
US9912720B2 (en) 2013-05-13 2018-03-06 Appsense Us Llc Context aware browser policy
US9167052B2 (en) 2013-05-13 2015-10-20 Appsense Limited Apparatus, systems, and methods for providing policy in network-based applications
US9900367B2 (en) 2013-05-13 2018-02-20 Appsense Us Llc Context transfer from web page to application

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7865931B1 (en) * 2002-11-25 2011-01-04 Accenture Global Services Limited Universal authorization and access control security measure for applications
US20050021978A1 (en) * 2003-06-26 2005-01-27 Sun Microsystems, Inc. Remote interface for policy decisions governing access control
US7711832B1 (en) * 2003-09-22 2010-05-04 Actional Corporation Enabling existing desktop applications to access web services through the use of a web service proxy

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US11895138B1 (en) * 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
GB2558658A (en) * 2017-01-16 2018-07-18 Advanced Risc Mach Ltd Distributed event management
GB2558658B (en) * 2017-01-16 2021-01-27 Advanced Risc Mach Ltd Distributed event management
US11086695B2 (en) 2017-01-16 2021-08-10 Arm Limited Distributed event management

Also Published As

Publication number Publication date
GB201408457D0 (en) 2014-06-25
US10291615B2 (en) 2019-05-14
US20140337495A1 (en) 2014-11-13

Similar Documents

Publication Publication Date Title
US9900367B2 (en) Context transfer from web page to application
US10291615B2 (en) Web event framework
US11838299B2 (en) Cloud-based web content processing system providing client threat isolation and data integrity
CN108616490B (en) Network access control method, device and system
US10171591B2 (en) Connecting public cloud with private network resources
US9667651B2 (en) Compromised insider honey pots using reverse honey tokens
US10728245B2 (en) HTTP proxy authentication using custom headers
US9306951B1 (en) Generating secure roaming user profiles over a network
US11582129B2 (en) Monitoring overlay networks
US20190036955A1 (en) Detecting data exfiltration as the data exfiltration occurs or after the data exfiltration occurs
US8856308B1 (en) Cloud scale automatic identity management
US10645061B2 (en) Methods and systems for identification of a domain of a command and control server of a botnet
US10764352B2 (en) Context aware browser policy
CN113170283A (en) Triggering event notifications based on messages to application users
JP2014179025A (en) Connection destination information extraction device, connection destination information extraction method, and connection destination information extraction program
US10601846B2 (en) Neutralizing malicious locators
US11314878B2 (en) Secure link sharing
US11803635B2 (en) Passing local credentials to a secure browser session
US11277379B2 (en) Modification of application-provided turn servers
WO2021206832A1 (en) Remoting user credential information to a remote browser
US11949707B1 (en) Isolating suspicious links in email messages
US11824862B1 (en) Electronic resource access
US20230409760A1 (en) Secure input method editor for virtual applications
Fernandez et al. Modeling Malware-driven Honeypots
Kirkbride et al. Using SSH

Legal Events

Date Code Title Description
732E Amendments to the register in respect of changes of name or changes affecting rights (sect. 32/1977)

Free format text: REGISTERED BETWEEN 20160602 AND 20160608

732E Amendments to the register in respect of changes of name or changes affecting rights (sect. 32/1977)

Free format text: REGISTERED BETWEEN 20190523 AND 20190529

WAP Application withdrawn, taken to be withdrawn or refused ** after publication under section 16(1)