Uses of Interface
org.eclipse.jsch.core.IJSchLocation
-
Packages that use IJSchLocation Package Description org.eclipse.jsch.core Provides support for the JSch SSH2 library. -
-
Uses of IJSchLocation in org.eclipse.jsch.core
Methods in org.eclipse.jsch.core that return IJSchLocation Modifier and Type Method Description IJSchLocationIJSchService. getLocation(String user, String host, int port)Get the IJSchLocation according to given user name, host name and port number.Methods in org.eclipse.jsch.core with parameters of type IJSchLocation Modifier and Type Method Description voidIPasswordStore. clear(IJSchLocation location)The cached password should be flushed.com.jcraft.jsch.SessionIJSchService. createSession(IJSchLocation location, com.jcraft.jsch.UserInfo uinfo)Create aSessionthat can be used to make SSH2 connections.booleanIPasswordStore. isCached(IJSchLocation location)This method will check if the password is cached or not.voidIPasswordStore. update(IJSchLocation location)The new password "location.getPassword()" will be cached.
-