Modifier and Type | Method and Description |
---|---|
Set<TrustedKey> |
RemoteTrustedKeyHelperImpl.getTrustedKeys() |
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 |
---|---|
RestTrustedKey |
TrustedKeyConversionFunction.apply(TrustedKey input,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
TrustedKey |
HostKeyVerificationException.getTrustedKey() |
Constructor and Description |
---|
HostKeyVerificationException(String message,
Throwable cause,
String stdout,
String stderr,
List<String> passwordsToObfuscate,
TrustedKey trustedKey) |
HostKeyVerificationException(String message,
Throwable cause,
TrustedKey trustedKey)
Create an exception containing the message and root cause
|
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 TrustedKey |
TrustedKeyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
TrustedKey |
TrustedKeyHibernateDaoImpl.findByHostAndKey(String host,
String key) |
TrustedKey |
TrustedKeyDao.findByHostAndKey(String host,
String key) |
TrustedKey |
TrustedKeyHibernateDaoImpl.findById(long id) |
TrustedKey |
TrustedKeyDao.findById(long id) |
static TrustedKey |
TrustedKeyDTO.from(String string) |
Modifier and Type | Method and Description |
---|---|
List<TrustedKey> |
TrustedKeyHibernateDaoImpl.findAll() |
List<TrustedKey> |
TrustedKeyServiceImpl.findAll() |
List<TrustedKey> |
TrustedKeyDao.findAll() |
List<TrustedKey> |
TrustedKeyService.findAll() |
List<TrustedKey> |
TrustedKeyServiceImpl.findApproved() |
List<TrustedKey> |
TrustedKeyService.findApproved() |
Collection<TrustedKey> |
ServerTrustedKeyHelperImpl.getTrustedKeys() |
Collection<TrustedKey> |
TrustedKeyHelper.getTrustedKeys() |
Modifier and Type | Method and Description |
---|---|
void |
TrustedKeyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TrustedKey> list,
TrustedKey object,
long objectIndex,
org.hibernate.Session session) |
protected void |
TrustedKeyMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TrustedKey trustedKey,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
TrustedKeyMapper.importProperties(TrustedKey object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
boolean |
TrustedKeyServiceImpl.save(TrustedKey trustedKey) |
boolean |
TrustedKeyService.save(TrustedKey trustedKey)
Persists the given trusted key.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustedKeyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TrustedKey> list,
TrustedKey object,
long objectIndex,
org.hibernate.Session session) |
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 © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.