| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
default UsersGetResponse |
UserManager.listUsersWithGET(Node node,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes)
List users with Get.
|
default UsersGetResponse |
UserManager.listUsersWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
Map<String,Boolean> requiredAttributes)
Deprecated.
|
default UsersGetResponse |
UserManager.listUsersWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes)
Deprecated.
Method does not handle when the count is not specified in the request and when the count specified
is zero.
Use
UserManager.listUsersWithGET(Node, Integer, Integer, String, String,
String, Map) method. |
UsersGetResponse |
UserManager.listUsersWithPost(SearchRequest searchRequest,
Map<String,Boolean> requiredAttributes) |
| Modifier and Type | Method and Description |
|---|---|
protected ListedResource |
UserResourceManager.createListedResource(UsersGetResponse usersGetResponse,
int startIndex) |
Copyright © 2023 WSO2. All rights reserved.