Secure iNet Factory

Uses of Class
com.jscape.inet.ssh.util.User

Packages that use User
com.jscape.inet.sftp   
com.jscape.inet.ssh   
com.jscape.inet.ssh.authentication   
com.jscape.inet.ssh.authentication.requests   
com.jscape.inet.ssh.util   
 

Uses of User in com.jscape.inet.sftp
 

Methods in com.jscape.inet.sftp with parameters of type User
 SftpClient SftpConfiguration.createClient(ConnectionParameters conParams, User user)
          Creates a new SFTP client instance for specified connection and user parameters.
 

Uses of User in com.jscape.inet.ssh
 

Methods in com.jscape.inet.ssh that return User
 User SshConnector.getUser()
          Returns current user.
 

Methods in com.jscape.inet.ssh with parameters of type User
 ConnectionClient SshConfiguration.createConnectionClient(ConnectionParameters parameters, User user)
          Creates a new client instance.
 

Constructors in com.jscape.inet.ssh with parameters of type User
SshConnector(SshConfiguration configuration, ConnectionParameters connectionParameters, User user, ChannelRequest channelRequest)
          Creates a new connector instance.
 

Uses of User in com.jscape.inet.ssh.authentication
 

Methods in com.jscape.inet.ssh.authentication that return User
 User AuthenticationRequest.getUser()
          Returns user to be authenticated.
 

Methods in com.jscape.inet.ssh.authentication with parameters of type User
 void AuthenticationRequest.setUser(User user)
          Sets target user.
 

Uses of User in com.jscape.inet.ssh.authentication.requests
 

Methods in com.jscape.inet.ssh.authentication.requests that return User
 User AbstractAuthenticationRequest.getUser()
           
 User UserDataBasedRequest.getUser()
           
 

Methods in com.jscape.inet.ssh.authentication.requests with parameters of type User
 void AbstractAuthenticationRequest.setUser(User user)
           
 void UserDataBasedRequest.setUser(User user)
           
 

Uses of User in com.jscape.inet.ssh.util
 

Methods in com.jscape.inet.ssh.util that return User
 User SshParameters.getUser()
          Returns user instance.
 

Methods in com.jscape.inet.ssh.util with parameters of type User
 void SshParameters.setUser(User user)
          Sets a new user value.
 

Constructors in com.jscape.inet.ssh.util with parameters of type User
SshParameters(ConnectionParameters connectionParameters, User user, java.io.File privateKey, java.lang.String privateKeyPassword, HostKeyVerifier hostKeyVerifier)
           
User(User that)
          Copy constructor.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved