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 java.lang.String ROLE
           
 
Method Summary
 java.lang.String getContents()
           
 java.lang.String getHostKeyChecking()
           
 void setHostKeyChecking(java.lang.String hostKeyChecking)
           
 void storeKnownHosts(java.lang.String contents)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

storeKnownHosts

public void storeKnownHosts(java.lang.String contents)
                     throws java.io.IOException
Throws:
java.io.IOException

setHostKeyChecking

public void setHostKeyChecking(java.lang.String hostKeyChecking)

getHostKeyChecking

public java.lang.String getHostKeyChecking()

getContents

public java.lang.String getContents()


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