public final class RBACLauncher
extends java.lang.Object
Example showcasing RBAC in TuCSoN. A TuCSoN node is configured with a set of
RBAC-related properties -- e.g. whether login is required and administrators'
credentials --, then 3 agents are started: an administrator agent, which
logins to change some RBAC properties, an authorised agent, which is allowed
to play some pre-defined role, and an unauthorised agent, which is allowed to
play solely the default role associated to the basic agent class--since login
is not required.
- Author:
- Stefano Mariani (mailto: s.mariani@unibo.it)