Uses of Interface
org.eclipse.jsch.core.IJSchLocation
Packages that use IJSchLocation
-
Uses of IJSchLocation in org.eclipse.jsch.core
Methods in org.eclipse.jsch.core that return IJSchLocationModifier and TypeMethodDescriptionIJSchService.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 IJSchLocationModifier and TypeMethodDescriptionvoidIPasswordStore.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.