Uses of Interface
com.atlassian.bamboo.crypto.instance.SecretEncryptionService
-
-
Uses of SecretEncryptionService in com.atlassian.bamboo.admin.configuration
Constructors in com.atlassian.bamboo.admin.configuration with parameters of type SecretEncryptionService Constructor Description MailConfigurationServiceImpl(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 SecretEncryptionService Constructor Description AwsAccountBeanImpl(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 SecretEncryptionService Constructor Description ElasticInstanceManagerImpl(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 SecretEncryptionService Constructor Description BambooBrokerService(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 SecretEncryptionService Modifier and Type Method Description @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 SecretEncryptionService Constructor Description VariableValidationService(@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 SecretEncryptionService Constructor Description BambooYamlValidatorImpl(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 SecretEncryptionService Constructor Description DataEncryptionValidator(SecretEncryptionService secretEncryptionService)
-
Uses of SecretEncryptionService in com.atlassian.bamboo.crypto.instance
Classes in com.atlassian.bamboo.crypto.instance that implement SecretEncryptionService Modifier and Type Class Description class
SecretEncryptionServiceImpl
Methods in com.atlassian.bamboo.crypto.instance that return SecretEncryptionService Modifier and Type Method Description static SecretEncryptionService
SecretEncryptionServiceInternalImpl. forTesting()
-
Uses of SecretEncryptionService in com.atlassian.bamboo.mock
Classes in com.atlassian.bamboo.mock that implement SecretEncryptionService Modifier and Type Class Description class
MockSecretEncryptionService
-
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type SecretEncryptionService Constructor Description BitbucketCloudServerConfigurator(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 SecretEncryptionService Constructor Description BitbucketCloudImporterExporter(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 SecretEncryptionService Constructor Description GitServerConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, SecretEncryptionService secretEncryptionService)
-
Uses of SecretEncryptionService in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Constructors in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration with parameters of type SecretEncryptionService Constructor Description ElasticConfigurationConversionFunction(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 SecretEncryptionService Constructor Description ManualEncryptionResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, SecretEncryptionService secretEncryptionService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
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 Constructor Description SecretResource(SecretEncryptionService encryptionService)
-
Uses of SecretEncryptionService in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type SecretEncryptionService Constructor Description MigratingEncryptionService(SecretEncryptionService secretEncryptionService)
-
Uses of SecretEncryptionService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type SecretEncryptionService Modifier and Type Field Description static 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 SecretEncryptionService Modifier and Type Method Description @NotNull KeyStore
ElasticTunnelDefinitionImpl. getKeyStore(@NotNull SecretEncryptionService secretEncryptionService)
void
ElasticTunnelDefinitionImpl. setKeyStore(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService)
-
Uses of SecretEncryptionService in com.atlassian.bamboo.variable
Constructors in com.atlassian.bamboo.variable with parameters of type SecretEncryptionService Constructor Description VariableValidationServiceImpl(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 Constructor Description BambooEncryptorForCrowd(SecretEncryptionService encryptionService)
-