Uses of Interface
org.bremersee.keycloak.api.GetUsersParameters
Packages that use GetUsersParameters
-
Uses of GetUsersParameters in org.bremersee.keycloak.api
Methods in org.bremersee.keycloak.api that return GetUsersParametersModifier and TypeMethodDescriptionstatic GetUsersParametersGetUsersParameters.defaults()Default get user parameters. -
Uses of GetUsersParameters in org.bremersee.keycloak.api.webflux
Methods in org.bremersee.keycloak.api.webflux with parameters of type GetUsersParametersModifier and TypeMethodDescriptionreactor.core.publisher.Flux<UserRepresentation> KeycloakAdminClient.getUsers(@NonNull String realm, @Nullable GetUsersParameters parameters) Returns a stream of users.