Slide 1

Slide 1 text

ano-access The new access control system Freitag, 12. April 13

Slide 2

Slide 2 text

TOC ‣ What is the ano-access ‣ How does it work ‣ Ontology Freitag, 12. April 13

Slide 3

Slide 3 text

What is the ano-access Ano-access is a Component which decides whether an Action can be executed by a User in a Context. Freitag, 12. April 13

Slide 4

Slide 4 text

How does it work (1) User User’s Goal ACTION Freitag, 12. April 13

Slide 5

Slide 5 text

How does it work (2) ‣ The User - SUBJECT - wants to perform an ACTION on a OBJECT. ‣ In order to achieve it the user has to possess an ALLOW PERMISSION. ‣ This Permission must be contained/granted by one of the ROLES assigned to the user. ‣ Freitag, 12. April 13

Slide 6

Slide 6 text

Background user Role executes Permission contains Constraints tied to tied to Action allows/denies has Freitag, 12. April 13

Slide 7

Slide 7 text

More technical ‣ An ACTION is something the user can execute or a state he can achieve. ‣ A Permission allows or denies an ACTION. ‣ A Permission only ‘fires’ if its Constraints are fulfilled. Freitag, 12. April 13

Slide 8

Slide 8 text

still technical ‣ Permissions are combined to Permission- Sets. ‣ Roles are links (static roles) or copies (dynamic roles) of Permission-Sets. ‣ Roles fire only if their Constraints are fulfilled. Freitag, 12. April 13

Slide 9

Slide 9 text

Constraints ‣ Constraints are the most powerful tool of ano- access ‣ With Constraints conditions of whatever complexity can be expressed ‣ Constraints are always working in a context Freitag, 12. April 13

Slide 10

Slide 10 text

Constraints For now following constraint types are supported: ‣ Time-based constraints ‣ Credit-based constraints ‣ Custom-constraints Freitag, 12. April 13

Slide 11

Slide 11 text

Time-based constraints ‣ Time Interval (absolute) ‣ Day of Week ‣ Time of Day ‣ Next X Units (30 Minutes, 2 Days ...) ‣ Combination of the above Freitag, 12. April 13

Slide 12

Slide 12 text

Credit-based constraints ‣ Are active as long as there are credits existent. Deactivate their self upon extinction. ‣ Need an Update Event ‣ Only work with dynamic Roles. Freitag, 12. April 13

Slide 13

Slide 13 text

Custom constraints ‣ Can extended nearly without limits. ‣ Can posses special application knowledge. ‣ Work on Object and on Subject. Example: Action: “write_message”, Permission: ALLOW, Constraint: object=woman, subject=man Freitag, 12. April 13

Slide 14

Slide 14 text

Roles ‣ Distinguish between dynamic and static Roles ‣ Static roles can be altered after issued. The change affects all users. ‣ Dynamic roles can’t be altered after granted, respectively the change only affects the users since change. Freitag, 12. April 13

Slide 15

Slide 15 text

Ontology: Action ‣ Everything the user can execute and the ano- access protect, i.e. write_a_message, start_a_chat, view_profile, view_photo... ‣ Alternatively, the achievement of a state can be expressed by an action, i.e. number of messages in the inbox, number of saved favorites. Freitag, 12. April 13

Slide 16

Slide 16 text

Permission ‣ An allowance or a denial to perform an action. ‣ The result of higher prioritized permission overrides the result of lower prioritized permission. ‣ Is only considered if all constraints are met. Otherwise it is ignored. Freitag, 12. April 13

Slide 17

Slide 17 text

Constraint ‣ A condition that must be fulfilled to activate the constraint-able object it is tied to (Permission, Role). ‣ All constraints must be fulfilled for a constraint- able to work. ‣ Can be applied to time, object, subject, or credit conditions. Freitag, 12. April 13

Slide 18

Slide 18 text

Object, Subject ‣ The executor (subject) and the target (object) of an action. ‣ The subject is usually the user ‣ Object can be a user, but also an item, i.e. mailbox. ‣ Both contain attributes which can be accessed and checked by constraints. Freitag, 12. April 13

Slide 19

Slide 19 text

Permission Sets ‣ Collections of Permissions that are used for the Roles ‣ Are linked by static roles -> can be altered later. ‣ Used as blueprints for dynamic roles. ‣ Cannot be tied to constraints. Freitag, 12. April 13

Slide 20

Slide 20 text

Roles ‣ Permission assignment to the users ‣ Can be static or dynamic ‣ Can be tied to constraints ‣ Can be used to allow or deny an action ‣ Can be combined at will Freitag, 12. April 13