Package | Description |
---|---|
edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
edu.internet2.middleware.grouper.exception |
This package contains some of the exceptions that are thrown from Grouper
|
Modifier and Type | Method and Description |
---|---|
Group |
Stem.addChildGroup(String extension,
String displayExtension)
Add a new group to the registry.
|
Role |
Stem.addChildRole(String extension,
String displayExtension)
Add a new role to the registry.
|
Group |
Group.copy(Stem stem)
Copy this group to another Stem.
|
Role |
Stem.internal_addChildEntity(String extension,
String displayExtension,
String uuid)
Add a new role to the registry.
|
Group |
Stem.internal_addChildGroup(String extn,
String dExtn,
String uuid)
add child group with uuid
|
Group |
Stem.internal_addChildGroup(String extn,
String dExtn,
String uuid,
String description,
Set<GroupType> types,
Map<String,String> attributes,
boolean addDefaultGroupPrivileges,
TypeOfGroup typeOfGroup,
boolean checkSecurity) |
Group |
Stem.internal_addChildGroup(String extn,
String dExtn,
String uuid,
TypeOfGroup typeOfGroup)
add child group with uuid
|
Role |
Stem.internal_addChildRole(String extension,
String displayExtension,
String uuid)
Add a new role to the registry.
|
protected Group |
Group.internal_copy(Stem stem,
boolean privilegesOfGroup,
boolean groupAsPrivilege,
boolean listMembersOfGroup,
boolean listGroupAsMember,
boolean attributes,
boolean composite,
boolean addDefaultGroupPrivileges,
boolean checkSecurity,
String extension,
String displayExtension) |
Group |
GroupSave.save()
create or update a group.
|
Group |
GroupCopy.save()
Copy the group 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefNameAddAlreadyExistsException
If there is a problem with adding a group where@SuppressWarnings("serial")
a group exists by same name
|
class |
GroupAddAlreadyExistsException
If there is a problem with adding a group where@SuppressWarnings("serial")
a group exists by same name
|
Copyright © 2016 Internet2. All rights reserved.