Uses of Interface
org.apache.unomi.api.services.ConfigSharingService
Packages that use ConfigSharingService
Package
Description
-
Uses of ConfigSharingService in org.apache.unomi.rest.server
Methods in org.apache.unomi.rest.server with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionvoid
RestServer.setConfigSharingService
(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.rest.validation.request
Constructors in org.apache.unomi.rest.validation.request with parameters of type ConfigSharingServiceModifierConstructorDescriptionRequestValidatorInterceptor
(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionvoid
RouterCamelContext.setConfigSharingService
(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.router.rest
Fields in org.apache.unomi.router.rest declared as ConfigSharingServiceModifier and TypeFieldDescriptionprotected ConfigSharingService
ImportConfigurationServiceEndPoint.configSharingService
Methods in org.apache.unomi.router.rest with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionvoid
ImportConfigurationServiceEndPoint.setConfigSharingService
(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.router.services
Methods in org.apache.unomi.router.services with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionvoid
ProfileExportServiceImpl.setConfigSharingService
(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.services.impl.configsharing
Classes in org.apache.unomi.services.impl.configsharing that implement ConfigSharingServiceModifier and TypeClassDescriptionclass
An implementation of the ConfigSharingService that supports listeners that will be called when a property is added, updated or removed. -
Uses of ConfigSharingService in org.apache.unomi.utils
Methods in org.apache.unomi.utils with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionstatic String
HttpUtils.getProfileCookieString
(Profile profile, ConfigSharingService configSharingService, boolean isSecure) Return the cookie string for the given profile We can't use the build in NewCookie jax-rs object as it does not support the SameSite value.