com.intel.gpe.client2.security
Interface UPRSClientProvider


public interface UPRSClientProvider


Method Summary
 com.intel.gpe.uprs.ssh.client.UserProfileRepositoryClient getUPRSClient(java.net.URL uprsURL, java.lang.String sshHost, int sshPort)
          Connect to the remote host using SSH and SSH-capable UserProfileRepositoryService.
 

Method Detail

getUPRSClient

com.intel.gpe.uprs.ssh.client.UserProfileRepositoryClient getUPRSClient(java.net.URL uprsURL,
                                                                        java.lang.String sshHost,
                                                                        int sshPort)
                                                                        throws java.lang.Exception
Connect to the remote host using SSH and SSH-capable UserProfileRepositoryService.

Parameters:
uprsURL - - UserProfileRepositoryService URL
sshHost - - remote host name
sshPort - - SSH connection port
Returns:
UserProfileRepositoryClient encapsulating all necessary information for establishing SSH connection to the given remote host
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.