Uses of Interface
com.atlassian.bamboo.security.KeyStoreFactory
-
Packages that use KeyStoreFactory Package Description com.atlassian.bamboo.agent.elastic.server com.atlassian.bamboo.amq com.atlassian.bamboo.security it.com.atlassian.bamboo.agent.elastic -
-
Uses of KeyStoreFactory in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type KeyStoreFactory 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)
-
Uses of KeyStoreFactory in com.atlassian.bamboo.amq
Constructors in com.atlassian.bamboo.amq with parameters of type KeyStoreFactory Constructor Description BambooBrokerService(org.apache.activemq.broker.BrokerService brokerService, BootstrapManager bootstrapManager, KeyStoreFactory keyStoreFactory, SecretEncryptionService secretEncryptionService)
-
Uses of KeyStoreFactory in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement KeyStoreFactory Modifier and Type Class Description class
BCKeyStoreFactory
Methods in com.atlassian.bamboo.security with parameters of type KeyStoreFactory Modifier and Type Method Description static @NotNull KeyStore
JmsSslManagementUtils. getBrokerKeyStore(KeyStoreFactory keyStoreFactory)
static @NotNull KeyStore
JmsSslManagementUtils. getBrokerKeyStore(KeyStoreFactory keyStoreFactory, char[] keystoreAndKeyPassword)
static @NotNull KeyStore
JmsSslManagementUtils. getClientKeyStore(File file, KeyStoreFactory keyStoreFactory, char[] keystoreAndKeyPassword)
-
Uses of KeyStoreFactory in it.com.atlassian.bamboo.agent.elastic
Constructors in it.com.atlassian.bamboo.agent.elastic with parameters of type KeyStoreFactory Constructor Description AbstractElasticAgentTunnelTester(KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory)
ElasticAgentTunnelWiredTest(KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory)
-