Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.authentication.UserProvider
Packages that use UserProvider
Package
Description
-
Uses of UserProvider in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return UserProviderModifier and TypeMethodDescriptionFluxCapacitor.userProvider()Returns the UserProvider used by Flux Capacitor to authenticate users. -
Uses of UserProvider in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type UserProviderModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) DefaultFluxCapacitor.Builder.registerUserSupplier(@NonNull UserProvider userProvider) FluxCapacitorBuilder.registerUserSupplier(UserProvider userProvider) -
Uses of UserProvider in io.fluxcapacitor.javaclient.configuration.spring
Method parameters in io.fluxcapacitor.javaclient.configuration.spring with type arguments of type UserProviderModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.fluxCapacitorBuilder(Serializer serializer, Optional<UserProvider> userProvider, Optional<Cache> cache) -
Uses of UserProvider in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement UserProviderFields in io.fluxcapacitor.javaclient.tracking.handling.authentication declared as UserProvider