Package | Description |
---|---|
alice.tucson.api | |
alice.tucson.rbac | |
alice.tucson.service |
Modifier and Type | Method and Description |
---|---|
void |
AdminACC.install(RBACStructure rbac)
Adds an RBAC structure, that is, the set of roles, policies, permissions,
and their relationships, to the default TuCSoN node (installed on
localhost:20504 ). |
void |
AdminACC.install(RBACStructure rbac,
java.lang.Long timeout,
java.lang.String node,
int port)
Adds an RBAC structure, that is, the set of roles, policies, permissions,
and their relationships, to the given TuCSoN node (only local nodes are
supported atm, that is, this installed on
localhost ). |
Modifier and Type | Class and Description |
---|---|
class |
TucsonRBACStructure
Class implementing a RBAC structure in TuCSoN.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminACCProxyAgentSide.install(RBACStructure rbac) |
void |
AdminACCProxyAgentSide.install(RBACStructure rbac,
java.lang.Long timeout,
java.lang.String n,
int p) |