Uses of Interface
com.atlassian.bamboo.crypto.instance.SecretEncryptionService
Packages that use SecretEncryptionService
Package
Description
-
Uses of SecretEncryptionService in com.atlassian.bamboo.admin.configuration
Constructors in com.atlassian.bamboo.admin.configuration with parameters of type SecretEncryptionServiceModifierConstructorDescriptionMailConfigurationServiceImpl
(SecretEncryptionService secretEncryptionService, BambooPermissionManager bambooPermissionManager, com.atlassian.struts.TextProvider textProvider) -
Uses of SecretEncryptionService in com.atlassian.bamboo.agent.elastic.aws
Constructors in com.atlassian.bamboo.agent.elastic.aws with parameters of type SecretEncryptionServiceModifierConstructorDescriptionAwsAccountBeanImpl
(ElasticAccountBean elasticAccountBean, com.atlassian.aws.AWSManager awsManager, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type SecretEncryptionServiceModifierConstructorDescriptionElasticInstanceManagerImpl
(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, SecretEncryptionService secretEncryptionService) RemoteElasticInstanceImpl
(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, ScheduledExecutorService executor, KeyStore keyStore, ElasticConfiguration elasticConfiguration, @NotNull AgentManager agentManager, @NotNull ElasticImageConfiguration elasticImageConfiguration, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder, @NotNull SpotInstanceConfig spotInstanceConfig, @NotNull ServerFingerprint fingerprint, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.amq
Constructors in com.atlassian.bamboo.amq with parameters of type SecretEncryptionServiceModifierConstructorDescriptionBambooBrokerService
(org.apache.activemq.broker.BrokerService brokerService, BootstrapManager bootstrapManager, KeyStoreFactory keyStoreFactory, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type SecretEncryptionServiceModifier and TypeMethodDescription@NotNull KeyStore
ElasticTunnelDefinition.getKeyStore
(@NotNull SecretEncryptionService secretEncryptionService) void
ElasticTunnelDefinition.setKeyStore
(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type SecretEncryptionServiceModifierConstructorDescriptionVariableValidationService
(@NotNull SecretEncryptionService encryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type SecretEncryptionServiceModifierConstructorDescriptionBambooYamlValidatorImpl
(PlanManager planManager, ProjectManager projectManager, RssPermissionsService rssPermissionsService, ValidationService validationService, SecretEncryptionService secretEncryptionService, DocumentationLinkProvider documentationLinkProvider) -
Uses of SecretEncryptionService in com.atlassian.bamboo.credentials
Constructors in com.atlassian.bamboo.credentials with parameters of type SecretEncryptionServiceModifierConstructorDescriptionDataEncryptionValidator
(SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.crypto.instance
Classes in com.atlassian.bamboo.crypto.instance that implement SecretEncryptionServiceMethods in com.atlassian.bamboo.crypto.instance that return SecretEncryptionServiceModifier and TypeMethodDescriptionstatic SecretEncryptionService
SecretEncryptionServiceInternalImpl.forTesting()
-
Uses of SecretEncryptionService in com.atlassian.bamboo.mock
Classes in com.atlassian.bamboo.mock that implement SecretEncryptionService -
Uses of SecretEncryptionService in com.atlassian.bamboo.persister.xstream
Methods in com.atlassian.bamboo.persister.xstream with parameters of type SecretEncryptionServiceModifier and TypeMethodDescriptionstatic com.thoughtworks.xstream.XStream
XStreamUtils.createEncryptingXStream
(@NotNull SecureXStreamFactory secureXStreamFactory, @NotNull SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type SecretEncryptionServiceModifierConstructorDescriptionBitbucketCloudServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CredentialsAccessor credentialsAccessor, BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.bitbucket.v2.export
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.export with parameters of type SecretEncryptionServiceModifierConstructorDescriptionBitbucketCloudImporterExporter
(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.git.v2.configurator
Constructors in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type SecretEncryptionServiceModifierConstructorDescriptionGitServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.github.exporter
Constructors in com.atlassian.bamboo.plugins.github.exporter with parameters of type SecretEncryptionServiceModifierConstructorDescriptionGitHubConfigurationExporter
(SecretEncryptionService encryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Constructors in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration with parameters of type SecretEncryptionServiceModifierConstructorDescriptionElasticConfigurationConversionFunction
(BambooLicenseManager bambooLicenseManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ElasticInstanceManager elasticInstanceManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LinkService linkService, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.rest.encrypt
Constructors in com.atlassian.bamboo.plugins.rest.encrypt with parameters of type SecretEncryptionServiceModifierConstructorDescriptionManualEncryptionResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, SecretEncryptionService secretEncryptionService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.testutils.rest.resource
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource with parameters of type SecretEncryptionService -
Uses of SecretEncryptionService in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type SecretEncryptionServiceModifierConstructorDescriptionMigratingEncryptionService
(SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.serialization.xstream.crypto
Constructors in com.atlassian.bamboo.serialization.xstream.crypto with parameters of type SecretEncryptionServiceModifierConstructorDescriptionFinalHashMapConverter
(com.thoughtworks.xstream.mapper.Mapper mapper, @NotNull SecretEncryptionService secretEncryptionService) SecureTokenConverter
(@NotNull SecretEncryptionService secretEncryptionService) VariableDefinitionContextConverter
(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type SecretEncryptionServiceModifier and TypeFieldDescriptionstatic final Supplier<SecretEncryptionService>
ComponentAccessor.SECRET_ENCRYPTION_SERVICE
Deprecated. -
Uses of SecretEncryptionService in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type SecretEncryptionServiceModifier and TypeMethodDescription@NotNull KeyStore
ElasticTunnelDefinitionImpl.getKeyStore
(@NotNull SecretEncryptionService secretEncryptionService) void
ElasticTunnelDefinitionImpl.setKeyStore
(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type SecretEncryptionServiceModifierConstructorDescriptionBuildAgentControllerImpl
(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.v2.build.agent.remote.crypto
Classes in com.atlassian.bamboo.v2.build.agent.remote.crypto that implement SecretEncryptionService -
Uses of SecretEncryptionService in com.atlassian.bamboo.variable
Constructors in com.atlassian.bamboo.variable with parameters of type SecretEncryptionServiceModifierConstructorDescriptionVariableValidationServiceImpl
(SecretEncryptionService secretEncryptionService, com.opensymphony.xwork2.TextProvider textProvider, EncryptedVariableDefinitionAccessor variableDefinitionAccessor) -
Uses of SecretEncryptionService in com.atlassian.crowd.embedded
Constructors in com.atlassian.crowd.embedded with parameters of type SecretEncryptionService