|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshAuthentication | |
|---|---|
| org.ow2.petals.bc.sftp.authentication | |
| org.ow2.petals.bc.sftp.connection | |
| Uses of SshAuthentication in org.ow2.petals.bc.sftp.authentication |
|---|
| Subclasses of SshAuthentication in org.ow2.petals.bc.sftp.authentication | |
|---|---|
class |
SshPasswordAuthentication
Utility class that holds the informations used by the component to perform a user / password authentication onto the SSH server. |
class |
SshPublicKeyAuthentication
Utility class used to authenticate a client onto a SSH server using a public key. |
| Uses of SshAuthentication in org.ow2.petals.bc.sftp.connection |
|---|
| Methods in org.ow2.petals.bc.sftp.connection that return SshAuthentication | |
|---|---|
SshAuthentication |
SFTPConnectionInfo.getSshAuthentication()
Accessor on the authentication used for the connection on the SSH server. |
| Constructors in org.ow2.petals.bc.sftp.connection with parameters of type SshAuthentication | |
|---|---|
SFTPConnectionInfo(java.lang.String server,
java.lang.String port,
SshAuthentication sshAuthentication,
java.lang.String directory,
boolean overwrite)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||