Package | Description |
---|---|
edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addType(GroupType type)
Deprecated.
|
boolean |
Group.addType(GroupType type,
boolean exceptionIfAlreadyHasType)
Deprecated.
|
void |
Group.deleteAttribute(String attrName)
Deprecated.
|
void |
Group.deleteAttribute(String attrName,
boolean failOnRequiredAttribute)
Deprecated.
|
void |
Group.deleteType(GroupType type)
Deprecated.
|
boolean |
Group.internal_addType(GroupType type,
String groupTypeAssignmentId,
boolean exceptionIfAlreadyHasType) |
Attribute |
Group.internal_setAttribute(String attributeName,
String value,
boolean checkPrivileges,
String uuid)
Set an attribute value.
|
void |
Group.move(Stem stem)
Move this group to another Stem.
|
Group |
GroupSave.save()
create or update a group.
|
void |
GroupMove.save()
Move 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.
|
void |
Group.setAttribute(String attributeName,
String value)
Deprecated.
|
void |
Group.setAttribute(String attributeName,
String value,
boolean checkPrivileges)
Deprecated.
|
Copyright © 2016 Internet2. All rights reserved.