Uses of Interface
org.bremersee.keycloak.api.GetGroupsParameters
Packages that use GetGroupsParameters
-
Uses of GetGroupsParameters in org.bremersee.keycloak.api
Methods in org.bremersee.keycloak.api that return GetGroupsParametersModifier and TypeMethodDescriptionstatic @NonNull GetGroupsParametersGetGroupsParameters.defaults()Default get user parameters. -
Uses of GetGroupsParameters in org.bremersee.keycloak.api.webflux
Methods in org.bremersee.keycloak.api.webflux with parameters of type GetGroupsParametersModifier and TypeMethodDescriptionreactor.core.publisher.Flux<GroupRepresentation> KeycloakAdminClient.getGroups(@NonNull String realm, @Nullable GetGroupsParameters parameters) Get group hierarchy.reactor.core.publisher.Flux<GroupRepresentation> KeycloakAdminClient.getSubGroups(@NonNull String realm, @NonNull String groupId, @Nullable GetGroupsParameters parameters) Gets subgroups.