Uses of Interface
com.atlassian.bamboo.crypto.instance.SecretEncryptionService
Package
Description
-
Uses of SecretEncryptionService in com.atlassian.bamboo.admin.configuration
ModifierConstructorDescriptionMailConfigurationServiceImpl
(SecretEncryptionService secretEncryptionService, BambooPermissionManager bambooPermissionManager, com.atlassian.struts.TextProvider textProvider) -
Uses of SecretEncryptionService in com.atlassian.bamboo.agent.elastic.aws
ModifierConstructorDescriptionAwsAccountBeanImpl
(ElasticAccountBean elasticAccountBean, com.atlassian.aws.AWSManager awsManager, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.agent.elastic.server
ModifierConstructorDescriptionElasticInstanceManagerImpl
(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
ModifierConstructorDescriptionBambooBrokerService
(org.apache.activemq.broker.BrokerService brokerService, BootstrapManager bootstrapManager, KeyStoreFactory keyStoreFactory, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.buildqueue
Modifier 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
ModifierConstructorDescriptionVariableValidationService
(@NotNull SecretEncryptionService encryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.configuration.external.yaml
ModifierConstructorDescriptionBambooYamlValidatorImpl
(PlanManager planManager, ProjectManager projectManager, RssPermissionsService rssPermissionsService, ValidationService validationService, SecretEncryptionService secretEncryptionService, DocumentationLinkProvider documentationLinkProvider) -
Uses of SecretEncryptionService in com.atlassian.bamboo.credentials
ModifierConstructorDescriptionDataEncryptionValidator
(SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.crypto.instance
Modifier and TypeMethodDescriptionstatic SecretEncryptionService
SecretEncryptionServiceInternalImpl.forTesting()
-
Uses of SecretEncryptionService in com.atlassian.bamboo.mock
-
Uses of SecretEncryptionService in com.atlassian.bamboo.persister.xstream
Modifier 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
ModifierConstructorDescriptionBitbucketCloudServerConfigurator
(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
ModifierConstructorDescriptionBitbucketCloudImporterExporter
(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.git.v2.configurator
ModifierConstructorDescriptionGitServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.github.exporter
ModifierConstructorDescriptionGitHubConfigurationExporter
(SecretEncryptionService encryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
ModifierConstructorDescriptionElasticConfigurationConversionFunction
(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
ModifierConstructorDescriptionManualEncryptionResource
(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
-
Uses of SecretEncryptionService in com.atlassian.bamboo.security
ModifierConstructorDescriptionMigratingEncryptionService
(SecretEncryptionService secretEncryptionService) -
Uses of SecretEncryptionService in com.atlassian.bamboo.serialization.xstream.crypto
ModifierConstructorDescriptionFinalHashMapConverter
(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
Modifier and TypeFieldDescriptionstatic final Supplier<SecretEncryptionService>
ComponentAccessor.SECRET_ENCRYPTION_SERVICE
Deprecated. -
Uses of SecretEncryptionService in com.atlassian.bamboo.v2.build.agent
Modifier and TypeMethodDescription@NotNull KeyStore
ElasticTunnelDefinitionImpl.getKeyStore
(@NotNull SecretEncryptionService secretEncryptionService) void
ElasticTunnelDefinitionImpl.setKeyStore
(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) ModifierConstructorDescriptionBuildAgentControllerImpl
(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
-
Uses of SecretEncryptionService in com.atlassian.bamboo.variable
ModifierConstructorDescriptionVariableValidationServiceImpl
(SecretEncryptionService secretEncryptionService, com.opensymphony.xwork2.TextProvider textProvider, EncryptedVariableDefinitionAccessor variableDefinitionAccessor) -
Uses of SecretEncryptionService in com.atlassian.crowd.embedded