| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.objects | |
| org.wso2.charon3.core.objects.bulk |
| Modifier and Type | Method and Description |
|---|---|
User |
UserManager.createMe(User user,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.createUser(User user,
Map<String,Boolean> requiredAttributes)
User Manipulation operations.
|
User |
UserManager.getMe(String userName,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.getUser(String id,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.updateMe(User updatedUser,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.updateUser(User updatedUser,
Map<String,Boolean> requiredAttributes) |
default User |
UserManager.updateUser(User updatedUser,
Map<String,Boolean> requiredAttributes,
List<String> allSimpleMultiValuedAttributes)
Identify user claims to be updated and update the user in user store.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserManager.createMe(User user,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.createUser(User user,
Map<String,Boolean> requiredAttributes)
User Manipulation operations.
|
User |
UserManager.updateMe(User updatedUser,
Map<String,Boolean> requiredAttributes) |
User |
UserManager.updateUser(User updatedUser,
Map<String,Boolean> requiredAttributes) |
default User |
UserManager.updateUser(User updatedUser,
Map<String,Boolean> requiredAttributes,
List<String> allSimpleMultiValuedAttributes)
Identify user claims to be updated and update the user in user store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setMember(User user)
Set a member to the group, where member will have three default attributes such as name, value and $ref.
|
void |
Role.setUser(User user)
Set a user to the role, where user will have three default attributes such as name, value and $ref.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
BulkData.getUserList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkData.addUser(User user) |
Copyright © 2021 WSO2. All rights reserved.