Uses of Interface
io.fluxzero.sdk.common.IdentityProvider
Packages that use IdentityProvider
-
Uses of IdentityProvider in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return IdentityProviderModifier and TypeMethodDescriptionstatic IdentityProviderFluxzero.currentIdentityProvider()Fetches the configured identity provider used for both functional and technical IDs.Fluxzero.identityProvider()Returns the factory used by Fluxzero to generate identifiers. -
Uses of IdentityProvider in io.fluxzero.sdk.common
Classes in io.fluxzero.sdk.common that implement IdentityProviderModifier and TypeClassDescriptionclassDefault implementation ofIdentityProviderthat generates random UUIDs.Fields in io.fluxzero.sdk.common declared as IdentityProviderModifier and TypeFieldDescriptionstatic final IdentityProviderIdentityProvider.defaultIdentityProviderThe default identity provider, resolved usingServiceLoader, or falling back toUuidFactory. -
Uses of IdentityProvider in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return IdentityProviderModifier and TypeMethodDescriptionFluxzeroConfiguration.identityProvider()Returns the provider used to generate or resolve application-specific identities.Methods in io.fluxzero.sdk.configuration with parameters of type IdentityProviderModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) Method parameters in io.fluxzero.sdk.configuration with type arguments of type IdentityProviderModifier and TypeMethodDescriptionDefaultFluxzero.Builder.replaceIdentityProvider(UnaryOperator<IdentityProvider> replaceFunction) FluxzeroBuilder.replaceIdentityProvider(UnaryOperator<IdentityProvider> replaceFunction) Replaces the identity provider used to generate message and entity identifiers.