org.ccnx.ccn.test.profiles.security.access.group.MLACTestRepo Class Reference
List of all members.
Public Member Functions |
void | testInOrder () throws Exception |
void | createMixedGroup () throws Exception |
| This test creates a group in domain0 consisting of Alice and Bob (from domain 0) and Alice (from domain 1).
|
void | createMixedGroupOfGroup () throws Exception |
| This test creates a group in domain1 consisting of the group in domain0 created above and Bob (from domain1).
|
Static Public Member Functions |
static void | setUpBeforeClass () throws Exception |
static void | tearDownAfterClass () throws Exception |
Static Package Attributes |
static CCNHandle | _handle |
static int | domainCount = 2 |
static ContentName[] | domainPrefix |
static ContentName[] | userKeystore |
static ContentName[] | userNamespace |
static ContentName[] | groupNamespace |
static CreateUserData | td |
static GroupAccessControlManager | _acm |
static String[] | userNames = {"Alice", "Bob", "Carol"} |
static Random | rnd |
static String | firstGroupName |
Member Function Documentation
void org.ccnx.ccn.test.profiles.security.access.group.MLACTestRepo.createMixedGroup |
( |
|
) |
throws Exception |
This test creates a group in domain0 consisting of Alice and Bob (from domain 0) and Alice (from domain 1).
- Exceptions:
-
void org.ccnx.ccn.test.profiles.security.access.group.MLACTestRepo.createMixedGroupOfGroup |
( |
|
) |
throws Exception |
This test creates a group in domain1 consisting of the group in domain0 created above and Bob (from domain1).
- Exceptions:
-
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/profiles/security/access/group/MLACTestRepo.java