jakarta.ws.rs.core.Response |
ClientsAPI.client(KCClientsController.REPR format_client,
KCUserController.REPR format_users,
KCRolesController.REPR format_roles,
KCGroupsController.REPR format_group,
List<String> roles,
String clientId) |
|
jakarta.ws.rs.core.Response |
ClientsAPI.clientMembers(int firstResult,
int maxResults,
KCUserController.REPR format_users,
String role_name,
String clientId) |
returns the list of members of the client with the given role
default client is the current client, optional clientId to show a different
one
default showed role is "Member"
output format can be customized using format_users
|
jakarta.ws.rs.core.Response |
ClientsAPI.clientUsers(int firstResult,
int maxResults,
KCUserController.REPR format_users,
String clientId) |
returns the list of users of the client
users list is a subset of members list, it's obtained from the group named as
the context
default client is the current client, optional clientId to show a different
one
output format can be customized using format_users
|
jakarta.ws.rs.core.Response |
RolesAPI.membersForRole(String role_name,
int firstResult,
int maxResults,
KCUserController.REPR format) |
Returns the list of members (users + services_accounts) with the given role
in the context
|
jakarta.ws.rs.core.Response |
UserAPI.search(KCUserController.REPR format,
Boolean exact,
String username,
String firstName,
String lastName,
String email,
int firstResult,
int maxResults,
Boolean enabled) |
Search users in all realm, filtered according to query parameters.
|
jakarta.ws.rs.core.Response |
RolesAPI.servicesAccountsForRole(String role_name,
int firstResult,
int maxResults,
KCUserController.REPR format) |
Returns the list of users with role in the context
|
jakarta.ws.rs.core.Response |
RolesAPI.usersForRole(String role_name,
int firstResult,
int maxResults,
KCUserController.REPR format) |
Returns the list of users with role in the context
|