Package | Description |
---|---|
eu.ehri.project.api |
Classes that provide data access data on the graph in a
manner that incorporate the permission and access-control
systems.
|
eu.ehri.project.models |
The interfaces in this package specify the classes of entities that map to graph
frame classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Api.Acl.addAccessorToGroup(Group group,
Accessor userOrGroup)
Add a user to a group.
|
void |
Api.Acl.removeAccessorFromGroup(Group group,
Accessor userOrGroup)
Remove a user from a group.
|
Modifier and Type | Class and Description |
---|---|
static class |
Group.Impl
Implementation of complex methods.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Group> |
Group.getGroups()
Fetch the groups to which this group belongs.
|
Iterable<Group> |
UserProfile.getGroups()
Get the groups to which this user belongs.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.