Package | Description |
---|---|
org.eclipse.jsch.core |
Provides support for the JSch SSH2 library.
|
Modifier and Type | Method and Description |
---|---|
IJSchLocation |
IJSchService.getLocation(String user,
String host,
int port)
Get the IJSchLocation according to given user name, host name and port number.
|
Modifier and Type | Method and Description |
---|---|
void |
IPasswordStore.clear(IJSchLocation location)
The cached password should be flushed.
|
com.jcraft.jsch.Session |
IJSchService.createSession(IJSchLocation location,
com.jcraft.jsch.UserInfo uinfo)
Create a
Session that can be used to make SSH2 connections. |
boolean |
IPasswordStore.isCached(IJSchLocation location)
This method will check if the password is cached or not.
|
void |
IPasswordStore.update(IJSchLocation location) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.