| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions |
| Modifier and Type | Method and Description |
|---|---|
Group |
UserManager.createGroup(Group group,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.createMe(User user,
Map<String,Boolean> requiredAttributes) |
Role |
RoleManager.createRole(Role role)
Create a role.
|
User |
UserManager.createUser(User user,
Map<String,Boolean> requiredAttributes)
User Manipulation operations.
|
default Role |
RoleManager.patchRole(String roleId,
Map<String,List<PatchOperation>> patchOperations)
Updates the role via PATCH.
|
Role |
RoleManager.updateRole(Role oldRole,
Role newRole)
Update the role.
|
Copyright © 2023 WSO2. All rights reserved.