Package | Description |
---|---|
alice.tucson.api | |
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 ). |
void |
AdminACC.removeRBAC()
Removes the RBAC structure installed in default TuCSoN node (installed on
localhost:20504 ). |
void |
AdminACC.removeRBAC(java.lang.Long timeout,
java.lang.String node,
int port)
Removes the RBAC structure installed in the given TuCSoN node (only local
nodes are supported atm, that is, this installed on
localhost ). |
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) |
void |
AdminACCProxyAgentSide.removeRBAC() |
void |
AdminACCProxyAgentSide.removeRBAC(java.lang.Long l,
java.lang.String n,
int p) |