Uses of Interface
com.cumulocity.microservice.context.ContextService
Package
Description
-
Uses of ContextService in com.cumulocity.microservice.context
-
Uses of ContextService in com.cumulocity.microservice.context.annotation
Modifier and TypeMethodDescriptionEnableContextSupportConfiguration.credentialsContextService()
EnableContextSupportConfiguration.microserviceContextService()
EnableContextSupportConfiguration.userContextService()
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.config.CustomScopeConfigurer
EnableContextSupportConfiguration.contextScopeConfigurer
(ContextService<MicroserviceCredentials> microserviceContextService, ContextService<UserCredentials> userContextService, Long cacheExpirationTimeout) -
Uses of ContextService in com.cumulocity.microservice.monitoring.health.indicator
Modifier and TypeMethodDescriptionPlatformHealthIndicatorConfiguration.platformHealthIndicator
(ContextService<MicroserviceCredentials> microservice, PlatformProperties properties, PlatformHealthIndicatorProperties configuration) -
Uses of ContextService in com.cumulocity.microservice.security.filter
ModifierConstructorDescriptionPostAuthenticateServletFilter
(List<PostAuthorizationContextProvider<org.springframework.security.core.context.SecurityContext>> credentialsResolvers, ContextService<Credentials> contextService) PreAuthenticateServletFilter
(List<PreAuthorizationContextProvider<jakarta.servlet.http.HttpServletRequest>> credentialsResolvers, ContextService<Credentials> contextService) -
Uses of ContextService in com.cumulocity.microservice.security.token
ModifierConstructorDescriptionCumulocityOAuthMicroserviceFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, ContextService<UserCredentials> userContextService) -
Uses of ContextService in com.cumulocity.microservice.settings.annotation
Modifier and TypeMethodDescriptionEnableTenantOptionSettingsConfiguration.microserviceSettingsService
(PlatformProperties platformProperties, ContextService<MicroserviceCredentials> contextService, CurrentApplicationSettingsApi currentApplicationSettingsApi) -
Uses of ContextService in com.cumulocity.microservice.subscription.service.impl
ModifierConstructorDescriptionMicroserviceSubscriptionsServiceImpl
(PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher, MicroserviceSubscriptionsRepository repository, MicroserviceMetadataRepresentation microserviceMetadataRepresentation, ContextService<MicroserviceCredentials> contextService)