Package com.atlassian.bamboo.security
Class ServerTrustedKeyHelperImpl
- java.lang.Object
-
- com.atlassian.bamboo.security.AbstractTrustedKeyHelper
-
- com.atlassian.bamboo.security.ServerTrustedKeyHelperImpl
-
- All Implemented Interfaces:
TrustedKeyHelper
@Component public class ServerTrustedKeyHelperImpl extends AbstractTrustedKeyHelper
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.security.AbstractTrustedKeyHelper
fileSupplier
-
Fields inherited from interface com.atlassian.bamboo.security.TrustedKeyHelper
KNOWN_HOSTS_FUNCTION
-
-
Constructor Summary
Constructors Constructor Description ServerTrustedKeyHelperImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooHomeLocator homeLocator, TrustedKeyService trustedKeyService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Collection<TrustedKey>
getTrustedKeys()
-
Methods inherited from class com.atlassian.bamboo.security.AbstractTrustedKeyHelper
getCustomAcceptedSshHostKeysFile, isCustomAcceptedSshHostKeysEnabled, onTrustedKeyRemoved, onTrustedKeySaved
-
-
-
-
Constructor Detail
-
ServerTrustedKeyHelperImpl
@Inject public ServerTrustedKeyHelperImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooHomeLocator homeLocator, TrustedKeyService trustedKeyService, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Detail
-
getTrustedKeys
@NotNull public @NotNull Collection<TrustedKey> getTrustedKeys()
- Returns:
- trusted keys
-
-