Uses of Record Class
com.vaadin.hilla.sso.starter.BackChannelLogoutSubscription.Message
Packages that use BackChannelLogoutSubscription.Message
-
Uses of BackChannelLogoutSubscription.Message in com.vaadin.hilla.sso.starter
Methods in com.vaadin.hilla.sso.starter that return types with arguments of type BackChannelLogoutSubscription.MessageModifier and TypeMethodDescriptionreactor.core.publisher.Flux<BackChannelLogoutSubscription.Message>SingleSignOnContext.getBackChannelLogoutFlux()Returns the Flux of back-channel logout messages for the current user.reactor.core.publisher.Flux<BackChannelLogoutSubscription.Message>BackChannelLogoutSubscription.getFluxForUser(Object principal) Create a filtered Flux for the given user. -
Uses of BackChannelLogoutSubscription.Message in com.vaadin.hilla.sso.starter.endpoint
Methods in com.vaadin.hilla.sso.starter.endpoint that return types with arguments of type BackChannelLogoutSubscription.MessageModifier and TypeMethodDescription@Nonnull reactor.core.publisher.Flux<@Nonnull BackChannelLogoutSubscription.Message>BackChannelLogoutEndpoint.subscribe()Returns a subscription to back-channel logout events.