railo.runtime.config
Class RemoteClientImpl

java.lang.Object
  extended by railo.runtime.config.RemoteClientImpl
All Implemented Interfaces:
Serializable, RemoteClient

public class RemoteClientImpl
extends Object
implements RemoteClient

See Also:
Serialized Form

Constructor Summary
RemoteClientImpl(String label, String type, String url, String serverUsername, String serverPassword, String adminPassword, ProxyData proxyData, String securityKey, String usage)
           
 
Method Summary
 String getAdminPassword()
           
 String getAdminPasswordEncrypted()
           
 String getId(Config config)
           
 String getLabel()
           
 ProxyData getProxyData()
           
 String getSecurityKey()
           
 String getServerPassword()
           
 String getServerUsername()
           
 String getType()
           
 String getUrl()
           
 String getUsage()
           
 boolean hasUsage(String usage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteClientImpl

public RemoteClientImpl(String label,
                        String type,
                        String url,
                        String serverUsername,
                        String serverPassword,
                        String adminPassword,
                        ProxyData proxyData,
                        String securityKey,
                        String usage)
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface RemoteClient
Returns:
the url

getServerUsername

public String getServerUsername()
Specified by:
getServerUsername in interface RemoteClient
Returns:
the serverUsername

getServerPassword

public String getServerPassword()
Specified by:
getServerPassword in interface RemoteClient
Returns:
the serverPassword

getProxyData

public ProxyData getProxyData()
Specified by:
getProxyData in interface RemoteClient
Returns:
the proxyData

getType

public String getType()
Specified by:
getType in interface RemoteClient
Returns:
the type

getAdminPassword

public String getAdminPassword()
Specified by:
getAdminPassword in interface RemoteClient
Returns:
the adminPassword

getSecurityKey

public String getSecurityKey()
Specified by:
getSecurityKey in interface RemoteClient
Returns:
the securityKey

getAdminPasswordEncrypted

public String getAdminPasswordEncrypted()
Specified by:
getAdminPasswordEncrypted in interface RemoteClient

getLabel

public String getLabel()
Specified by:
getLabel in interface RemoteClient

getUsage

public String getUsage()
Specified by:
getUsage in interface RemoteClient

hasUsage

public boolean hasUsage(String usage)
Specified by:
hasUsage in interface RemoteClient

getId

public String getId(Config config)
Specified by:
getId in interface RemoteClient


Copyright © 2012 Railo