Uses of Class
org.apache.airavata.experiment.execution.SSHAuthenticationSettings

Uses of SSHAuthenticationSettings in org.apache.airavata.experiment.execution
 

Fields in org.apache.airavata.experiment.execution declared as SSHAuthenticationSettings
 SSHAuthenticationSettings SecuritySettings.sshAuthSettings
           
 

Methods in org.apache.airavata.experiment.execution that return SSHAuthenticationSettings
 SSHAuthenticationSettings SSHAuthenticationSettings.deepCopy()
           
 SSHAuthenticationSettings SecuritySettings.getSshAuthSettings()
           
 SSHAuthenticationSettings SSHAuthenticationSettings.setAccessKeyID(String accessKeyID)
           
 SSHAuthenticationSettings SSHAuthenticationSettings.setSecretAccessKey(String secretAccessKey)
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type SSHAuthenticationSettings
 int SSHAuthenticationSettings.compareTo(SSHAuthenticationSettings other)
           
 boolean SSHAuthenticationSettings.equals(SSHAuthenticationSettings that)
           
 SecuritySettings SecuritySettings.setSshAuthSettings(SSHAuthenticationSettings sshAuthSettings)
           
 

Constructors in org.apache.airavata.experiment.execution with parameters of type SSHAuthenticationSettings
SSHAuthenticationSettings(SSHAuthenticationSettings other)
          Performs a deep copy on other.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.