| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.objects | |
| org.wso2.charon3.core.objects.bulk |
| Modifier and Type | Method and Description |
|---|---|
Group |
UserManager.createGroup(Group group,
Map<String,Boolean> requiredAttributes) |
Group |
UserManager.getGroup(String id,
Map<String,Boolean> requiredAttributes) |
Group |
UserManager.updateGroup(Group oldGroup,
Group newGroup,
Map<String,Boolean> requiredAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Group |
UserManager.createGroup(Group group,
Map<String,Boolean> requiredAttributes) |
Group |
UserManager.updateGroup(Group oldGroup,
Group newGroup,
Map<String,Boolean> requiredAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGroup(String type,
Group group)
Set the associated groups of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
BulkData.getGroupList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkData.addGroup(Group group) |
Copyright © 2019 WSO2. All rights reserved.