Package io.camunda.identity.sdk.impl
Class UsersImpl
java.lang.Object
io.camunda.identity.sdk.impl.UsersImpl
- All Implemented Interfaces:
Users
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUsersImpl(IdentityConfiguration identityConfiguration, Authentication authentication) -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of users which match the userIds passed in.booleanReturns a true/false indicating if the search is available or not.Returns the list of users which match the search string passed in.Returns the list of users which match the search string passed in, found on the page requested.Returns the list of users which match the search string passed in, found on the page requested with the maximum number of results defined by result size.withAccessToken(String accessToken) All calls performed with the returned Users instance will be made using given access token
-
Field Details
-
USERS_PATH
- See Also:
-
-
Constructor Details
-
UsersImpl
-
-
Method Details
-
withAccessToken
Description copied from interface:UsersAll calls performed with the returned Users instance will be made using given access token- Specified by:
withAccessTokenin interfaceUsers- Parameters:
accessToken- access token- Returns:
- Users instance
-
search
Description copied from interface:UsersReturns the list of users which match the search string passed in. -
search
Description copied from interface:UsersReturns the list of users which match the search string passed in, found on the page requested. -
search
Description copied from interface:UsersReturns the list of users which match the search string passed in, found on the page requested with the maximum number of results defined by result size. -
get
Description copied from interface:UsersReturns the list of users which match the userIds passed in. -
isAvailable
public boolean isAvailable()Description copied from interface:UsersReturns a true/false indicating if the search is available or not.- Specified by:
isAvailablein interfaceUsers- Returns:
- the availability of search
-