Uses of Class
com.cumulocity.microservice.context.credentials.MicroserviceCredentials
Package
Description
-
Uses of MicroserviceCredentials in com.cumulocity.microservice.context.annotation
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.config.CustomScopeConfigurer
EnableContextSupportConfiguration.contextScopeConfigurer
(ContextService<MicroserviceCredentials> microserviceContextService, ContextService<UserCredentials> userContextService, Long cacheExpirationTimeout) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.context.credentials
Modifier and TypeMethodDescriptionMicroserviceCredentials.MicroserviceCredentialsBuilder.build()
MicroserviceCredentials.withAppKey
(String appKey) MicroserviceCredentials.withOAuthAccessToken
(String oAuthAccessToken) MicroserviceCredentials.withPassword
(String password) MicroserviceCredentials.withTenant
(String tenant) MicroserviceCredentials.withTfaToken
(String tfaToken) MicroserviceCredentials.withUsername
(String username) MicroserviceCredentials.withXsrfToken
(String xsrfToken) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.monitoring.health.indicator
Modifier and TypeMethodDescriptionPlatformHealthIndicatorConfiguration.platformHealthIndicator
(ContextService<MicroserviceCredentials> microservice, PlatformProperties properties, PlatformHealthIndicatorProperties configuration) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.security.filter.provider
Modifier and TypeMethodDescriptionSpringSecurityContextProvider.get
(org.springframework.security.core.context.SecurityContext context) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.settings.annotation
Modifier and TypeMethodDescriptionEnableTenantOptionSettingsConfiguration.microserviceSettingsService
(PlatformProperties platformProperties, ContextService<MicroserviceCredentials> contextService, CurrentApplicationSettingsApi currentApplicationSettingsApi) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.model
ModifierConstructorDescription -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.repository
Modifier and TypeMethodDescriptionMicroserviceSubscriptionsRepository.Subscriptions.getAdded()
MicroserviceSubscriptionsRepository.Subscriptions.getAll()
MicroserviceSubscriptionsRepository.getCurrentSubscriptions()
MicroserviceSubscriptionsRepository.Subscriptions.getRemoved()
Modifier and TypeMethodDescriptionMicroserviceSubscriptionsRepository.Subscriptions.SubscriptionsBuilder.added
(Collection<MicroserviceCredentials> added) MicroserviceSubscriptionsRepository.Subscriptions.SubscriptionsBuilder.all
(Collection<MicroserviceCredentials> all) MicroserviceSubscriptionsRepository.diffWithCurrentSubscriptions
(List<MicroserviceCredentials> credentials) MicroserviceSubscriptionsRepository.Subscriptions.SubscriptionsBuilder.removed
(Collection<MicroserviceCredentials> removed) void
MicroserviceSubscriptionsRepository.updateCurrentSubscriptions
(Collection<MicroserviceCredentials> subscriptions) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.service
Modifier and TypeMethodDescriptionMicroserviceSubscriptionsService.getAll()
Gets current microservice subscriptions' credentialsMicroserviceSubscriptionsService.getCredentials
(String tenant) Gets microservice credentials of the given tenant -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.service.impl
Modifier and TypeMethodDescriptionMicroserviceSubscriptionsServiceImpl.getAll()
MicroserviceSubscriptionsServiceImpl.getCredentials
(String tenant) ModifierConstructorDescriptionMicroserviceSubscriptionsServiceImpl
(PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher, MicroserviceSubscriptionsRepository repository, MicroserviceMetadataRepresentation microserviceMetadataRepresentation, ContextService<MicroserviceCredentials> contextService)