| 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) |
default Group |
UserManager.patchGroup(String groupId,
String currentGroupName,
Map<String,List<PatchOperation>> patchOperations,
Map<String,Boolean> requiredAttributes)
Updates the group via PATCH.
|
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) |
default void |
UserManager.updateGroup(Group oldGroup,
Group newGroup)
Updates the group.
|
Group |
UserManager.updateGroup(Group oldGroup,
Group newGroup,
Map<String,Boolean> requiredAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setGroup(Group group)
Set a group to the role, where user will have three default attributes such as name, value and $ref.
|
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 © 2022 WSO2. All rights reserved.