org.apache.maven.wagon.providers.ssh.knownhost
Interface KnownHostsProvider

All Known Implementing Classes:
AbstractKnownHostsProvider, FileKnownHostsProvider, NullKnownHostProvider, SingleKnownHostProvider, StreamKnownHostsProvider

public interface KnownHostsProvider

Provides a way to add Known Hosts fingerprints to the JSch transport

Since:
Sep 12, 2005
Author:
Juan F. Codagnone

Field Summary
static String ROLE
           
 
Method Summary
 String getContents()
           
 String getHostKeyChecking()
           
 void setHostKeyChecking(String hostKeyChecking)
           
 void storeKnownHosts(String contents)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

storeKnownHosts

void storeKnownHosts(String contents)
                     throws IOException
Throws:
IOException

setHostKeyChecking

void setHostKeyChecking(String hostKeyChecking)

getHostKeyChecking

String getHostKeyChecking()

getContents

String getContents()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.