Uses of Interface
com.atlassian.bamboo.security.TrustedKey
Package
Description
-
Uses of TrustedKey in com.atlassian.bamboo.agent.remote.security
Modifier and TypeMethodDescription@NotNull Set<TrustedKey>
RemoteTrustedKeyHelperImpl.getTrustedKeys()
-
Uses of TrustedKey in com.atlassian.bamboo.event
-
Uses of TrustedKey in com.atlassian.bamboo.pageobjects.pages.admin
Modifier and TypeMethodDescriptionTrustedKeysPage.findTrustedKeys
(String host, String key) TrustedKeysPage.getTrustedKeys()
-
Uses of TrustedKey in com.atlassian.bamboo.plugins.git.jgit.transport
-
Uses of TrustedKey in com.atlassian.bamboo.plugins.rest.admin.ssh
Modifier and TypeMethodDescription@NotNull RestTrustedKey
TrustedKeyConversionFunction.apply
(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of TrustedKey in com.atlassian.bamboo.repository
Modifier and TypeMethodDescription@Nullable TrustedKey
HostKeyVerificationException.getTrustedKey()
ModifierConstructorDescriptionHostKeyVerificationException
(@NotNull String message, @Nullable Throwable cause, @Nullable TrustedKey trustedKey) Create an exception containing the message and root causeHostKeyVerificationException
(String message, @Nullable Throwable cause, String stdout, String stderr, @Nullable List<String> passwordsToObfuscate, @Nullable TrustedKey trustedKey) -
Uses of TrustedKey in com.atlassian.bamboo.repository.svn.v2
Modifier and TypeMethodDescriptionprotected @Nullable TrustedKey
AbstractSvnExecutor.extractTrustedKey
(@NotNull org.tmatesoft.svn.core.SVNException e) -
Uses of TrustedKey in com.atlassian.bamboo.security
Modifier and TypeClassDescriptionclass
Use for server-agent communication.class
Modifier and TypeFieldDescriptionstatic Function<TrustedKey,
TrustedKeyDTO> TrustedKeyDTO.CONVERTER
static final Function<TrustedKey,
String> TrustedKeyHelper.KNOWN_HOSTS_FUNCTION
Prepare row for known_hosts fileModifier and TypeMethodDescriptionprotected @NotNull TrustedKey
TrustedKeyMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) @Nullable TrustedKey
TrustedKeyDao.findByHostAndKey
(@NotNull String host, @NotNull String key) @Nullable TrustedKey
TrustedKeyHibernateDaoImpl.findByHostAndKey
(@NotNull String host, @NotNull String key) @Nullable TrustedKey
TrustedKeyDao.findById
(long id) @Nullable TrustedKey
TrustedKeyHibernateDaoImpl.findById
(long id) static @NotNull TrustedKey
Modifier and TypeMethodDescription@NotNull List<TrustedKey>
TrustedKeyDao.findAll()
@NotNull List<TrustedKey>
TrustedKeyHibernateDaoImpl.findAll()
@NotNull List<TrustedKey>
TrustedKeyService.findAll()
@NotNull List<TrustedKey>
TrustedKeyServiceImpl.findAll()
@NotNull List<TrustedKey>
TrustedKeyService.findApproved()
@NotNull List<TrustedKey>
TrustedKeyServiceImpl.findApproved()
@NotNull Collection<TrustedKey>
ServerTrustedKeyHelperImpl.getTrustedKeys()
@NotNull Collection<TrustedKey>
TrustedKeyHelper.getTrustedKeys()
Modifier and TypeMethodDescriptionvoid
TrustedKeyMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TrustedKey> list, @NotNull TrustedKey object, long objectIndex, @NotNull org.hibernate.Session session) protected void
TrustedKeyMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TrustedKey trustedKey, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
TrustedKeyMapper.importProperties
(@NotNull TrustedKey object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) boolean
TrustedKeyService.save
(@NotNull TrustedKey trustedKey) Persists the given trusted key.boolean
TrustedKeyServiceImpl.save
(@NotNull TrustedKey trustedKey) Modifier and TypeMethodDescriptionvoid
TrustedKeyMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TrustedKey> list, @NotNull TrustedKey object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of TrustedKey in com.atlassian.bamboo.server
Modifier and TypeMethodDescriptionServerStateService.getSshTrustedKeys()
ServerStateServiceImpl.getSshTrustedKeys()
-
Uses of TrustedKey in com.atlassian.bamboo.ssh
ModifierConstructorDescriptionUntrustedKeyException
(TrustedKey trustedKey) UntrustedKeyException
(String message, TrustedKey trustedKey)