Package | Description |
---|---|
alice.tucson.api | |
alice.tucson.rbac | |
alice.tucson.service |
Modifier and Type | Method and Description |
---|---|
void |
AdminACC.add(AuthorisedAgent agent)
Adds an agent to the set of authorised agents, that is, those already
recognised by TuCSoN according to RBAC, in the default TuCSoN node
(installed on
localhost:20504 ). |
Modifier and Type | Class and Description |
---|---|
class |
TucsonAuthorisedAgent
The class implementing a TuCSoN agent authorised by the RBAC structure
configured.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthorisedAgent> |
TucsonRBACStructure.getAuthorisedAgents() |
java.util.List<AuthorisedAgent> |
RBACStructure.getAuthorisedAgents()
Gets the set of authorised agents
|
Modifier and Type | Method and Description |
---|---|
void |
TucsonRBACStructure.addAuthorisedAgent(AuthorisedAgent agent) |
void |
RBACStructure.addAuthorisedAgent(AuthorisedAgent agent)
Adds an authorised agent to this RBAC structure
|
static LogicTuple |
TucsonAuthorisedAgent.asLogicTuple(AuthorisedAgent agent) |
void |
TucsonRBACStructure.removeAuthorisedAgent(AuthorisedAgent agent) |
void |
RBACStructure.removeAuthorisedAgent(AuthorisedAgent agent)
Removes an authorised agent from this RBAC structure
|
Modifier and Type | Method and Description |
---|---|
void |
AdminACCProxyAgentSide.add(AuthorisedAgent agent) |