| Package | Description |
|---|---|
| edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
| edu.internet2.middleware.grouper.attr | |
| edu.internet2.middleware.grouper.exception |
This package contains some of the exceptions that are thrown from Grouper
|
| Modifier and Type | Method and Description |
|---|---|
static Stem |
Stem._createStemAndParentStemsIfNotExist(GrouperSession grouperSession,
String stemName,
String stemDisplayNameForInserts)
create stems and parents if not exist.
|
Stem |
Stem.addChildStem(String extension,
String displayExtension)
Add a new stem to the registry.
|
Stem |
Stem.addChildStem(String extension,
String displayExtension,
String uuid,
boolean failIfExists)
Add a new stem to the registry.
|
Stem |
Stem.copy(Stem stem)
Copy this stem to another Stem.
|
protected Stem |
Stem.internal_addChildStem(GrouperSession session,
String extn,
String dExtn,
String uuid,
boolean addDefaultStemPrivileges,
boolean failIfExists) |
Stem |
Stem.internal_addChildStem(String extn,
String dExtn,
String uuid)
add child stem with uuid
|
protected Stem |
Stem.internal_copy(Stem stem,
boolean privilegesOfStem,
boolean privilegesOfGroup,
boolean groupAsPrivilege,
boolean listMembersOfGroup,
boolean listGroupAsMember,
boolean attributes)
Copy this stem to another Stem.
|
Group |
GroupSave.save()
create or update a group.
|
Stem |
StemSave.save()
create or update a stem.
|
Stem |
StemCopy.save()
Copy the stem using the options set in this class.
|
static Group |
Group.saveGroup(GrouperSession GROUPER_SESSION,
String groupNameToEdit,
String uuid,
String name,
String displayExtension,
String description,
SaveMode saveMode,
boolean createParentStemsIfNotExist)
create or update a group.
|
static Stem |
Stem.saveStem(GrouperSession grouperSession,
String stemNameToEdit,
String uuid,
String name,
String displayExtension,
String description,
SaveMode saveMode,
boolean createParentStemsIfNotExist)
create or update a stem.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDef |
AttributeDefSave.save()
create or update an attribute def.
|
AttributeDefName |
AttributeDefNameSave.save()
create or update a attributeDefName.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StemAddAlreadyExistsException |
Copyright © 2016 Internet2. All rights reserved.