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

All Known Implementing Classes:
AbstractKnownHostsProvider

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

public static final String ROLE
Method Detail

storeKnownHosts

public void storeKnownHosts(String contents)
                     throws IOException
Throws:
IOException

setHostKeyChecking

public void setHostKeyChecking(String hostKeyChecking)

getHostKeyChecking

public String getHostKeyChecking()

getContents

public String getContents()


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.