Interface | Description |
---|---|
AuthorisedAgent |
Interface representing an agent authorised by TuCSoN to partecipate the
system, according to the installed RBAC structure.
|
Permission |
Interface representing a RBAC permission.
|
Policy |
Interface representing a RBAC policy.
|
RBACStructure |
Interface representing an RBAC structure, that is, all the properties needed
by TuCSoN to support RBAC, such as policies, roles, agent classes.
|
Role |
Interface representing a RBAC role.
|
Class | Description |
---|---|
TucsonAuthorisedAgent |
The class implementing a TuCSoN agent authorised by the RBAC structure
configured.
|
TucsonPermission |
Class implementing a RBAC permission.
|
TucsonPolicy |
Class implementing a RBAC policy.
|
TucsonRBACStructure |
Class implementing a RBAC structure in TuCSoN.
|
TucsonRole |
Class implementing a RBAC role in TuCSoN.
|