Uses of Interface
org.apache.unomi.api.services.ConfigSharingService
-
-
Uses of ConfigSharingService in org.apache.unomi.rest.server
Methods in org.apache.unomi.rest.server with parameters of type ConfigSharingService Modifier and Type Method Description void
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 ConfigSharingService Constructor Description RequestValidatorInterceptor(ConfigSharingService configSharingService)
-
Uses of ConfigSharingService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ConfigSharingService Modifier and Type Method Description void
RouterCamelContext. setConfigSharingService(ConfigSharingService configSharingService)
-
Uses of ConfigSharingService in org.apache.unomi.router.rest
Fields in org.apache.unomi.router.rest declared as ConfigSharingService Modifier and Type Field Description protected ConfigSharingService
ImportConfigurationServiceEndPoint. configSharingService
Methods in org.apache.unomi.router.rest with parameters of type ConfigSharingService Modifier and Type Method Description void
ImportConfigurationServiceEndPoint. setConfigSharingService(ConfigSharingService configSharingService)
-
Uses of ConfigSharingService in org.apache.unomi.router.services
Methods in org.apache.unomi.router.services with parameters of type ConfigSharingService Modifier and Type Method Description void
ProfileExportServiceImpl. setConfigSharingService(ConfigSharingService configSharingService)
-
Uses of ConfigSharingService in org.apache.unomi.services.impl.configsharing
Classes in org.apache.unomi.services.impl.configsharing that implement ConfigSharingService Modifier and Type Class Description class
ConfigSharingServiceImpl
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 ConfigSharingService Modifier and Type Method Description static 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. -
Uses of ConfigSharingService in org.apache.unomi.web
Methods in org.apache.unomi.web with parameters of type ConfigSharingService Modifier and Type Method Description void
ClientServlet. setConfigSharingService(ConfigSharingService configSharingService)
Deprecated.void
ContextServlet. setConfigSharingService(ConfigSharingService configSharingService)
Deprecated.
-