org.glassfish.admin.amx.intf.config
Interface SshAuth

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement, PropertiesAccess, SystemPropertiesAccess

Deprecated.

@Deprecated
public interface SshAuth
extends NamedConfigElement, PropertiesAccess, SystemPropertiesAccess


Method Summary
 String getKeyfile()
          Deprecated.  
 String getKeyPassphrase()
          Deprecated.  
 String getPassword()
          Deprecated.  
 String getUserName()
          Deprecated.  
 void setKeyfile(String param1)
          Deprecated.  
 void setKeyPassphrase(String param1)
          Deprecated.  
 void setPassword(String param1)
          Deprecated.  
 void setUserName(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.SystemPropertiesAccess
getSystemProperty
 

Method Detail

getUserName

String getUserName()
Deprecated. 

getPassword

String getPassword()
Deprecated. 

setUserName

void setUserName(String param1)
Deprecated. 

setPassword

void setPassword(String param1)
Deprecated. 

getKeyfile

String getKeyfile()
Deprecated. 

setKeyfile

void setKeyfile(String param1)
Deprecated. 

getKeyPassphrase

String getKeyPassphrase()
Deprecated. 

setKeyPassphrase

void setKeyPassphrase(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.