| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
default GroupsGetResponse |
UserManager.listGroupsWithGET(Node node,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes) |
default GroupsGetResponse |
UserManager.listGroupsWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
Map<String,Boolean> requiredAttributes)
Deprecated.
|
default GroupsGetResponse |
UserManager.listGroupsWithGET(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.listGroupsWithGET(Node, Integer, Integer, String, String,
String, Map) method. |
GroupsGetResponse |
UserManager.listGroupsWithPost(SearchRequest searchRequest,
Map<String,Boolean> requiredAttributes) |
| Modifier and Type | Method and Description |
|---|---|
ListedResource |
GroupResourceManager.createListedResource(GroupsGetResponse groupsResponses,
int startIndex)
Creates the Listed Resource.
|
Copyright © 2023 WSO2. All rights reserved.