| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| 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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
BulkData.getUserList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkData.addUser(User user) |
Copyright © 2019 WSO2. All rights reserved.