WO2008045918A2 - Decentralized access control framework - Google Patents

Decentralized access control framework Download PDF

Info

Publication number
WO2008045918A2
WO2008045918A2 PCT/US2007/080899 US2007080899W WO2008045918A2 WO 2008045918 A2 WO2008045918 A2 WO 2008045918A2 US 2007080899 W US2007080899 W US 2007080899W WO 2008045918 A2 WO2008045918 A2 WO 2008045918A2
Authority
WO
WIPO (PCT)
Prior art keywords
user
access
context
controllers
parameter
Prior art date
Application number
PCT/US2007/080899
Other languages
French (fr)
Other versions
WO2008045918A3 (en
Inventor
Atish Datta Chowdhury
Namit Chaturvedi
Meenakshi Balasubramanian
Arul Ganesh
Original Assignee
Honeywell International Inc.
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 Honeywell International Inc. filed Critical Honeywell International Inc.
Publication of WO2008045918A2 publication Critical patent/WO2008045918A2/en
Publication of WO2008045918A3 publication Critical patent/WO2008045918A3/en

Links

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C9/00Individual registration on entry or exit
    • G07C9/20Individual registration on entry or exit involving the use of a pass
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C9/00Individual registration on entry or exit
    • G07C9/20Individual registration on entry or exit involving the use of a pass
    • G07C9/27Individual registration on entry or exit involving the use of a pass with central registration

Definitions

  • the present application relates to decentralizing the authorization function in the context of physical access control.
  • Access control is frequently implemented to control the access of users to resources and/or to make decisions about denying or granting access to those resources.
  • these resources are typically rooms or, more generally, restricted areas guarded by entrances or doors .
  • the goal of authorization in access control is usually to specify and evaluate/look-up a set of policies that control the access of users to resources, i.e., making decisions about denying or granting access of users to resources.
  • the goal of secure authorization is usually to communicate this decision in a secure manner.
  • the goal of authentication is usually to verify that a user is who the user says he or she is . The focus herein is primarily on authorization.
  • an access control system 10 traditionally includes card readers 12 ⁇ , 12 2 , . . . , 12 n connected to a centralized controller 14.
  • the card readers 12i, 12 2( . . ., I2 n are typically stationed at doors or other access points to restricted areas.
  • Each of the card readers 12 X , 12 2 , . . ., 12 n reads access cards carried by the users, and the card readers 12 lr 12 2 , . - -, 12 n communicate information read from the access cards to the centralized controller 14.
  • the card readers 12i, 12 2 , . . ., 12 n communicate with the centralized controller 14 for every access request.
  • Each of the locks or other entry- control devices IS 1 , 16 2 , . . ., 16 n usually correspond to one of the card readers 12i, 12 2 , . . . , 12 n and are located at the same access point .
  • the centralized controller 14 of the access control system 10 is usually a well designed and sophisticated device with fail-over capabilities and advanced hardware and algorithms to perform fast decision making.
  • the decision making process of the centralized controller 14 of the access control system 10 is fundamentally based on performing a lookup in a static Access Control List (ACL) 18.
  • the ACL 18 contains static policy based rules (e.g., one rule in the ACL 18 might provide that user X is not allowed entry into room R) , which change only when the policy changes (e.g., the ACL 18 might be changed to provide that user X can henceforth enjoy the privileges of room R) .
  • policies are implemented in a set of rules that governs authorization.
  • the static ACL based policies as mentioned above can be viewed as context-independent policies.
  • context-sensitive policies will require a dynamic evaluation of different states of the system including the user's past history of activities. This evaluation is referred to as dynamic authorization.
  • dynamic authorization With the interconnect architecture of Figures 1 and 2 , and with a reasonable number of users of a protected facility, the access control system 10 using static ACL based policies makes decisions quickly, is reliable, and is considered to be reasonably robust.
  • context-sensitive policies typically constitute a small fraction of the total policies governing the operation of the system. It is expected that buildings and facilities of the future will require increasingly more intelligent physical access control solutions.
  • access control solutions are being provided with the capability to detect such conditions as intrusion and fire .
  • this increased capability implies that such access control solutions should be provided with the ability to specify conditions that are dynamically evaluated, e.g., disable entry to a particular room in case of a break-in, and/or disable entry to a particular room if its occupancy reaches its capacity limit, and/or allow entry to a normal user only if a supervisor is already present inside the room, etc.
  • This increased capability leads to a significant emphasis on the need for dynamic authorization. That is, if context-sensitive policies form a significant part of the access control policies of a facility, then the facility will appear to adapt its access control enforcement in keeping with the changes in the system. Thus, the facility will appear to be more intelligent as compared to facilities having a lesser number of context dependent, access control policies.
  • Such dynamic authorization can be centrally implemented with the current architecture ( Figure 1 and 2) .
  • This centralized implementation will require the context information pertaining to every possible policy to be continuously gathered at the central controller, and upon a request, the controller needs to evaluate this context and needs to arrive at a dynamic authorization decision.
  • an access control system 20 using a more generic interconnect architecture may- include card readers 22i, 22 2 , . . ./ 22 n connected to a network 24 that is either a wired only network, or a wireless only network, or a mixed wired and wireless network.
  • the network 24 includes controllers 26i , . . ., 26 n and servers 28i , . . ., 28 n .
  • FIG. 3 The architecture of Figure 3 is not suitable for the centralized access control system 10 shown in Figures 1 and 2. This unsuitability is due to the fundamental dependency on the central controller for every decision, i.e., a system architecture that necessitates a guaranteed reader-to- controller communication for every access decision will not be a good choice for the more generic and flexible interconnect architecture (such as that shown in Figure 3) .
  • the present application focuses primarily on a decentralized policy evaluation framework for dynamic authorization. Addressed herein are issues of scalability related to dynamic authorization as raised above.
  • the present invention as set out in the claims hereof enables an access control system to leverage a more general purpose network, e.g.., the IP network of a facility.
  • the response R indicates whether or not access is allowed.
  • U.S. Patent No. 6,570,487 describes an arrangement that is intended to improve the robustness of communications from the doors to the access controllers by providing redundancy of receivers and access controllers (referred to as distributed receivers and distributed access controllers in the literature) .
  • One fundamental problem addressed by work related to access control is that of a secure transmission of the response R from the controller E to the door D rather than of determining the response R per se. It may be recalled that determining the privilege grant content of the response R, i.e., computing what should be the access permission, given a certain door D and input I, is the problem of authorization.
  • a barrier to access includes a controller and at least one administration entity.
  • the controller selectively allows access, and the at least one administration entity generates credentials/proofs. According to the barrier, no valid proofs are determinable given only the credentials and values for expired proofs.
  • the controller receives the credentials and proofs, the controller determines if access is presently authorized, and, if access is presently authorized, the controller allows access.
  • Document WO2003088166A2 shows how the door D can verify the response R by making use of a one way hash function H(N 1 ) (where Ni is- dependant on the- input- 1) , and an elapsed time interval of which the door D keeps track.
  • H(N 1 ) where Ni is- dependant on the- input- 1
  • WO2005010685 underlines how this strategy can be useful for disconnected doors - where essentially the response R will be carried by the access card.
  • U.S. Published Application 20030028814 describes a generic microcontroller enabled door reader that can communicate with a smart card. However, its functional architecture uses the card and reader interaction to establish the authenticity of the card and not for authorization.
  • U.S. Patent Mo. 6,647,388 discloses that an access request can be used to extract a policy condition and that the policy condition is evaluated to determine if there is sufficient information available to evaluate, to obtain the necessary information if there is insufficient information to reach a proper decision, and then to grant or deny access on the basis of the evaluated information.
  • this processing was designed for access control in computer systems in general and, hence, its functional architecture differs from that of the present invention.
  • U.S. -Published Application -20050080838 presents a flexible architecture for dynamic policy evaluation in the context of web-services and is significantly different in the functional modules from the present invention.
  • U.S. Patent No. 6,014,666, U.S. Published Application 20050132048(Al), U.S. Published Application 20030204751(Al), and U.S. Published Application 20050138419 (Al) also discuss similar access control mechanisms in the context of general computer systems and software agents.
  • the present invention solves one or more of these or other problems.
  • a decentralized access control system to make decentralized access authorization decisions.
  • the system comprises the following: at least one access controlling device and at least one user carried device.
  • the access controlling device provides a first parameter that enables a decision relating to access authorization of a user.
  • the at least one user carried device is carried by the user and interacts with the access controlling device, the user carried device stores a second parameter that enables the decision relating to the access authorization of the user at the instance of presenting-the user- carried device to the access controlling device, and the decision is made as a function of both the first parameter and the second parameter.
  • a smart card which is useful in a decentralized access control system whereby access authorization decision making is decentralized, comprises a memory and a processor.
  • the memory stores policy rules, the policy rules enable decisions to be made at instances of presenting the smart card to an access controller controlling access to a restricted area, and the decisions relate to access to the restricted area by a user of the smart card.
  • the processor is coupled to the memory and is arranged to enable the decisions based upon the policy rules and a system context transmitted to the smart card.
  • the system context is based on an environment relating to the restricted area.
  • Figure 3 shows a generic interconnect architecture that can be used for access control system
  • Figure 4 shows an access control system according to an embodiment of the present invention
  • Figure 5 shows a representative one of the smart cards of Figure 4.
  • Figure 6 shows a representative one of the readers of Figure 4.
  • Figure 7 shows a representative one of the door controllers of Figure 4.
  • the domain of the control of physical access to a facility involves users (who are free to move) making requests (e.g., swiping a card, pointing a device, etc.) to some physical device (e.g., reader, processor, etc.) for access to some resource.
  • requests e.g., swiping a card, pointing a device, etc.
  • some physical device e.g., reader, processor, etc.
  • Facility access control that guards a user's physical entry/exit to/from a room or other similar restricted area exemplifies this physical access control space.
  • Facility access control specifies and enforces a set of policies/rules that dictate access of users to spaces such as rooms .
  • one policy might provide that a requesting user is allowed access only if the occupancy of the room is less than or equal to a predetermined capacity limit, such as 20 occupants.
  • a predetermined capacity limit such as 20 occupants.
  • an allow or deny decision is dictated by the system context involving the occupancy of the room.
  • Policies may be specified in a formal language and stored as an executable on the smart cards .
  • System context information is obtained dynamically from the system.
  • the policies stored on his/her smart card are executed along with the system context information, and an allow/deny decision is made by the smart card and the reader that is installed at the portal to the room to which the card holder desires access. Per-user state information is then written back to the smart card.
  • FIG. 4 One embodiment of an access control system 40 for the control of access to a building with interconnects is shown in Figure 4.
  • the access control system 40 implements de-centralized access control (DAC) , which is not to be confused with Discretionary Access Control.
  • DAC de-centralized access control
  • the de-centralized access control for example, may be arranged to fall within the domain of non-discretionary access control .
  • the access control system 40 include user- carried devices 42 (e.g., smart access cards), readers 44 (e.g., device readers), access agents 46 (e.g., portals such as doors), resources 48 (e.g., protected areas such as rooms) , an interconnect 50, policies 52 that are context sensitive and dynamic, and controllers 54,
  • the user-carried devices 42 have built in computational capabilities and memories, as opposed to passive cards that are commonly used today. Users are required to carry the user-carried devices 42.
  • the user- carried devices 42 are more simply referred to herein as smart cards. However, it should be understood that the present invention can also relate to user-carried devices other than smart cards .
  • the readers-44- at the doors or other portals are able to read from and write to the user-carried devices 42.
  • the access agents 46 are access control enabled.
  • the access agents 46 are more simply referred to herein as doors. However, it should be understood that the present invention relates to access agents other than doors.
  • Each of the doors 46 may be arranged to have one or more readers 44.
  • each of the doors 46 may be arranged to have two readers 44 with one of the readers 44 on each side of the corresponding door 46.
  • each of the doors 46 for example, may be arranged to have a corresponding one of the door controllers 54.
  • the door controller 54 is connected to the reader 44 and has an actuator for locking and unlocking the corresponding door 46.
  • the door controller 54 will usually have a wireless/locally wired communication component and some processing capabilities .
  • Each reader can have its own controller too. Also, the functionality of the door controller 54 and the reader 44 can be folded into one integrated unit as well, and a door may have two such units on either side.
  • the resources 48 may be enclosed spaces or other restricted areas . Access to the resources 48 is-permitted by the doors -46 with each of the doors 46 being provided with a corresponding one of the door- controllers 54 to control access through a corresponding one of the doors 46 and into a corresponding one of the resources 48.
  • the interconnect 50 interconnects the door controllers 54 and is typically a mix of wired and wireless components, and can leverage the facility IP network. It should be understood that the interconnect 50 may instead comprise only wired components or only wireless components, that the wired components may include regular network cables, optical fibers, electrical wires, or any other type of physical structure over which the door controllers 54 can communicate, and that the wireless components may include RF links, optical links, magnetic links, sonic links, or any other type of wireless link over which the door controllers 54 can communicate.
  • the policies 52 include authorization policies that depend on a system context (e.g., refuse entry if the number of people in a room is more than ⁇ a threshold) and that can be altered dynamically.
  • a system context e.g., refuse entry if the number of people in a room is more than ⁇ a threshold
  • the smart cards 42 carry information about all the access policies 52 of the corresponding user. Upon an access request, the access decision is made locally by virtue of the interaction between the smart card 42, which carries the policies 52, and the door controller 54, which supplies the context information. In one embodiment, the smart card 42 can use the policy and both the system context and the user's history in order to make a decision regarding the request for access by the user through the door 46.
  • the interconnect 50 is used to transfer system- level information to the door-controllers 54 and to program the door-controllers 54.
  • system level information can be administrative actions, like raising the security level of a facility to high, which need to be communicated to all or to at least some of the door controllers 54 using the interconnect 50.
  • Another example can be local information as collected from different door controllers 54 of a particular room in order to locally compute the room occupancy using the interconnect 50 to talk amongst themselves .
  • the logs of the different door controllers 54 are also periodically pushed to a central place using the interconnect 50.
  • the users are expected to re-program, re-flash, or otherwise alter the policies 52 stored on their smart cards ⁇ 2 on an agreed upon granularity- so that they can reflect any change in the policies 52.
  • all or some door controllers 54 may be instructed to reflash the policies of certain users or a group of users by using the readers 44 attached to the controllers 54 to reflash the user carried devices 42.
  • the pertinent portions thereof are stored on the user's smart card 42 in connection with the access control system 40.
  • the door controller 54 and the smart cards 42 communicate with one another in order to choose the correct policy and hence control access to the room 48.
  • the policies 52 stored on the smart card 42 may be personal to the user possessing the smart card 42.
  • the smart card 42 of user A may contain a policy specifying that user A is permitted access to a room only if user B is already in the room.
  • the smart card 42 of user C may contain no such policy..
  • the smart cards 42 carry a policy rule-engine instead of static policies.
  • the door-controllers 54 by virtue of the interconnect 50, imposes the system context.
  • the system context in conjunction- with the rule-engine on the smart cards 42, dynamically makes the access decisions .
  • policies 52 are analyzed by a policy analyzer 56 in conjunction with a facility topology 58, are converted into user-specific rule engines, and are programmed into the smart cards 42.
  • the door controllers 54 are also programmed/configured by the analyzer 56 in order for them to evaluate the system context in a distributed manner.
  • the door controllers 54 can write user specific history into the smart cards 42 at runtime.
  • the policies 52 are combined with the system context imposed by the door-controllers 54 in order to make access decisions.
  • one of the rules that is produced by the policy analyzer 56 from the policies 52 might specify that entry into a particular one of the rooms 48 (identified by the facility topology 58) is allowed only if occupancy in this particular room is less then twenty (e.g., the capacity limit of this room).
  • the context of this policy is the current occupancy of this room.
  • the door controller 54 which is charged with imposing the system context, maintains a count of the occupants of the room.
  • the policy is evaluated by the smart card 42 after applying the system context which it receives from the door controller 54 and makes the access decision to grant or deny access.
  • the policies 52 may be specified using a formal logical language.
  • the formal logical language may be built on top of certain elementary relations over events and variables using Boolean operations and quantification.
  • the events may be atomic entities relating to the system context and the movement of users inside a facility.
  • the variables may be place holders used to quantify over events .
  • the relationship between an event and a variable determines how a variable represents a particular event and the order of occurrence of events .
  • An administrator can define the policies 52 in a high level English-like specification, which follows a grammar.
  • the grammar in this context refers to a language generation rule.
  • the policy analyzer includes a high level policy parser that parses the policies 52 input by the administrator in accordance with the grammar and translates the policy input into a formal logical language .
  • One formal ⁇ logical language that can be used for this purpose is the Monadic Second Order (MSO) Logic.
  • MSO Monadic Second Order
  • This logic is parameterized by a set of events, where events are entities that represent access control requests, decisions, and system context (e.g., a room reaching its maximum occupancy) .
  • the events may thus be atomic entities relating to the system context and the movement of users inside a facility.
  • the formal logical language may be built on top of certain elementary relations over events and variables using Boolean operations and quantification.
  • the syntax of the formal policy language can be MSO logic, tuned to the context of access control, e.g., using application specific knowledge to define the relations over events.
  • the high level parser of the policy analyzer 56 works by first parsing the high level policy to extract pieces of templates for which pre-designated Monadic Second Order formulas can be substituted.
  • the Monadic Second Order formulas of the pieces of templates are then put together, e.g., by means of conjunctions or disjunctions, by the high level parser to obtain a single Monadic Second Order formula corresponding to the policy.
  • parser uses knowledge of the application domain to effectively perform the translation. Once a grammar for the high-level English-like specification is defined according to the needs of the access control application, parsing can be carried out using well known parsing techniques available from Alfred V. Aho, Ravi Sethi, Jeffrey D. ⁇ llman in "Compilers Principles,
  • policies specified in Monadic Second Order Logic thus obtained to be operational in terms of enforcing access, they have to be converted into computational/executable machine models. These machine models can then be stored in appropriate locations for execution.
  • Conventional finite state automata may be used as the machine models that execute these policies .
  • a language analyzer of the policy analyzer 56 may be used to constitute the set of algorithms that convert the policies specified in Monadic Second Order Logic into their equivalent finite state automata.
  • a language analyzer algorithm follows well-known theoretical techniques for converting formula into automata. Theorems and techniques from Thomas, W. in "Languages, automata and logic," in Handbook of Formal Languages, Vol. Ill, Springer, New York, 1997, pp.
  • 389—455 can be implemented as an algorithm for this language analyzer.
  • the automata can then be stored in user carried devices to carry out the decentralized authorization.
  • These automata act as rule engines executing the policies 52, since, as mentioned above, their construction allows precisely those behaviors that satisfy the policies . All of the policies 52 corresponding to a particular user are collected together and converted into executable automata which are then stored on the user's smart card 42.
  • the policy analyzer also use the topology 58 of the facility in which the access control system is to be used. That way, the executable automata are tailored for this topology.
  • the door controllers 54 may also be programmed/configured by the analyzer 56 in order for them to evaluate the system context in a distributed manner. Accordingly, when a user requests access to a room 48, the corresponding door controller 54 initiates execution of those of the policies 52 stored in the user' s smart card 42, which results in an access decision (allow/deny) that is unique to that user and to that room.
  • the parser and the language analyzer are together referred to in this disclosure as the high level analyzer or the policy analyzer or simply the analyzer 56.
  • Examples of dynamic policy types that can be specified using the formal logical language referred above include the following: assisted access, whereby one user can enter the facility only when another designated user is available to provide access; anti-pass back, whereby re-entry is denied if a user is found to have made an unrecorded exit after a valid entry; system state based policies, whereby access is limited, for example, by the number or category of users inside a room; and, temporal policies, whereby a user has access to a facility only during specific interval of time. Different or other policies may be implemented.
  • the policy analyzer 56 analyzes and converts the policies 52 into their equivalent finite state automata. These automata act as rule engines executing the policies 52. They are constructed to allow precisely those behaviors that satisfy the policies. All of the policies 52 corresponding to a particular user are collected together and converted into executable automata which are then stored on the user's smart card 42. When the user requests access to a room 48, the corresponding door controller 54 initiates execution of those of the policies 52 stored in the user's smart card 42, which results in a an access decision (allow/deny) that is unique to that user.
  • the interconnect 50 may be arranged to include a system administrator 59 some of whose functions are discussed below.
  • the smart card 42 includes a memory 60, a processor 62, a transceiver 64, and a power source 66.
  • the memory 60 may be a flash memory and stores the rule engine that enforces the policies 52 targeted to the user carrying the smart card 42.
  • the smart card 42 may be arranged to respond to a generic read signal that is transmitted continuously, periodically, or otherwise by the reader 44 , that is short range, and that requests any of the smart cards 42 in its vicinity to transmit its ID, and/or a request for system context, and/or other signal to the reader 44. In response to the read signal, the smart card 42 transmits the appropriate signal to the reader 44.
  • the transceiver 64 receives from the reader 44 at least the system context provided by the-door-controller 54. Based on this system context and the policies 52 stored in the memory 60, the processor 62 makes the access decision to grant or deny the user access to the room 48 associated with the reader 44 to which the user's smart card 42 is presented. The processor 62 causes the grant decision to be transmitted by the transceiver 64 to the reader 44. If desired, the processor 62 may be arranged to also cause the deny decision to be transmitted by the transceiver 64 to the reader 44.
  • the memory 60 may also be arranged to store a personal ID of the user to which the access card is assigned.
  • the processor 62 may be arranged to cause the user's personal ID to be transmitted by the transceiver 64 to the reader 44. In this manner, particular users may be barred from specified ones of the rooms 48, and access by specific users to specific rooms, etc. may be tracked.
  • the door controllers 54 can be arranged to provide back certain system contexts that are targeted to particular users.
  • the memory 60 can also store other information.
  • the processor 62 may be a microcomputer, a programmable gate array, an application —specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein.
  • ASIC application —specific integrated circuit
  • the power source 66 may be a battery, or the power source 66 may be arranged to derive its power from transmissions of the readers 44, or the power source 66 may be any other device suitable for providing power to the memory 60, the processor 62, and the transceiver 64.
  • the transceiver 64 transmits and receives over a link 68.
  • the link 68 may be a wired link or a wireless link.
  • the reader 44 includes a transceiver 70, a processor 72, a transceiver 74, and a power source 76. Although not shown, the reader 44 may also include a memory.
  • the processor 72 causes the transceiver 74 to send a signal to the door controller 54 that the smart card 42 is being presented to the ⁇ reader 44. This signal prompts the door controller 54 to transmit appropriate system context to the reader 44.
  • the system context supplied by the door controller 54 is received by the transceiver 74 of the reader 44.
  • the processor 72 jcauses. the system context_ received from the door controller 54 to be transmitted by the transceiver 70 to the smart card 42.
  • the access decision made and transmitted by the smart card 42 is received by the transceiver 70.
  • the processor 72 causes this decision to be transmitted by the transceiver 74 to the door controller 54.
  • the processor 72 may be a microcomputer, a programmable gate array, an application specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein.
  • ASIC application specific integrated circuit
  • the power source 76 may be a battery, or the power source 76 may be a plug connectable to a wall or other outlet, or the power source 76 may be any other device suitable for providing power to the transceiver 70, the processor 72 , and the transceiver 74.
  • the transceiver 70 transmits and receives over a link 78.
  • the link 78 may be a wired link or a wireless link.
  • the transceiver 74 transmits and receives over a link 80.
  • the link 80 may be a wired link or a wireless link.
  • the door controller 54 includes a -._transceiver 90_,_ a processor 92, a transceiver 94, a memory 96, one or more context detectors 98, and a power source 100.
  • the transceiver 90 receives this request signal causing the processor 92 to control the transceiver 90 so as to transmit this system context to the reader 44.
  • the system context may be stored in the memory 96.
  • the system context stored in the memory 96 may be user specific and may be stored in the memory 96 by user ID.
  • the door controller 54 transmits back system context specific to the user ID that it has received.
  • the context detector 98 may simply be a counter that counts the number of users permitted in the room 48 guarded by the door controller 54. However, the context detector 98 may be arranged to detects additional or other system contexts to be stored in the memory 96 and to be transmitted to the reader 44 and then to the smart card 42.
  • the transceiver 94 is arranged to exchange communications with the interconnect 50.
  • the processor 92 may be a microcomputer, a programmable gate array, an application specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein.
  • the power source 100 may be a battery, or the power source 100 may be a plug connectable to a wall or other outlet, or the power source 100 may be any other device suitable for providing power to the transceiver 90, the processor 92, the transceiver 94, the memory 96, and the context detector 98.
  • the transceiver 90 transmits and receives over a link 102.
  • the link 102 may be a wired link or a wireless link.
  • the transceiver 94 transmits and receives over a link 104.
  • the link 104 may be a wired link or a wireless link.
  • context-sensitive policy enforcement is de-centralized.
  • a controller to centrally maintain information about peruser permissions and system context.
  • access control decisions are made locally, with the door- controllers dynamically maintaining pertinent environmental system context.
  • This de-centralization alleviates the problem of scalability as the number of users and the complexity of the policies grow.
  • the access control system 40 is easy to configure and re-configure.
  • the readers 44 and/or the door controllers 54 are equipped with the knowledge of what they are protecting, but not how they are protecting and how should they interact and compose the system context, but not with details about an user's policy or history of activities.
  • the readers 44 and/or door controllers 54 are stateless in this regard, making reconfiguration of the facility easier. Further, effective decentralization and localization of policy decision making also enables meaningful enforcement of at least some access control policies in the event of a disconnected or partially connected reader 44 and/or door controller 54.
  • policies depending only on a user's past behavior can be enforced even if a door controller 54 is disconnected from the system through the interconnect 50.
  • secure authorization is not the primary focus of the present invention, existing mechanisms can be used for a basic secure solution.
  • the per-user policy engine and states can be encrypted with k on the user-carried devices, and the readers 44 and/or the door controllers 54 can decrypt them using k and further write back encrypted states using k on the user-carried devices.
  • This symmetric key encryption ensures security as long as k is not compromised.
  • the policy on the smart card can be certified by a digital certificate and its validity can be verified by using technologies like those developed by Core street.
  • the smart cards 42 make the access decision as to whether a user is to be permitted or denied access to a room.
  • the smart card 42 makes this decision based on the policies 52 that it stores and the system context provided by—the door-controller 54.
  • the door controller 54 could make the access decision as to whether a user is to be permitted or denied access to a room based on the policies 52 provided by the smart card 42 and the system context stored in the memory 96 of the door controller 54.
  • the reader 44 and the door controller 54 are shown as separate devices. Instead, their functions may be combined into a single device .
  • the functions of the door controller 54 may be moved to the readers 44 reducing the door controller 54 to a simple lock.
  • connections shown in Figure 4 may be wired connections, or wireless connections, or a mixture of wired connections and wireless connections.
  • the door controllers 54 may be arranged to log access decisions in a log file so that the decisions logged in the log file can be subsequently collated by a separate process for book-keeping.
  • the system context may be detected by individual door controllers through sensors or context detectors 98 either built into the door controllers 54 or otherwise attached to them. An example of this can be the presence of a certain chemical in a room.
  • the system context may also require the collaboration of different door controllers - e.g.,-to decide if the occupancy of a room is below a certain threshold.
  • Such contexts, along with each of the individual grants/denials to users are all represented as discrete events happening at the respective controllers 54.
  • the policy specification language can also define hierarchical events which are formed out of individual events at different controllers.
  • event e3 defined as “el AND e2" represents the system context "personnel hazard in room A” .
  • Such events may be specified as part of the policies 52.
  • the analyzer 56 can then translate the event definitions to specific actions on the part of the door controllers 54 by which they will detect system context either individually or in collaboration, as required by the policies.
  • the interconnect 50 of Figure 4 may include the administrator 59.
  • the system administrator 59 may be used to supply special system contexts that are in addition to any system contexts detected by the context detectors 98.
  • Such special system contexts may be used to take care of emergency situations including but not limited to revoking the access rights of a rogue user.
  • system administrator 59 may be arranged to formally specify policy roles as the policies relate to each user and to assign the users to appropriate ones of these roles.
  • a role refers to a certain policy or groups of policies that is applicable to a certain class of user.
  • a "supervisor” is a role that can include the policy of free access to all rooms
  • a "regular employee” can be a role that includes policies which allow an entry to certain protected rooms only if a "supervisor” is present.
  • the access control system 40 may also include user-specific authorization policies.
  • An example of this can be a special user who is not a regular employee at a site but needs better structured access control policies as compared to a visitor.

Abstract

A functional architecture is provided for decentralizing the authorization function of an access control system that incorporates user carried access devices, such as smart cards, and door controllers that interact so as to make the access decisions. Access to individual rooms is guarded by parameters partially carried by the user carried access devices and partially included in the door controllers.

Description

DECENTRALIZED ACCESS CONTROL FRAMEWORK
Technical Field of the Invention
The present application relates to decentralizing the authorization function in the context of physical access control.
Background of the Invention
Access control is frequently implemented to control the access of users to resources and/or to make decisions about denying or granting access to those resources. In the context of physical access control, these resources are typically rooms or, more generally, restricted areas guarded by entrances or doors . The goal of authorization in access control is usually to specify and evaluate/look-up a set of policies that control the access of users to resources, i.e., making decisions about denying or granting access of users to resources. The goal of secure authorization is usually to communicate this decision in a secure manner. The goal of authentication is usually to verify that a user is who the user says he or she is . The focus herein is primarily on authorization.
As shown in Figures 1 and 2, an access control system 10 traditionally includes card readers 12χ, 122, . . . , 12n connected to a centralized controller 14. The card readers 12i, 122( . . ., I2n, for example, are typically stationed at doors or other access points to restricted areas. Each of the card readers 12X, 122, . . ., 12n reads access cards carried by the users, and the card readers 12lr 122, . - -, 12n communicate information read from the access cards to the centralized controller 14. Locks or other entry control devices IG1, 162, . . ., 16n at the access points to the restricted areas are subsequently instructed by the centralized controller 14 to either permit or deny access. The card readers 12i, 122, . . ., 12n communicate with the centralized controller 14 for every access request. Each of the locks or other entry- control devices IS1, 162, . . ., 16n usually correspond to one of the card readers 12i, 122, . . . , 12n and are located at the same access point .
In many access control systems, such as the access control system 10 shown in Figures 1 and 2, neither the card readers 121; 122, . . ., 12^ nor the access cards have any appreciable processing, power, or memory themselves. Hence, such card readers 12i, 122, . . ., 12n and access cards are usually referred to as passive devices .
By contrast, the centralized controller 14 of the access control system 10 is usually a well designed and sophisticated device with fail-over capabilities and advanced hardware and algorithms to perform fast decision making.
The decision making process of the centralized controller 14 of the access control system 10 is fundamentally based on performing a lookup in a static Access Control List (ACL) 18. The ACL 18 contains static policy based rules (e.g., one rule in the ACL 18 might provide that user X is not allowed entry into room R) , which change only when the policy changes (e.g., the ACL 18 might be changed to provide that user X can henceforth enjoy the privileges of room R) .
Policies are implemented in a set of rules that governs authorization. The static ACL based policies as mentioned above can be viewed as context-independent policies. In contrast, context-sensitive policies will require a dynamic evaluation of different states of the system including the user's past history of activities. This evaluation is referred to as dynamic authorization. With the interconnect architecture of Figures 1 and 2 , and with a reasonable number of users of a protected facility, the access control system 10 using static ACL based policies makes decisions quickly, is reliable, and is considered to be reasonably robust. It may be additionally noted that, in current access control systems, context-sensitive policies typically constitute a small fraction of the total policies governing the operation of the system. It is expected that buildings and facilities of the future will require increasingly more intelligent physical access control solutions. For example, access control solutions are being provided with the capability to detect such conditions as intrusion and fire . In general, this increased capability implies that such access control solutions should be provided with the ability to specify conditions that are dynamically evaluated, e.g., disable entry to a particular room in case of a break-in, and/or disable entry to a particular room if its occupancy reaches its capacity limit, and/or allow entry to a normal user only if a supervisor is already present inside the room, etc. This increased capability leads to a significant emphasis on the need for dynamic authorization.. That is, if context-sensitive policies form a significant part of the access control policies of a facility, then the facility will appear to adapt its access control enforcement in keeping with the changes in the system. Thus, the facility will appear to be more intelligent as compared to facilities having a lesser number of context dependent, access control policies.
Such dynamic authorization can be centrally implemented with the current architecture (Figure 1 and 2) . This centralized implementation will require the context information pertaining to every possible policy to be continuously gathered at the central controller, and upon a request, the controller needs to evaluate this context and needs to arrive at a dynamic authorization decision.
While this process can work for small facilities, such a centralized solution will not scale up well with an increase in the number of users, size of the facility, or complexity of the context-sensitive policies, since progressively more and more information will have to be pushed from various sources to the central controller.
Due to reasons of flexibility and ease of installation and modification, a general purpose network (e.g., an Internet Protocol (IP) network of a facility) is more attractive for an access control solution in comparison with the special purpose dedicated connections between the various devices and the central controller in Figures 1 and 2. As-shown in Figure 3, an access control system 20 using a more generic interconnect architecture may- include card readers 22i, 222, . . ./ 22n connected to a network 24 that is either a wired only network, or a wireless only network, or a mixed wired and wireless network. The network 24 includes controllers 26i , . . ., 26n and servers 28i , . . ., 28n. The architecture of Figure 3 is not suitable for the centralized access control system 10 shown in Figures 1 and 2. This unsuitability is due to the fundamental dependency on the central controller for every decision, i.e., a system architecture that necessitates a guaranteed reader-to- controller communication for every access decision will not be a good choice for the more generic and flexible interconnect architecture (such as that shown in Figure 3) .
The present application focuses primarily on a decentralized policy evaluation framework for dynamic authorization. Addressed herein are issues of scalability related to dynamic authorization as raised above. The present invention as set out in the claims hereof enables an access control system to leverage a more general purpose network, e.g.., the IP network of a facility. Most—work- in the—domain of—facility, access control is based on a model having a door D that receives an input I (including user id) from an access card (or some other device carried by an user) , that sends information i (where i = f (I)) to a central controller E, and that receives a response R from the central controller E. The response R indicates whether or not access is allowed.
A purely centralized implementation of access control has only one controller E, whereas a slightly more scalable solution that has multiple controllers with different levels or hierarchies and data caching is shown in European Application EP1320012A2.
U.S. Patent No. 6,570,487 describes an arrangement that is intended to improve the robustness of communications from the doors to the access controllers by providing redundancy of receivers and access controllers (referred to as distributed receivers and distributed access controllers in the literature) . One fundamental problem addressed by work related to access control is that of a secure transmission of the response R from the controller E to the door D rather than of determining the response R per se. It may be recalled that determining the privilege grant content of the response R, i.e., computing what should be the access permission, given a certain door D and input I, is the problem of authorization.
Core Street has described a technique for making the controller E to door D communication more secure by enabling the door D to figure out if the response R is valid, given the input I. Only the controller E can generate the response R and this response can then be made publicly available. That is, the response R cannot be generated by a non-controller E given the input I and previous responses on similar transactions.
Thus, as detailed in U.S. Published Application 20050055567, a barrier to access is provided that includes a controller and at least one administration entity. The controller selectively allows access, and the at least one administration entity generates credentials/proofs. According to the barrier, no valid proofs are determinable given only the credentials and values for expired proofs. The controller receives the credentials and proofs, the controller determines if access is presently authorized, and, if access is presently authorized, the controller allows access.
Document WO2003088166A2 shows how the door D can verify the response R by making use of a one way hash function H(N1) (where Ni is- dependant on the- input- 1) , and an elapsed time interval of which the door D keeps track. A related document WO2005010685 underlines how this strategy can be useful for disconnected doors - where essentially the response R will be carried by the access card.
U.S. Published Application 20030028814 describes a generic microcontroller enabled door reader that can communicate with a smart card. However, its functional architecture uses the card and reader interaction to establish the authenticity of the card and not for authorization.
In the last 10-15 years, significant research efforts have been directed towards coming up with an authorization framework, inclusive of a policy specification language and a well defined authorization model that supports dynamic authorization. To a large extent, these frameworks focus on languages that provide flexibility in specifying role based policies and guarantees unambiguous evaluation (decision) with feasible bounds on the run time, and implicitly assume a centralized implementation of the policy evaluation . These approaches concentrate more on access control as modeled on computer systems in general and not on physical access control in buildings. Consequently, while they underline the need and importance of context- dependent or dynamic evaluation of access control policies, the functional architecture remains central. and focus on languages that provide flexibility in specifying role based policies and guarantees unambiguous evaluation (decision) with feasible bounds on the run time
U.S. Patent Mo. 6,647,388 discloses that an access request can be used to extract a policy condition and that the policy condition is evaluated to determine if there is sufficient information available to evaluate, to obtain the necessary information if there is insufficient information to reach a proper decision, and then to grant or deny access on the basis of the evaluated information. However, this processing was designed for access control in computer systems in general and, hence, its functional architecture differs from that of the present invention. Similarly, U.S. Published Application
20050068983 includes context based access control policy, but is more geared towards software systems where the requesting agent can wait for all the necessary context evaluations to be performed by a separate service module. U.S. -Published Application -20050080838 presents a flexible architecture for dynamic policy evaluation in the context of web-services and is significantly different in the functional modules from the present invention. U.S. Patent No. 6,014,666, U.S. Published Application 20050132048(Al), U.S. Published Application 20030204751(Al), and U.S. Published Application 20050138419 (Al) also discuss similar access control mechanisms in the context of general computer systems and software agents.
There exist applications and standards that use smart cards where per user information is written back to the cards from specific terminals/controllers that they interact with (e.g., MONEO and CEP) . An example is the electronic purse. However, these applications concentrate more on security issues and not so much on the context-dependent run-time policy evaluations.
The recent draft of XACML (extensible Access Control Markup Language Version 2.0) under OASIS also addresses access control of general computer systems and focuses on the policy language model. It does include the vision of a distributed access control based on a request response model of many participating entities, and lays down the request/response language protocols for exchanging access control decisions. Thus, it streamlines the terms and their scopes in the context of access control on an internet based network of computing resources, and lays down recommendations of various kinds of data exchanges {and their suggested formats) .
However, it does not identify any particular functional architecture for decentralized user access control in relation to large facilities .
The present invention solves one or more of these or other problems.
Summary of the Invention
According to one aspect of the present invention, a decentralized access control system is provided to make decentralized access authorization decisions. The system comprises the following: at least one access controlling device and at least one user carried device. The access controlling device provides a first parameter that enables a decision relating to access authorization of a user. The at least one user carried device is carried by the user and interacts with the access controlling device, the user carried device stores a second parameter that enables the decision relating to the access authorization of the user at the instance of presenting-the user- carried device to the access controlling device, and the decision is made as a function of both the first parameter and the second parameter. According to another aspect of the present invention, a smart card, which is useful in a decentralized access control system whereby access authorization decision making is decentralized, comprises a memory and a processor. The memory stores policy rules, the policy rules enable decisions to be made at instances of presenting the smart card to an access controller controlling access to a restricted area, and the decisions relate to access to the restricted area by a user of the smart card. The processor is coupled to the memory and is arranged to enable the decisions based upon the policy rules and a system context transmitted to the smart card. The system context is based on an environment relating to the restricted area.
Brief Description of the Drawings β
These and other features and advantages will become more apparent from a detailed consideration of the invention when taken in conjunction with the drawings in which: Figures 1 and 2 show a traditional centralized access control system;
Figure 3 shows a generic interconnect architecture that can be used for access control system; Figure 4 shows an access control system according to an embodiment of the present invention;
Figure 5 shows a representative one of the smart cards of Figure 4;
Figure 6 shows a representative one of the readers of Figure 4; and,
Figure 7 shows a representative one of the door controllers of Figure 4.
Detailed Description The domain of the control of physical access to a facility involves users (who are free to move) making requests (e.g., swiping a card, pointing a device, etc.) to some physical device (e.g., reader, processor, etc.) for access to some resource. For example, facility access control that guards a user's physical entry/exit to/from a room or other similar restricted area exemplifies this physical access control space. Facility access control specifies and enforces a set of policies/rules that dictate access of users to spaces such as rooms . Authorization-deals with the -issues of determining whether to grant or deny access as per the policies/rules that are conditional on dynamically changing aspects of the system. This issue of authorization is addressed herein, as distinct from issues relating to security (i.e., secure communication of authorization decisions) and authentication (identification of an user) . Existing access control systems primarily address static policies and typically involve a centralized implementation strategy where all the policies are stored as an access control list (ACL) in a central controller. The readers of existing access control systems are installed at various doors and communicate with the central controller for every access request. These readers receive the allow/deny decisions from the controller, and communicate the decisions back to the user requesting access. This solution cannot be adequately scaled up to meet the needs of future buildings where it is envisioned that (i) the policies/rules are predominantly context-sensitive, (ii) there will be a large number of users, and (iii) connections between readers and controllers will leverage a generic building network. A reader-controller communication for every access request in such a scenario will not be scalable . Therefore, according to one embodiment of the present invention, authorization is decentralized and, consequently, does not rely on communications between the readers and a central controller for access decisions . According to this embodiment of the present invention, users carry devices such as smart cards on which the policies dictating the access of users are stored. These access controlling policies are system context dependent. For example, one policy might provide that a requesting user is allowed access only if the occupancy of the room is less than or equal to a predetermined capacity limit, such as 20 occupants. In such a case, an allow or deny decision is dictated by the system context involving the occupancy of the room. Policies may be specified in a formal language and stored as an executable on the smart cards . System context information is obtained dynamically from the system. Upon an access request from a user, the policies stored on his/her smart card are executed along with the system context information, and an allow/deny decision is made by the smart card and the reader that is installed at the portal to the room to which the card holder desires access. Per-user state information is then written back to the smart card. One embodiment of an access control system 40 for the control of access to a building with interconnects is shown in Figure 4. The access control system 40 implements de-centralized access control (DAC) , which is not to be confused with Discretionary Access Control. The de-centralized access control, for example, may be arranged to fall within the domain of non-discretionary access control .
The access control system 40 include user- carried devices 42 (e.g., smart access cards), readers 44 (e.g., device readers), access agents 46 (e.g., portals such as doors), resources 48 (e.g., protected areas such as rooms) , an interconnect 50, policies 52 that are context sensitive and dynamic, and controllers 54, The user-carried devices 42 have built in computational capabilities and memories, as opposed to passive cards that are commonly used today. Users are required to carry the user-carried devices 42. The user- carried devices 42 are more simply referred to herein as smart cards. However, it should be understood that the present invention can also relate to user-carried devices other than smart cards . The readers-44- at the doors or other portals are able to read from and write to the user-carried devices 42.
The access agents 46 are access control enabled. The access agents 46 are more simply referred to herein as doors. However, it should be understood that the present invention relates to access agents other than doors. Each of the doors 46, for example, may be arranged to have one or more readers 44. For example, each of the doors 46 may be arranged to have two readers 44 with one of the readers 44 on each side of the corresponding door 46. Also, each of the doors 46, for example, may be arranged to have a corresponding one of the door controllers 54. The door controller 54 is connected to the reader 44 and has an actuator for locking and unlocking the corresponding door 46. The door controller 54 will usually have a wireless/locally wired communication component and some processing capabilities . Each reader can have its own controller too. Also, the functionality of the door controller 54 and the reader 44 can be folded into one integrated unit as well, and a door may have two such units on either side.
The resources 48, for example, may be enclosed spaces or other restricted areas . Access to the resources 48 is-permitted by the doors -46 with each of the doors 46 being provided with a corresponding one of the door- controllers 54 to control access through a corresponding one of the doors 46 and into a corresponding one of the resources 48.
The interconnect 50 interconnects the door controllers 54 and is typically a mix of wired and wireless components, and can leverage the facility IP network. It should be understood that the interconnect 50 may instead comprise only wired components or only wireless components, that the wired components may include regular network cables, optical fibers, electrical wires, or any other type of physical structure over which the door controllers 54 can communicate, and that the wireless components may include RF links, optical links, magnetic links, sonic links, or any other type of wireless link over which the door controllers 54 can communicate.
The policies 52 include authorization policies that depend on a system context (e.g., refuse entry if the number of people in a room is more than βa threshold) and that can be altered dynamically.
The smart cards 42 carry information about all the access policies 52 of the corresponding user. Upon an access request, the access decision is made locally by virtue of the interaction between the smart card 42, which carries the policies 52, and the door controller 54, which supplies the context information. In one embodiment, the smart card 42 can use the policy and both the system context and the user's history in order to make a decision regarding the request for access by the user through the door 46.
The interconnect 50 is used to transfer system- level information to the door-controllers 54 and to program the door-controllers 54.
One example of system level information can be administrative actions, like raising the security level of a facility to high, which need to be communicated to all or to at least some of the door controllers 54 using the interconnect 50.
Another example can be local information as collected from different door controllers 54 of a particular room in order to locally compute the room occupancy using the interconnect 50 to talk amongst themselves . The logs of the different door controllers 54 are also periodically pushed to a central place using the interconnect 50.
The users are expected to re-program, re-flash, or otherwise alter the policies 52 stored on their smart cards Λ2 on an agreed upon granularity- so that they can reflect any change in the policies 52. In specific instances, all or some door controllers 54 may be instructed to reflash the policies of certain users or a group of users by using the readers 44 attached to the controllers 54 to reflash the user carried devices 42.
Thus, instead of a central controller storing all policies as is done in traditional access control systems, the pertinent portions thereof (i.e., of the policies 52} are stored on the user's smart card 42 in connection with the access control system 40. The door controller 54 and the smart cards 42 communicate with one another in order to choose the correct policy and hence control access to the room 48. The policies 52 stored on the smart card 42 may be personal to the user possessing the smart card 42. For example, the smart card 42 of user A may contain a policy specifying that user A is permitted access to a room only if user B is already in the room. However, the smart card 42 of user C may contain no such policy..
To implement and enforce context-sensitive policies, the smart cards 42 carry a policy rule-engine instead of static policies. The door-controllers 54, by virtue of the interconnect 50, imposes the system context. The system context, in conjunction- with the rule-engine on the smart cards 42, dynamically makes the access decisions .
Thus, the policies 52 are analyzed by a policy analyzer 56 in conjunction with a facility topology 58, are converted into user-specific rule engines, and are programmed into the smart cards 42. The door controllers 54 are also programmed/configured by the analyzer 56 in order for them to evaluate the system context in a distributed manner. The door controllers 54 can write user specific history into the smart cards 42 at runtime. The policies 52 are combined with the system context imposed by the door-controllers 54 in order to make access decisions. As an example, one of the rules that is produced by the policy analyzer 56 from the policies 52 might specify that entry into a particular one of the rooms 48 (identified by the facility topology 58) is allowed only if occupancy in this particular room is less then twenty (e.g., the capacity limit of this room). The context of this policy is the current occupancy of this room. The door controller 54, which is charged with imposing the system context, maintains a count of the occupants of the room. When a user with a smart card 42 that has the rule engine corresponding to the-above policy requests access to the room, the policy is evaluated by the smart card 42 after applying the system context which it receives from the door controller 54 and makes the access decision to grant or deny access.
The policies 52, for example, may be specified using a formal logical language. The formal logical language may be built on top of certain elementary relations over events and variables using Boolean operations and quantification. The events may be atomic entities relating to the system context and the movement of users inside a facility. The variables may be place holders used to quantify over events . The relationship between an event and a variable determines how a variable represents a particular event and the order of occurrence of events .
An administrator can define the policies 52 in a high level English-like specification, which follows a grammar. The grammar in this context refers to a language generation rule. The policy analyzer includes a high level policy parser that parses the policies 52 input by the administrator in accordance with the grammar and translates the policy input into a formal logical language . One formal^ logical language that can be used for this purpose is the Monadic Second Order (MSO) Logic. This logic is parameterized by a set of events, where events are entities that represent access control requests, decisions, and system context (e.g., a room reaching its maximum occupancy) . The events may thus be atomic entities relating to the system context and the movement of users inside a facility. The formal logical language may be built on top of certain elementary relations over events and variables using Boolean operations and quantification. In summary, the syntax of the formal policy language can be MSO logic, tuned to the context of access control, e.g., using application specific knowledge to define the relations over events. The high level parser of the policy analyzer 56 works by first parsing the high level policy to extract pieces of templates for which pre-designated Monadic Second Order formulas can be substituted. The Monadic Second Order formulas of the pieces of templates are then put together, e.g., by means of conjunctions or disjunctions, by the high level parser to obtain a single Monadic Second Order formula corresponding to the policy.
The parser uses knowledge of the application domain to effectively perform the translation. Once a grammar for the high-level English-like specification is defined according to the needs of the access control application, parsing can be carried out using well known parsing techniques available from Alfred V. Aho, Ravi Sethi, Jeffrey D. ϋllman in "Compilers Principles,
Techniques, Tools", Reading, Ma., Addison-Wesley, 1986, and well known tools disclosed by S. C. Johnson in "YACC - Yet another compiler compiler", Technical Report, Murray Hill, 1975, and by Charles Donelly and Richard Stalltnan in "Bison: The YACC-Compatible Parser Generator (Reference Manual)", Free Software Foundation, Version 1.25 edition, November 1995.
In order for the policies specified in Monadic Second Order Logic thus obtained to be operational in terms of enforcing access, they have to be converted into computational/executable machine models. These machine models can then be stored in appropriate locations for execution. Conventional finite state automata may be used as the machine models that execute these policies . A language analyzer of the policy analyzer 56 may be used to constitute the set of algorithms that convert the policies specified in Monadic Second Order Logic into their equivalent finite state automata. A language analyzer algorithm follows well-known theoretical techniques for converting formula into automata. Theorems and techniques from Thomas, W. in "Languages, automata and logic," in Handbook of Formal Languages, Vol. Ill, Springer, New York, 1997, pp. 389—455 can be implemented as an algorithm for this language analyzer. The automata can then be stored in user carried devices to carry out the decentralized authorization. These automata act as rule engines executing the policies 52, since, as mentioned above, their construction allows precisely those behaviors that satisfy the policies . All of the policies 52 corresponding to a particular user are collected together and converted into executable automata which are then stored on the user's smart card 42.
The policy analyzer also use the topology 58 of the facility in which the access control system is to be used. That way, the executable automata are tailored for this topology. The door controllers 54 may also be programmed/configured by the analyzer 56 in order for them to evaluate the system context in a distributed manner. Accordingly, when a user requests access to a room 48, the corresponding door controller 54 initiates execution of those of the policies 52 stored in the user' s smart card 42, which results in an access decision (allow/deny) that is unique to that user and to that room. The parser and the language analyzer are together referred to in this disclosure as the high level analyzer or the policy analyzer or simply the analyzer 56.
Examples of dynamic policy types that can be specified using the formal logical language referred above include the following: assisted access, whereby one user can enter the facility only when another designated user is available to provide access; anti-pass back, whereby re-entry is denied if a user is found to have made an unrecorded exit after a valid entry; system state based policies, whereby access is limited, for example, by the number or category of users inside a room; and, temporal policies, whereby a user has access to a facility only during specific interval of time. Different or other policies may be implemented.
The policy analyzer 56 analyzes and converts the policies 52 into their equivalent finite state automata. These automata act as rule engines executing the policies 52. They are constructed to allow precisely those behaviors that satisfy the policies. All of the policies 52 corresponding to a particular user are collected together and converted into executable automata which are then stored on the user's smart card 42. When the user requests access to a room 48, the corresponding door controller 54 initiates execution of those of the policies 52 stored in the user's smart card 42, which results in a an access decision (allow/deny) that is unique to that user. The interconnect 50 may be arranged to include a system administrator 59 some of whose functions are discussed below.
A representative one of the smart cards 42 is shown in Figure 5. The smart card 42 includes a memory 60, a processor 62, a transceiver 64, and a power source 66. The memory 60, for example, may be a flash memory and stores the rule engine that enforces the policies 52 targeted to the user carrying the smart card 42.
The smart card 42 may be arranged to respond to a generic read signal that is transmitted continuously, periodically, or otherwise by the reader 44 , that is short range, and that requests any of the smart cards 42 in its vicinity to transmit its ID, and/or a request for system context, and/or other signal to the reader 44. In response to the read signal, the smart card 42 transmits the appropriate signal to the reader 44.
Accordingly, when the user presents the user's smart card 42 to the reader 44, the transceiver 64 receives from the reader 44 at least the system context provided by the-door-controller 54. Based on this system context and the policies 52 stored in the memory 60, the processor 62 makes the access decision to grant or deny the user access to the room 48 associated with the reader 44 to which the user's smart card 42 is presented. The processor 62 causes the grant decision to be transmitted by the transceiver 64 to the reader 44. If desired, the processor 62 may be arranged to also cause the deny decision to be transmitted by the transceiver 64 to the reader 44.
The memory 60 may also be arranged to store a personal ID of the user to which the access card is assigned. When the user presents the smart card 42 to the reader 44, the processor 62 may be arranged to cause the user's personal ID to be transmitted by the transceiver 64 to the reader 44. In this manner, particular users may be barred from specified ones of the rooms 48, and access by specific users to specific rooms, etc. may be tracked. Also, the door controllers 54 can be arranged to provide back certain system contexts that are targeted to particular users.
The memory 60 can also store other information. The processor 62, for example, may be a microcomputer, a programmable gate array, an application —specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein.
The power source 66 may be a battery, or the power source 66 may be arranged to derive its power from transmissions of the readers 44, or the power source 66 may be any other device suitable for providing power to the memory 60, the processor 62, and the transceiver 64.
The transceiver 64 transmits and receives over a link 68. The link 68 may be a wired link or a wireless link.
A representative one of the readers 44 is shown in Figure 6. The reader 44 includes a transceiver 70, a processor 72, a transceiver 74, and a power source 76. Although not shown, the reader 44 may also include a memory.
When the user presents the user' s smart card 42 to the reader 44, the processor 72 causes the transceiver 74 to send a signal to the door controller 54 that the smart card 42 is being presented to the βreader 44. This signal prompts the door controller 54 to transmit appropriate system context to the reader 44. The system context supplied by the door controller 54 is received by the transceiver 74 of the reader 44. The processor 72 jcauses. the system context_ received from the door controller 54 to be transmitted by the transceiver 70 to the smart card 42. The access decision made and transmitted by the smart card 42 is received by the transceiver 70. The processor 72 causes this decision to be transmitted by the transceiver 74 to the door controller 54.
The processor 72, for example, may be a microcomputer, a programmable gate array, an application specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein.
The power source 76 may be a battery, or the power source 76 may be a plug connectable to a wall or other outlet, or the power source 76 may be any other device suitable for providing power to the transceiver 70, the processor 72 , and the transceiver 74.
The transceiver 70 transmits and receives over a link 78. The link 78 may be a wired link or a wireless link. The transceiver 74 transmits and receives over a link 80. The link 80 may be a wired link or a wireless link.
A representative one of the door controllers 54 is shown in Figure 7. The door controller 54 includes a -._transceiver 90_,_ a processor 92, a transceiver 94, a memory 96, one or more context detectors 98, and a power source 100.
When the user presents the user's smart card 42 to the reader 44 and the reader 44 sends a signal requesting the appropriate system context, the transceiver 90 receives this request signal causing the processor 92 to control the transceiver 90 so as to transmit this system context to the reader 44. The system context may be stored in the memory 96. For example, the system context stored in the memory 96 may be user specific and may be stored in the memory 96 by user ID. Thus, when a user's smart card 42 transmits its user ID to the door controller 54 via the reader 44, the door controller 54 transmits back system context specific to the user ID that it has received.
According to one embodiment of the present invention, at least a portion of the system context results from the context detector 98. The context detector 98 may simply be a counter that counts the number of users permitted in the room 48 guarded by the door controller 54. However, the context detector 98 may be arranged to detects additional or other system contexts to be stored in the memory 96 and to be transmitted to the reader 44 and then to the smart card 42.
The transceiver 94 is arranged to exchange communications with the interconnect 50. The processor 92, for example, may be a microcomputer, a programmable gate array, an application specific integrated circuit (ASIC) , a dedicated circuit, or other processing entity capable of performing the functions described herein. The power source 100 may be a battery, or the power source 100 may be a plug connectable to a wall or other outlet, or the power source 100 may be any other device suitable for providing power to the transceiver 90, the processor 92, the transceiver 94, the memory 96, and the context detector 98.
The transceiver 90 transmits and receives over a link 102. The link 102 may be a wired link or a wireless link. The transceiver 94 transmits and receives over a link 104. The link 104 may be a wired link or a wireless link.
Accordingly, context-sensitive policy enforcement is de-centralized. Thus, there is no need for a controller to centrally maintain information about peruser permissions and system context. Instead, access control decisions are made locally, with the door- controllers dynamically maintaining pertinent environmental system context. This de-centralization alleviates the problem of scalability as the number of users and the complexity of the policies grow.
Moreover, the access control system 40 is easy to configure and re-configure. At a high level, the readers 44 and/or the door controllers 54 are equipped with the knowledge of what they are protecting, but not how they are protecting and how should they interact and compose the system context, but not with details about an user's policy or history of activities. The readers 44 and/or door controllers 54 are stateless in this regard, making reconfiguration of the facility easier. Further, effective decentralization and localization of policy decision making also enables meaningful enforcement of at least some access control policies in the event of a disconnected or partially connected reader 44 and/or door controller 54. For example, policies depending only on a user's past behavior (and not on other system context) can be enforced even if a door controller 54 is disconnected from the system through the interconnect 50. While secure authorization is not the primary focus of the present invention, existing mechanisms can be used for a basic secure solution. For example, using symmetric key encryption, where all the access agents and the administrator 59 share a secret key k, with which they will be configured at the time of installation (or on a subsequent facility-wide reset operation, if the key is compromised) , the per-user policy engine and states can be encrypted with k on the user-carried devices, and the readers 44 and/or the door controllers 54 can decrypt them using k and further write back encrypted states using k on the user-carried devices. This symmetric key encryption ensures security as long as k is not compromised. The policy on the smart card can be certified by a digital certificate and its validity can be verified by using technologies like those developed by Core street.
Certain modifications of the present invention have been discussed above. Other modifications of the present invention will occur to those practicing in the art of the present invention. For example, as described above, the smart cards 42 make the access decision as to whether a user is to be permitted or denied access to a room. The smart card 42 makes this decision based on the policies 52 that it stores and the system context provided by—the door-controller 54. Instead, the door controller 54 could make the access decision as to whether a user is to be permitted or denied access to a room based on the policies 52 provided by the smart card 42 and the system context stored in the memory 96 of the door controller 54.
Also, the reader 44 and the door controller 54 are shown as separate devices. Instead, their functions may be combined into a single device .
Moreover, the functions of the door controller 54 may be moved to the readers 44 reducing the door controller 54 to a simple lock.
In addition, the connections shown in Figure 4 may be wired connections, or wireless connections, or a mixture of wired connections and wireless connections. Furthermore, the door controllers 54 may be arranged to log access decisions in a log file so that the decisions logged in the log file can be subsequently collated by a separate process for book-keeping.
The system context may be detected by individual door controllers through sensors or context detectors 98 either built into the door controllers 54 or otherwise attached to them. An example of this can be the presence of a certain chemical in a room. The system context may also require the collaboration of different door controllers - e.g.,-to decide if the occupancy of a room is below a certain threshold. Such contexts, along with each of the individual grants/denials to users are all represented as discrete events happening at the respective controllers 54. The policy specification language can also define hierarchical events which are formed out of individual events at different controllers. For example, if event el represents the context of "high threshold of a chemical in room A" and event e2 represents the context of "occupancy in room A >= 1" , then the event e3 defined as "el AND e2" represents the system context "personnel hazard in room A" . Such events may be specified as part of the policies 52. The analyzer 56 can then translate the event definitions to specific actions on the part of the door controllers 54 by which they will detect system context either individually or in collaboration, as required by the policies.
Moreover, as discussed above, the interconnect 50 of Figure 4 may include the administrator 59. The system administrator 59 may be used to supply special system contexts that are in addition to any system contexts detected by the context detectors 98. Such special system contexts, for example, may be used to take care of emergency situations including but not limited to revoking the access rights of a rogue user.
Also, the system administrator 59 may be arranged to formally specify policy roles as the policies relate to each user and to assign the users to appropriate ones of these roles.
Usually the policies will not differ across every individual, but are likely to be different across groups of individuals. In this sense, a role refers to a certain policy or groups of policies that is applicable to a certain class of user. For example, a "supervisor" is a role that can include the policy of free access to all rooms, whereas a "regular employee" can be a role that includes policies which allow an entry to certain protected rooms only if a "supervisor" is present.
However, the access control system 40 may also include user-specific authorization policies. An example of this can be a special user who is not a regular employee at a site but needs better structured access control policies as compared to a visitor.
Accordingly, the description of the present invention is to be construed as illustrative only and is for the purpose of teaching those skilled in the art the best mode of carrying out the invention. The details may be varied substantially- without departing, from the spirit of the invention, and the exclusive use of all modifications which are within the scope of the appended claims is reserved.

Claims

What is claimed is:
1. A decentralized access control system whereby access authorization decision making is decentralized, the system comprising: at least one access controlling device, wherein the access controlling device provides a first parameter that enables a decision relating to access authorization of a user; and, at least one user carried device carried by the user and interacting with the access controlling device, wherein the user carried device stores a second parameter that enables the decision relating to the access authorization of the user at the instance of presenting the user carried device to the access controlling device, and wherein the decision is made as a function of both the first parameter and the second parameter.
2. The system of claim 1 wherein the at least one access controlling device comprises βat least one reader and at least one controller, wherein the at least one reader interacts with the at least one user carried device, wherein the at least one controller interacts with the at least one reader, and wherein the at least one controller provide© the first parameter.
3. The system of claim 2 further comprising a plurality of the readers and a plurality of the controllers, wherein each of the plurality of the controllers interacts with a corresponding one of the plurality of the readers.
4. The system of claim 2 further comprising a plurality of the readers and a plurality of the controllers, wherein each of the plurality of the controllers interacts with a corresponding group of the plurality of the readers, and wherein each group comprises at least two of the plurality of the readers.
5. The system of claim 1 wherein the first parameter is system context dependent, and wherein the second parameter is specific to the user of the at least one user carried device.
6. The system of claim 1 wherein the decision is made when the at least one user-carried device exchanges data with the at least one access controlling - device at the time that the user presents the at least one user carried device to the at least one access controlling device .
7. The system of claim 1 wherein the at least one access controlling device causes the decision to be logged in a log file.
8. The system of claim 1 wherein the first parameter is system context dependent, wherein the system context and the access decisions are abstracted as discrete events.
9. The system of claim 1 further comprising a plurality of the controllers, wherein the plurality of the controllers share an interconnect, wherein the interconnect includes an administrator that supplies special system contexts to the controllers, and wherein the special system contexts are in addition to any system contexts detected by the plurality of tlje controllers.
10. The system of claim 1 wherein a plurality of access controlling devices collaboratively decide on a system context using an interconnect in addition to detecting system ..context individually, wherein the interconnect interconnects the access controlling devices.
11. The system of claim 1 wherein a plurality of access controlling devices are interconnected by an interconnect, and wherein the system can tolerate a limited disconnection in the interconnect so long as the access controlling devices that need to collaborate to decide on a system context, if any, stay connected.
12. The system of claim 1 further comprising an administrator, wherein the administrator includes in the second parameter a role of the user and assigns the user to the role.
13. The system of claim 1 wherein the second parameter includes a user-specific authorization policy, wherein the system further comprises a system controller, and wherein the system controller extracts a precise representation of the user-specific authorization policy and provides information on how to compute the decision for the user based on the user-specific authorization policy and the first parameter.
14. The system of claim 1 further including a terminal that changes the second parameter stored on the at least one user carried device.
15. The system of claim 1 wherein the access controlling device is instructed to change the second parameter stored on the user carried device when the user carried device interacts with the access controlling device.
16. The system of claim 1 wherein the access controlling device and/or is user carried device is not reconfigured when an administrator modifies access controlling policies.
17. A smart card useful in a decentralized access control system whereby access authorization decision making is decentralized, the smart card comprising: a memory storing policy rules, wherein the policy rules enable decisions to be made at instances of presenting the smart card to an access controller controlling access to a restricted area, and wherein the decisions relate to_access to the restricted area by a user of the smart card; and, a processor coupled to the memory and arranged to enable the decisions based upon the policy rules and a system context transmitted to the smart card, wherein the system context is based on an environment relating to the restricted area,
18. The smart card of claim 17 wherein the policy rules include at least one policy rule that is specific to the user.
19. The smart card of claim 17 wherein the memory stores history of activities specific to an user.
PCT/US2007/080899 2006-10-10 2007-10-10 Decentralized access control framework WO2008045918A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/545,149 US8166532B2 (en) 2006-10-10 2006-10-10 Decentralized access control framework
US11/545,149 2006-10-10

Publications (2)

Publication Number Publication Date
WO2008045918A2 true WO2008045918A2 (en) 2008-04-17
WO2008045918A3 WO2008045918A3 (en) 2008-07-17

Family

ID=39166392

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2007/080899 WO2008045918A2 (en) 2006-10-10 2007-10-10 Decentralized access control framework

Country Status (2)

Country Link
US (1) US8166532B2 (en)
WO (1) WO2008045918A2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008144804A1 (en) * 2007-05-28 2008-12-04 Honeywell International Inc Systems and methods for commissioning access control devices
US8878931B2 (en) 2009-03-04 2014-11-04 Honeywell International Inc. Systems and methods for managing video data
US8941464B2 (en) 2005-10-21 2015-01-27 Honeywell International Inc. Authorization system and a method of authorization
US9019070B2 (en) 2009-03-19 2015-04-28 Honeywell International Inc. Systems and methods for managing access control devices
US9280365B2 (en) 2009-12-17 2016-03-08 Honeywell International Inc. Systems and methods for managing configuration data at disconnected remote devices
US9344684B2 (en) 2011-08-05 2016-05-17 Honeywell International Inc. Systems and methods configured to enable content sharing between client terminals of a digital video management system
US9704313B2 (en) 2008-09-30 2017-07-11 Honeywell International Inc. Systems and methods for interacting with access control devices
US9894261B2 (en) 2011-06-24 2018-02-13 Honeywell International Inc. Systems and methods for presenting digital video management system information via a user-customizable hierarchical tree interface
US10038872B2 (en) 2011-08-05 2018-07-31 Honeywell International Inc. Systems and methods for managing video data
US10362273B2 (en) 2011-08-05 2019-07-23 Honeywell International Inc. Systems and methods for managing video data
US10523903B2 (en) 2013-10-30 2019-12-31 Honeywell International Inc. Computer implemented systems frameworks and methods configured for enabling review of incident data

Families Citing this family (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101765835B (en) * 2007-05-28 2013-05-08 霍尼韦尔国际公司 Systems and methods for configuring access control devices
US20090050697A1 (en) * 2007-08-24 2009-02-26 Collier Sparks Apparatus for distributed data storage of security identification and security access system and method of use thereof
US20140049360A1 (en) * 2007-08-24 2014-02-20 Assa Abloy Ab Data collection using a credential
US9548973B2 (en) 2007-08-24 2017-01-17 Assa Abloy Ab Detecting and responding to an atypical behavior
US8650616B2 (en) * 2007-12-18 2014-02-11 Oracle International Corporation User definable policy for graduated authentication based on the partial orderings of principals
DE102008015555A1 (en) * 2008-03-25 2009-12-31 Siemens Aktiengesellschaft Operating method for a computing device with an embedded browser
US8645843B2 (en) * 2008-08-29 2014-02-04 International Business Machines Corporation Supporting role-based access control in component-based software systems
US8532978B1 (en) * 2008-10-31 2013-09-10 Afrl/Rij Natural language interface, compiler and de-compiler for security policies
US8242905B2 (en) * 2009-03-25 2012-08-14 Honeywell International Inc. System and method for adjusting a security level and signaling alarms in controlled areas
DE102009019096A1 (en) * 2009-04-20 2010-11-04 Pilz Gmbh & Co. Kg Safety control and method for controlling an automated plant
JP5186443B2 (en) * 2009-06-30 2013-04-17 インターナショナル・ビジネス・マシーンズ・コーポレーション System, method and program for judging validity of character string
US8584246B2 (en) * 2009-10-13 2013-11-12 International Business Machines Corporation Eliminating false reports of security vulnerabilities when testing computer software
US8468605B2 (en) * 2009-11-30 2013-06-18 International Business Machines Corporation Identifying security vulnerability in computer software
US8707414B2 (en) * 2010-01-07 2014-04-22 Honeywell International Inc. Systems and methods for location aware access control management
US8528095B2 (en) 2010-06-28 2013-09-03 International Business Machines Corporation Injection context based static analysis of computer software applications
US8787725B2 (en) 2010-11-11 2014-07-22 Honeywell International Inc. Systems and methods for managing video data
US8572688B2 (en) * 2011-08-15 2013-10-29 Bank Of America Corporation Method and apparatus for session validation to access third party resources
US8752157B2 (en) 2011-08-15 2014-06-10 Bank Of America Corporation Method and apparatus for third party session validation
US8726339B2 (en) 2011-08-15 2014-05-13 Bank Of America Corporation Method and apparatus for emergency session validation
US8601541B2 (en) 2011-08-15 2013-12-03 Bank Of America Corporation Method and apparatus for session validation to access mainframe resources
US8584201B2 (en) 2011-08-15 2013-11-12 Bank Of America Corporation Method and apparatus for session validation to access from uncontrolled devices
US8572686B2 (en) 2011-08-15 2013-10-29 Bank Of America Corporation Method and apparatus for object transaction session validation
US8572724B2 (en) 2011-08-15 2013-10-29 Bank Of America Corporation Method and apparatus for network session validation
US8572687B2 (en) * 2011-08-15 2013-10-29 Bank Of America Corporation Apparatus and method for performing session validation
US9159065B2 (en) 2011-08-15 2015-10-13 Bank Of America Corporation Method and apparatus for object security session validation
US8850515B2 (en) 2011-08-15 2014-09-30 Bank Of America Corporation Method and apparatus for subject recognition session validation
US8572690B2 (en) 2011-08-15 2013-10-29 Bank Of America Corporation Apparatus and method for performing session validation to access confidential resources
US9536105B2 (en) * 2012-01-26 2017-01-03 Nokia Technologies Oy Method and apparatus for providing data access via multi-user views
US8972715B2 (en) * 2012-07-13 2015-03-03 Securerf Corporation Cryptographic hash function
US9355228B2 (en) * 2012-07-13 2016-05-31 Angel Secure Networks, Inc. System and method for policy driven protection of remote computing environments
WO2014063082A1 (en) * 2012-10-19 2014-04-24 Mcafee, Inc. Premises aware security
US9860216B2 (en) * 2013-09-16 2018-01-02 Axis Ab Anonymous decisions in an access control system
BR102014019625B1 (en) * 2014-03-19 2021-01-26 Digicon S/a Controle Eletrônico Para Mecânica control and monitoring system and method for access in a restricted area
CN103927807B (en) * 2014-04-29 2016-08-31 国网冀北电力有限公司廊坊供电公司 The control method of safe class of gate control system and device for many machine rooms
US20150381610A1 (en) * 2014-06-30 2015-12-31 Mcafee, Inc. Location-based data security
FR3043485A1 (en) * 2015-11-10 2017-05-12 Antalios METHOD AND SYSTEM FOR CONTROLLING THE OPENING OF DOORS GIVING ACCESS TO DIFFERENT AREAS WITH REGULATED ACCESS TO A SECURE PERIMETER
CA3040171A1 (en) 2016-10-19 2018-04-26 Dormakaba Usa Inc. Electro-mechanical lock core
WO2018160689A1 (en) 2017-03-01 2018-09-07 Carrier Corporation Spatio-temporal topology learning for detection of suspicious access behavior
WO2018160407A1 (en) * 2017-03-01 2018-09-07 Carrier Corporation Compact encoding of static permissions for real-time access control
US11687810B2 (en) 2017-03-01 2023-06-27 Carrier Corporation Access control request manager based on learning profile-based access pathways
EP3679207B1 (en) 2017-09-08 2022-08-03 Dormakaba USA Inc. Electro-mechanical lock core
US10789797B2 (en) 2017-09-22 2020-09-29 Schlage Lock Company Llc Peripheral controller in an access control system
GB201804626D0 (en) * 2018-03-22 2018-05-09 Nordic Semiconductor Asa Devices with removable smart cards
WO2019200257A1 (en) 2018-04-13 2019-10-17 Dormakaba Usa Inc. Electro-mechanical lock core
US11466473B2 (en) 2018-04-13 2022-10-11 Dormakaba Usa Inc Electro-mechanical lock core
US11360445B2 (en) * 2018-08-24 2022-06-14 Johnson Controls Tyco IP Holdings LLP System and method for controlling building management systems for scheduled events
EP3965076A1 (en) 2020-09-04 2022-03-09 Carrier Corporation Method of controlling access
EP4298538A1 (en) * 2021-02-24 2024-01-03 Shazzle, LLC Decentralized network access systems and methods

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0147284A1 (en) * 1983-12-16 1985-07-03 Jacques Lewiner Operating and controlling systems for a plurality of accesses equipped with coded locks
WO2001042598A1 (en) * 1999-12-07 2001-06-14 Kaba Ilco Inc. Key control system for electronic locks
WO2002058404A1 (en) * 2001-01-16 2002-07-25 Nextgen Id Access control method and apparatus for members and guests
EP1653415A1 (en) * 2004-10-29 2006-05-03 Immotec Systems Process and equipment of management of access control badges

Family Cites Families (96)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4304990A (en) 1979-12-11 1981-12-08 Atalla Technovations Multilevel security apparatus and method
US4454414A (en) 1982-06-16 1984-06-12 Vericard Corporation Funds transfer system using optically coupled, portable modules
US4839640A (en) 1984-09-24 1989-06-13 Adt Inc. Access control system having centralized/distributed control
US5301100A (en) 1991-04-29 1994-04-05 Wagner Ferdinand H Method of and apparatus for constructing a control system and control system created thereby
US5420927B1 (en) 1994-02-01 1997-02-04 Silvio Micali Method for certifying public keys in a digital signature scheme
US6119183A (en) 1994-06-02 2000-09-12 Storage Technology Corporation Multi-port switching system and method for a computer bus
US5875432A (en) 1994-08-05 1999-02-23 Sehr; Richard Peter Computerized voting information system having predefined content and voting templates
US5563805A (en) 1994-08-16 1996-10-08 International Business Machines Corporation Multimedia context-sensitive real-time-help mechanism for use in a data processing system
KR0160682B1 (en) * 1995-03-14 1998-12-15 김광호 Personal computer with illegal use prevention operation by chip-in card
US5877483A (en) * 1995-07-18 1999-03-02 Dell Usa, L.P. Method and apparatus for automatically implementing computer power on and logon functions using encoded ID card
US6487658B1 (en) 1995-10-02 2002-11-26 Corestreet Security, Ltd. Efficient certificate revocation
US5666416A (en) 1995-10-24 1997-09-09 Micali; Silvio Certificate revocation system
US5717757A (en) 1996-08-29 1998-02-10 Micali; Silvio Certificate issue lists
US6292893B1 (en) 1995-10-24 2001-09-18 Silvio Micali Certificate revocation system
US5717758A (en) 1995-11-02 1998-02-10 Micall; Silvio Witness-based certificate revocation system
US7600129B2 (en) * 1995-10-02 2009-10-06 Corestreet, Ltd. Controlling access using additional data
US5793868A (en) 1996-08-29 1998-08-11 Micali; Silvio Certificate revocation system
US6766450B2 (en) 1995-10-24 2004-07-20 Corestreet, Ltd. Certificate revocation system
US5604804A (en) 1996-04-23 1997-02-18 Micali; Silvio Method for certifying public keys in a digital signature scheme
US7822989B2 (en) 1995-10-02 2010-10-26 Corestreet, Ltd. Controlling access to an area
US6097811A (en) 1995-11-02 2000-08-01 Micali; Silvio Tree-based certificate revocation system
US6301659B1 (en) 1995-11-02 2001-10-09 Silvio Micali Tree-based certificate revocation system
US5615269A (en) 1996-02-22 1997-03-25 Micali; Silvio Ideal electronic negotiations
US5610982A (en) 1996-05-15 1997-03-11 Micali; Silvio Compact certification with threshold signatures
KR100213188B1 (en) * 1996-10-05 1999-08-02 윤종용 Apparatus and method for user authentication
US5817993A (en) 1996-11-27 1998-10-06 Otis Elevator Company Monitoring of elevator door reversal data
US6570487B1 (en) 1997-01-24 2003-05-27 Axcess Inc. Distributed tag reader system and method
US6005942A (en) * 1997-03-24 1999-12-21 Visa International Service Association System and method for a multi-application smart card which can facilitate a post-issuance download of an application onto the smart card
DE19726265C2 (en) 1997-06-20 2001-08-02 Deutsche Telekom Ag Method for operating a system for using a chip card
US6157966A (en) 1997-06-30 2000-12-05 Schlumberger Malco, Inc. System and method for an ISO7816 complaint smart card to become master over a terminal
US6014666A (en) 1997-10-28 2000-01-11 Microsoft Corporation Declarative and programmatic access control of component-based server applications using roles
US6112263A (en) * 1997-12-15 2000-08-29 Intel Corporation Method for multiple independent processes controlling access to I/O devices in a computer system
US7096494B1 (en) * 1998-05-05 2006-08-22 Chen Jay C Cryptographic system and method for electronic transactions
JP2000215172A (en) * 1999-01-20 2000-08-04 Nec Corp Personal authentication system
US7065210B1 (en) 1999-01-25 2006-06-20 Murata Kikai Kabushiki Kaisha Secret key generation method, encryption method, cryptographic communications method, common key generator, cryptographic communications system, and recording media
US6498955B1 (en) * 1999-03-19 2002-12-24 Accenture Llp Member preference control of an environment
WO2001016759A1 (en) 1999-08-31 2001-03-08 Cryptec Systems, Inc. Smart card memory management system and method
JP3546787B2 (en) 1999-12-16 2004-07-28 インターナショナル・ビジネス・マシーンズ・コーポレーション Access control system, access control method, and storage medium
US6779120B1 (en) 2000-01-07 2004-08-17 Securify, Inc. Declarative language for specifying a security policy
US7003501B2 (en) * 2000-02-11 2006-02-21 Maurice Ostroff Method for preventing fraudulent use of credit cards and credit card information, and for preventing unauthorized access to restricted physical and virtual sites
US20010034880A1 (en) 2000-03-02 2001-10-25 Jonathan Dzoba Configurable debug system using source and data objects
US6526551B2 (en) 2000-06-30 2003-02-25 University Of Southern California Formal verification of a logic design through implicit enumeration of strongly connected components
JP2004506245A (en) * 2000-08-04 2004-02-26 ファースト データ コーポレイション Linking the device's public key with information during manufacture
US7120935B2 (en) 2000-08-10 2006-10-10 Shield Security Systems, Llc Interactive key control system and method of managing access to secured locations
US6970891B1 (en) 2000-11-27 2005-11-29 Microsoft Corporation Smart card with volatile memory file subsystem
US20020178003A1 (en) 2001-03-09 2002-11-28 Motorola, Inc. Method and apparatus for providing voice recognition service to a wireless communication device
GB2374498B (en) * 2001-04-12 2004-02-18 Intercede Ltd Multi-stage authorisation system
CA2446295C (en) 2001-05-04 2008-11-04 Cubic Corporation Smart card access control system
US20020166060A1 (en) * 2001-05-07 2002-11-07 Hsieh Gary Kuan-Hong Unique card application system
US7181626B1 (en) * 2001-06-29 2007-02-20 Sun Microsystems, Inc. Smart card security for computer system
US7047328B1 (en) 2001-07-13 2006-05-16 Legerity, Inc. Method and apparatus for accessing memories having a time-variant response over a PCI bus by using two-stage DMA transfers
US7207061B2 (en) 2001-08-31 2007-04-17 International Business Machines Corporation State machine for accessing a stealth firewall
EP1300955A1 (en) 2001-10-03 2003-04-09 STMicroelectronics S.r.l. A process for decoding signals, system and computer program product therefor
US20030106062A1 (en) 2001-12-05 2003-06-05 Koninklijke Philips Electronics N.V. Home network environment as a state machine
US7783765B2 (en) 2001-12-12 2010-08-24 Hildebrand Hal S System and method for providing distributed access control to secured documents
JP2005518033A (en) 2002-02-18 2005-06-16 アクサルト ソシエテ アノニム Smart card data organization
JP3845635B2 (en) * 2002-02-22 2006-11-15 富士通株式会社 Information processing apparatus and authentication processing program
CA2479869C (en) 2002-04-08 2013-07-09 Corestreet, Ltd. Physical access control
US7464400B2 (en) 2002-04-24 2008-12-09 International Business Machines Corporation Distributed environment controlled access facility
US20060032905A1 (en) 2002-06-19 2006-02-16 Alon Bear Smart card network interface device
US7334255B2 (en) 2002-09-30 2008-02-19 Authenex, Inc. System and method for controlling access to multiple public networks and for controlling access to multiple private networks
US8171298B2 (en) 2002-10-30 2012-05-01 International Business Machines Corporation Methods and apparatus for dynamic user authentication using customizable context-dependent interaction across multiple verification objects
FR2848046B1 (en) 2002-12-02 2005-02-18 Arkoon Network Security ACCESS METHOD AND DEVICE FOR SECURING ACCESS TO INFORMATION SYSTEMS
JP3898651B2 (en) 2003-02-25 2007-03-28 株式会社東芝 Information display device, information display method, and information display system
US7082044B2 (en) 2003-03-12 2006-07-25 Sensory Networks, Inc. Apparatus and method for memory efficient, programmable, pattern matching finite state machine hardware
JP3982623B2 (en) 2003-03-25 2007-09-26 インターナショナル・ビジネス・マシーンズ・コーポレーション Information processing apparatus, database search system, and program
EP1646937B1 (en) 2003-07-18 2011-06-08 CoreStreet, Ltd. Controlling access to an area
US20050050482A1 (en) 2003-08-25 2005-03-03 Keller S. Brandon System and method for determining applicable configuration information for use in analysis of a computer aided design
CA2439722A1 (en) 2003-09-04 2005-03-04 Vernon George Houle A method of controlling movement on the inside and around the outside of a facility
US20050051620A1 (en) 2003-09-04 2005-03-10 International Business Machines Corporation Personal data card processing system
US7349966B2 (en) 2003-09-30 2008-03-25 International Business Machines Corporation Method, system, and storage medium for providing context-based dynamic policy assignment in a distributed processing environment
US8015301B2 (en) 2003-09-30 2011-09-06 Novell, Inc. Policy and attribute based access to a resource
US8181258B2 (en) 2003-11-26 2012-05-15 Agere Systems Inc. Access control list constructed as a tree of matching tables
US7644085B2 (en) 2003-11-26 2010-01-05 Agere Systems Inc. Directed graph approach for constructing a tree representation of an access control list
JP4313171B2 (en) 2003-12-09 2009-08-12 株式会社日立製作所 Authentication control apparatus and authentication control method
US8140691B2 (en) 2003-12-12 2012-03-20 International Business Machines Corporation Role-based views access to a workflow weblog
US20050138419A1 (en) 2003-12-19 2005-06-23 Pratik Gupta Automated role discovery
KR100528482B1 (en) 2003-12-31 2005-11-15 삼성전자주식회사 Flash memory system capable of inputting/outputting sector dara at random
US20050181875A1 (en) 2004-02-18 2005-08-18 Coin Mechanisms, Inc. Mobile lottery, gaming and wagering system and method
JP4420201B2 (en) * 2004-02-27 2010-02-24 インターナショナル・ビジネス・マシーンズ・コーポレーション Authentication method using hardware token, hardware token, computer apparatus, and program
US7360186B2 (en) 2004-05-21 2008-04-15 Fujitsu Limited Invariant checking
US20060059548A1 (en) * 2004-09-01 2006-03-16 Hildre Eric A System and method for policy enforcement and token state monitoring
US9820658B2 (en) 2006-06-30 2017-11-21 Bao Q. Tran Systems and methods for providing interoperability among healthcare devices
US20060116970A1 (en) 2004-11-18 2006-06-01 Helmut Scherzer System and method to grant or refuse access to a system
US7669054B2 (en) * 2005-08-17 2010-02-23 Common Credential Systems, L.L.C. Legacy access control security system modernization apparatus
US8171531B2 (en) 2005-11-16 2012-05-01 Broadcom Corporation Universal authentication token
US7475812B1 (en) 2005-12-09 2009-01-13 Lenel Systems International, Inc. Security system for access control using smart cards
EP1811464A1 (en) 2005-12-30 2007-07-25 THOMSON Licensing Installation for protected access to a digital content
US7347366B2 (en) 2006-03-14 2008-03-25 Verisign, Inc. Method and apparatus to provide authentication using an authentication card
FI20065390L (en) * 2006-06-08 2007-12-09 Innohome Oy Automatic multi-level access control system for electronic and electrical equipment
US7971232B2 (en) * 2006-10-30 2011-06-28 Microsoft Corporation Setting group policy by device ownership
WO2008076760A2 (en) * 2006-12-13 2008-06-26 Identity Engines, Inc. Distributed authentication, authorization and accounting
US20080243668A1 (en) * 2007-03-30 2008-10-02 Nathan Ondyak Authorization control system and method to determine operation of a controlled device to permit an individual to perform an action
US8280373B2 (en) * 2007-09-04 2012-10-02 Airwide Solutions Inc. Terminal device control server and method for controlling access to a mobile communication network
JP5049875B2 (en) * 2008-05-22 2012-10-17 京セラドキュメントソリューションズ株式会社 Image forming apparatus and image forming system
JP5058091B2 (en) * 2008-07-23 2012-10-24 京セラドキュメントソリューションズ株式会社 Image forming apparatus and image forming system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0147284A1 (en) * 1983-12-16 1985-07-03 Jacques Lewiner Operating and controlling systems for a plurality of accesses equipped with coded locks
WO2001042598A1 (en) * 1999-12-07 2001-06-14 Kaba Ilco Inc. Key control system for electronic locks
WO2002058404A1 (en) * 2001-01-16 2002-07-25 Nextgen Id Access control method and apparatus for members and guests
EP1653415A1 (en) * 2004-10-29 2006-05-03 Immotec Systems Process and equipment of management of access control badges

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8941464B2 (en) 2005-10-21 2015-01-27 Honeywell International Inc. Authorization system and a method of authorization
US8598982B2 (en) 2007-05-28 2013-12-03 Honeywell International Inc. Systems and methods for commissioning access control devices
WO2008144804A1 (en) * 2007-05-28 2008-12-04 Honeywell International Inc Systems and methods for commissioning access control devices
US9704313B2 (en) 2008-09-30 2017-07-11 Honeywell International Inc. Systems and methods for interacting with access control devices
US8878931B2 (en) 2009-03-04 2014-11-04 Honeywell International Inc. Systems and methods for managing video data
US9019070B2 (en) 2009-03-19 2015-04-28 Honeywell International Inc. Systems and methods for managing access control devices
US9280365B2 (en) 2009-12-17 2016-03-08 Honeywell International Inc. Systems and methods for managing configuration data at disconnected remote devices
US9894261B2 (en) 2011-06-24 2018-02-13 Honeywell International Inc. Systems and methods for presenting digital video management system information via a user-customizable hierarchical tree interface
US9344684B2 (en) 2011-08-05 2016-05-17 Honeywell International Inc. Systems and methods configured to enable content sharing between client terminals of a digital video management system
US10038872B2 (en) 2011-08-05 2018-07-31 Honeywell International Inc. Systems and methods for managing video data
US10362273B2 (en) 2011-08-05 2019-07-23 Honeywell International Inc. Systems and methods for managing video data
US10863143B2 (en) 2011-08-05 2020-12-08 Honeywell International Inc. Systems and methods for managing video data
US10523903B2 (en) 2013-10-30 2019-12-31 Honeywell International Inc. Computer implemented systems frameworks and methods configured for enabling review of incident data
US11523088B2 (en) 2013-10-30 2022-12-06 Honeywell Interntional Inc. Computer implemented systems frameworks and methods configured for enabling review of incident data

Also Published As

Publication number Publication date
US20080086758A1 (en) 2008-04-10
WO2008045918A3 (en) 2008-07-17
US8166532B2 (en) 2012-04-24

Similar Documents

Publication Publication Date Title
US8166532B2 (en) Decentralized access control framework
US7853987B2 (en) Policy language and state machine model for dynamic authorization in physical access control
US8549584B2 (en) Physical security triggered dynamic network authentication and authorization
US7950044B2 (en) Centrally managed proxy-based security for legacy automation systems
US9672345B2 (en) Method and apparatus for making a decision on a card
US8590013B2 (en) Method of managing and communicating data pertaining to software applications for processor-based devices comprising wireless communication circuitry
US20120068816A1 (en) Systems and methods of operating a secured facility
KR102114038B1 (en) Selective unattended store system for underage monitoring and operation method of the same
CN101331494A (en) System and method for authorizing information flows
US11373472B2 (en) Compact encoding of static permissions for real-time access control
CN100466657C (en) Access control decision-making device for grid computing environment
CN103544749A (en) Cloud control access control management system and authentication method thereof
US9779566B2 (en) Resource management based on physical authentication and authorization
Fægri et al. A software product line reference architecture for security
CN108537924B (en) Method for realizing network intelligent lock
KR101213287B1 (en) Building energy integration management apparatus and building energy integration management method
Basu et al. Towards a trust based approach to security and user confidence in pervasive computing systems
US20230130876A1 (en) System and method for electronic access control in mesh networked sites
Ayachit et al. A petri net based XML firewall security model for web services invocation.
Blaško et al. Laboratory Access and Evidence System
Aljnidi et al. A security policy system for mobile autonomic networks
Hattori et al. Secure spaces: Physically protected environments for information security
BG67192B1 (en) Biometric system for wireless remote administration of access rights and method performing its functioning
Chaturvedi et al. A Framework for Decentralized Physical Access Control using Finite State Automata
Pereira Access Control in Rich Domain Model Web Applications

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07844075

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07844075

Country of ref document: EP

Kind code of ref document: A2