com.atlassian.bamboo.ssh
Interface ProxyConnectionData

All Superinterfaces:
ProxyErrorReceiver

public interface ProxyConnectionData
extends ProxyErrorReceiver


Method Summary
 java.security.KeyPair getKeyPair()
           
 java.net.SocketAddress getRemoteAddress()
           
 java.lang.String getRemotePassword()
           
 java.lang.String getRemoteUserName()
           
 
Methods inherited from interface com.atlassian.bamboo.ssh.ProxyErrorReceiver
reportProxyError
 

Method Detail

getRemoteAddress

java.net.SocketAddress getRemoteAddress()

getRemoteUserName

java.lang.String getRemoteUserName()

getKeyPair

java.security.KeyPair getKeyPair()

getRemotePassword

java.lang.String getRemotePassword()


Copyright © 2012 Atlassian. All Rights Reserved.