public final class GroupContainer extends ObjectGrouper.AbstractGroup
Modifier and Type | Field and Description |
---|---|
LongSet |
onums
The set of onums for the objects contained in this group.
|
Constructor and Description |
---|
GroupContainer(Store store,
java.security.PrivateKey signingKey,
ObjectGroup group) |
Modifier and Type | Method and Description |
---|---|
ObjectGlob |
getGlob() |
ObjectGroup |
getGroup(Principal principal) |
protected LongSet |
onums() |
public final LongSet onums
public GroupContainer(Store store, java.security.PrivateKey signingKey, ObjectGroup group)
public ObjectGroup getGroup(Principal principal)
principal
- The principal accessing the group.public ObjectGlob getGlob()
protected LongSet onums()
onums
in class ObjectGrouper.AbstractGroup