Inheritance diagram for edu.virtualschool.jwaa.RoleAbstraction:

Each page specifies the role that is needed to view it. Each account specifies the capabilities of that account. These are compared to determine whether a given account is authorized to view a given page.
This is an interface, not an abstract class, to give the application freedom to implement roles as they please.
Definition at line 19 of file RoleAbstraction.java.
Public Member Functions | |
| boolean | meetsRequirementsOf (RoleAbstraction requiredRole) |
Package Functions | |
| RoleAbstraction | getParent () |