Uses of Class
com.cumulocity.microservice.context.credentials.MicroserviceCredentials
Packages that use MicroserviceCredentials
Package
Description
-
Uses of MicroserviceCredentials in com.cumulocity.microservice.context.annotation
Methods in com.cumulocity.microservice.context.annotation that return types with arguments of type MicroserviceCredentialsMethod parameters in com.cumulocity.microservice.context.annotation with type arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionorg.springframework.beans.factory.config.CustomScopeConfigurerEnableContextSupportConfiguration.contextScopeConfigurer(ContextService<MicroserviceCredentials> microserviceContextService, ContextService<UserCredentials> userContextService, Long cacheExpirationTimeout) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.context.credentials
Methods in com.cumulocity.microservice.context.credentials that return MicroserviceCredentialsModifier 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) Methods in com.cumulocity.microservice.context.credentials with parameters of type MicroserviceCredentials -
Uses of MicroserviceCredentials in com.cumulocity.microservice.monitoring.health.indicator
Method parameters in com.cumulocity.microservice.monitoring.health.indicator with type arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionPlatformHealthIndicatorConfiguration.platformHealthIndicator(ContextService<MicroserviceCredentials> microservice, PlatformProperties properties, PlatformHealthIndicatorProperties configuration) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.security.filter.provider
Methods in com.cumulocity.microservice.security.filter.provider that return MicroserviceCredentialsModifier and TypeMethodDescriptionSpringSecurityContextProvider.get(org.springframework.security.core.context.SecurityContext context) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.settings.annotation
Method parameters in com.cumulocity.microservice.settings.annotation with type arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionEnableTenantOptionSettingsConfiguration.microserviceSettingsService(PlatformProperties platformProperties, ContextService<MicroserviceCredentials> contextService, CurrentApplicationSettingsApi currentApplicationSettingsApi) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.model
Methods in com.cumulocity.microservice.subscription.model that return MicroserviceCredentialsConstructors in com.cumulocity.microservice.subscription.model with parameters of type MicroserviceCredentialsModifierConstructorDescription -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.repository
Methods in com.cumulocity.microservice.subscription.repository that return types with arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionMicroserviceSubscriptionsRepository.Subscriptions.getAdded()MicroserviceSubscriptionsRepository.Subscriptions.getAll()MicroserviceSubscriptionsRepository.getCurrentSubscriptions()MicroserviceSubscriptionsRepository.Subscriptions.getRemoved()Method parameters in com.cumulocity.microservice.subscription.repository with type arguments of type MicroserviceCredentialsModifier 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) voidMicroserviceSubscriptionsRepository.updateCurrentSubscriptions(Collection<MicroserviceCredentials> subscriptions) -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.service
Methods in com.cumulocity.microservice.subscription.service that return types with arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionMicroserviceSubscriptionsService.getAll()Gets current microservice subscriptions' credentialsMicroserviceSubscriptionsService.getCredentials(String tenant) Gets microservice credentials of the given tenant.
NOTE: this method may return stale data if the refreshing subscription process is in progress.default CompletableFuture<Optional<MicroserviceCredentials>>MicroserviceSubscriptionsService.getCredentialsAsync(String tenant) Asynchronously gets microservice credentials of the given tenant. -
Uses of MicroserviceCredentials in com.cumulocity.microservice.subscription.service.impl
Methods in com.cumulocity.microservice.subscription.service.impl that return types with arguments of type MicroserviceCredentialsModifier and TypeMethodDescriptionMicroserviceSubscriptionsServiceImpl.getAll()MicroserviceSubscriptionsServiceImpl.getCredentials(String tenant) MicroserviceSubscriptionsServiceImpl.getCredentialsAsync(String tenant) Constructor parameters in com.cumulocity.microservice.subscription.service.impl with type arguments of type MicroserviceCredentialsModifierConstructorDescriptionMicroserviceSubscriptionsServiceImpl(PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher, MicroserviceSubscriptionsRepository repository, MicroserviceMetadataRepresentation microserviceMetadataRepresentation, ContextService<MicroserviceCredentials> contextService)