Uses of Interface
com.cumulocity.microservice.context.ContextService
Packages that use ContextService
Package
Description
-
Uses of ContextService in com.cumulocity.microservice.context
Classes in com.cumulocity.microservice.context that implement ContextService -
Uses of ContextService in com.cumulocity.microservice.context.annotation
Methods in com.cumulocity.microservice.context.annotation that return ContextServiceModifier and TypeMethodDescriptionEnableContextSupportConfiguration.credentialsContextService()
EnableContextSupportConfiguration.microserviceContextService()
EnableContextSupportConfiguration.userContextService()
Methods in com.cumulocity.microservice.context.annotation with parameters of type ContextServiceModifier 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
Methods in com.cumulocity.microservice.monitoring.health.indicator with parameters of type ContextServiceModifier and TypeMethodDescriptionPlatformHealthIndicatorConfiguration.platformHealthIndicator
(ContextService<MicroserviceCredentials> microservice, PlatformProperties properties, PlatformHealthIndicatorProperties configuration) -
Uses of ContextService in com.cumulocity.microservice.security.filter
Constructors in com.cumulocity.microservice.security.filter with parameters of type ContextServiceModifierConstructorDescriptionPostAuthenticateServletFilter
(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
Constructors in com.cumulocity.microservice.security.token with parameters of type ContextServiceModifierConstructorDescriptionCumulocityOAuthMicroserviceFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, ContextService<UserCredentials> userContextService) -
Uses of ContextService in com.cumulocity.microservice.settings.annotation
Methods in com.cumulocity.microservice.settings.annotation with parameters of type ContextServiceModifier and TypeMethodDescriptionEnableTenantOptionSettingsConfiguration.microserviceSettingsService
(PlatformProperties platformProperties, ContextService<MicroserviceCredentials> contextService, CurrentApplicationSettingsApi currentApplicationSettingsApi) -
Uses of ContextService in com.cumulocity.microservice.subscription.service.impl
Constructors in com.cumulocity.microservice.subscription.service.impl with parameters of type ContextServiceModifierConstructorDescriptionMicroserviceSubscriptionsServiceImpl
(PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher, MicroserviceSubscriptionsRepository repository, MicroserviceMetadataRepresentation microserviceMetadataRepresentation, ContextService<MicroserviceCredentials> contextService)