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 TypeMethodDescriptionvoidRestServer.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 TypeMethodDescriptionvoidRouterCamelContext.setConfigSharingService(ConfigSharingService configSharingService) -
Uses of ConfigSharingService in org.apache.unomi.router.rest
Fields in org.apache.unomi.router.rest declared as ConfigSharingServiceModifier and TypeFieldDescriptionprotected ConfigSharingServiceImportConfigurationServiceEndPoint.configSharingServiceMethods in org.apache.unomi.router.rest with parameters of type ConfigSharingServiceModifier and TypeMethodDescriptionvoidImportConfigurationServiceEndPoint.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 TypeMethodDescriptionvoidProfileExportServiceImpl.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 TypeClassDescriptionclassAn 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 StringHttpUtils.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.