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 voidRestServer. 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 voidRouterCamelContext. 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 ConfigSharingServiceImportConfigurationServiceEndPoint. configSharingServiceMethods in org.apache.unomi.router.rest with parameters of type ConfigSharingService Modifier and Type Method Description voidImportConfigurationServiceEndPoint. 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 voidProfileExportServiceImpl. 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 classConfigSharingServiceImplAn 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 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. - 
Uses of ConfigSharingService in org.apache.unomi.web
Methods in org.apache.unomi.web with parameters of type ConfigSharingService Modifier and Type Method Description voidClientServlet. setConfigSharingService(ConfigSharingService configSharingService)Deprecated.voidContextServlet. setConfigSharingService(ConfigSharingService configSharingService)Deprecated. 
 -