org.apache.oodt.cas.protocol.sftp.auth
Class HostKeyAuthentication
java.lang.Object
org.apache.oodt.cas.protocol.auth.BasicAuthentication
org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication
- All Implemented Interfaces:
- Authentication
public class HostKeyAuthentication
- extends BasicAuthentication
Authentication implementation allowing a SSH host key file to be specified.
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostKeyAuthentication
public HostKeyAuthentication(String user,
String pass,
String hostKeyFile)
HostKeyAuthentication
public HostKeyAuthentication(String user,
String pass,
String hostKeyFile,
String passphrase)
getHostKeyFile
public String getHostKeyFile()
getPassphrase
public String getPassphrase()
Copyright © 1999-2012 Apache OODT. All Rights Reserved.