Uses of Interface
org.onehippo.repository.security.Group
-
Packages that use Group Package Description org.onehippo.repository.security -
-
Uses of Group in org.onehippo.repository.security
Methods in org.onehippo.repository.security that return Group Modifier and Type Method Description Group
SecurityService. getGroup(String groupId)
Get the (@link Group} object identified by the givengroupId
.Methods in org.onehippo.repository.security that return types with arguments of type Group Modifier and Type Method Description Iterable<Group>
SecurityService. getGroups(long offset, long limit)
Get all theGroup
s in the repository.
-