Uses of Interface
com.atlassian.bamboo.security.TrustedKeyService
-
Packages that use TrustedKeyService Package Description com.atlassian.bamboo.plugins.rest.admin.ssh com.atlassian.bamboo.security com.atlassian.bamboo.server -
-
Uses of TrustedKeyService in com.atlassian.bamboo.plugins.rest.admin.ssh
Constructors in com.atlassian.bamboo.plugins.rest.admin.ssh with parameters of type TrustedKeyService Constructor Description TrustedKeyResource(TrustedKeyConversionFunction trustedKeyConversionFunction, TrustedKeyService trustedKeyService, com.atlassian.sal.api.message.I18nResolver i18nResolver, AdministrationConfigurationAccessor administrationConfigurationAccessor, RestHelperWrapper restHelperWrapper)
-
Uses of TrustedKeyService in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement TrustedKeyService Modifier and Type Class Description class
TrustedKeyServiceImpl
Constructors in com.atlassian.bamboo.security with parameters of type TrustedKeyService Constructor Description ServerTrustedKeyHelperImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooHomeLocator homeLocator, TrustedKeyService trustedKeyService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of TrustedKeyService in com.atlassian.bamboo.server
Constructors in com.atlassian.bamboo.server with parameters of type TrustedKeyService Constructor Description ServerStateServiceImpl(SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService)
-