| Modifier and Type | Method and Description |
|---|---|
TrustedKey |
TrustedKeySavedEvent.getTrustedKey() |
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustedKeysPage.TrustedKeyImpl |
| Modifier and Type | Method and Description |
|---|---|
Optional<TrustedKey> |
TrustedKeysPage.findTrustedKeys(String host,
String key) |
List<TrustedKey> |
TrustedKeysPage.getTrustedKeys() |
| Modifier and Type | Method and Description |
|---|---|
TrustedKey |
TrustedKeyFetcher.getKey() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestTrustedKey |
TrustedKeyConversionFunction.apply(@NotNull TrustedKey input,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TrustedKey |
HostKeyVerificationException.getTrustedKey() |
| Constructor and Description |
|---|
HostKeyVerificationException(String message,
@Nullable Throwable cause,
String stdout,
String stderr,
@Nullable List<String> passwordsToObfuscate,
@Nullable TrustedKey trustedKey) |
HostKeyVerificationException(@NotNull String message,
@Nullable Throwable cause,
@Nullable TrustedKey trustedKey)
Create an exception containing the message and root cause
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable TrustedKey |
AbstractSvnExecutor.extractTrustedKey(@NotNull org.tmatesoft.svn.core.SVNException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
TrustedKeyDTO
Use for server-agent communication.
|
class |
TrustedKeyImpl |
| Modifier and Type | Field and Description |
|---|---|
static Function<TrustedKey,TrustedKeyDTO> |
TrustedKeyDTO.CONVERTER |
static Function<TrustedKey,String> |
TrustedKeyHelper.KNOWN_HOSTS_FUNCTION
Prepare row for known_hosts file
|
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull TrustedKey |
TrustedKeyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
@Nullable TrustedKey |
TrustedKeyHibernateDaoImpl.findByHostAndKey(@NotNull String host,
@NotNull String key) |
@Nullable TrustedKey |
TrustedKeyDao.findByHostAndKey(@NotNull String host,
@NotNull String key) |
@Nullable TrustedKey |
TrustedKeyHibernateDaoImpl.findById(long id) |
@Nullable TrustedKey |
TrustedKeyDao.findById(long id) |
static @NotNull TrustedKey |
TrustedKeyDTO.from(@Nullable String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
TrustedKeyServiceImpl.save(@NotNull TrustedKey trustedKey) |
boolean |
TrustedKeyService.save(@NotNull TrustedKey trustedKey)
Persists the given trusted key.
|
| Constructor and Description |
|---|
TrustedKeyDTO(TrustedKey trustedKey) |
| Modifier and Type | Method and Description |
|---|---|
Set<TrustedKey> |
ServerStateService.getSshTrustedKeys() |
Set<TrustedKey> |
ServerStateServiceImpl.getSshTrustedKeys() |
| Modifier and Type | Method and Description |
|---|---|
TrustedKey |
UntrustedKeyException.getTrustedKey() |
| Constructor and Description |
|---|
UntrustedKeyException(String message,
TrustedKey trustedKey) |
UntrustedKeyException(TrustedKey trustedKey) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.