| Package | Description |
|---|---|
| edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
| edu.internet2.middleware.grouper.entity | |
| edu.internet2.middleware.grouper.internal.dao |
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
|
| edu.internet2.middleware.grouper.internal.dao.hib3 |
This package contains hib3 related data access object implementations
and mappings
|
| Modifier and Type | Class and Description |
|---|---|
class |
Group
A group within the Groups Registry.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityFinder.findEntity(boolean exceptionIfNotFound)
find an entity
|
Entity |
EntitySave.save()
create or update a group.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Entity> |
EntityFinder.findEntities()
find a list of entities
|
| Modifier and Type | Method and Description |
|---|---|
Set<Entity> |
EntityDAO.findEntitiesSecure(GrouperSession grouperSession,
List<String> ancestorFolderIds,
List<String> ancestorFolderNames,
List<String> ids,
List<String> names,
List<String> parentFolderIds,
List<String> parentFolderNames,
String terms,
Set<Privilege> inPrivSet,
QueryOptions queryOptions)
find entities
|
| Modifier and Type | Method and Description |
|---|---|
Set<Entity> |
Hib3EntityDAO.findEntitiesSecure(GrouperSession grouperSession,
List<String> ancestorFolderIds,
List<String> ancestorFolderNames,
List<String> ids,
List<String> names,
List<String> parentFolderIds,
List<String> parentFolderNames,
String terms,
Set<Privilege> inPrivSet,
QueryOptions queryOptions) |
Copyright © 2016 Internet2. All rights reserved.