Interface SshAuth

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface SshAuth extends org.jvnet.hk2.config.ConfigBeanProxy
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck
  • Method Summary

    Modifier and Type
    Method
    Description
    points to a named host.
    SSH Keyfile passphrase
    SSH Password
    points to a named host.
    void
    Sets the value of the name property.
    void
    Sets the value of the name property.
    void
    Sets the value of the name property.
    void
    Sets the value of the name property.

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent
  • Method Details

    • getUserName

      String getUserName()
      points to a named host.
      Returns:
      a named host name
    • setUserName

      void setUserName(String value) throws PropertyVetoException
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException - if a listener vetoes the change
    • getKeyfile

      String getKeyfile()
      points to a named host.
      Returns:
      a named host name
    • setKeyfile

      void setKeyfile(String value) throws PropertyVetoException
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException - if a listener vetoes the change
    • getPassword

      String getPassword()
      SSH Password
      Returns:
      SSH Password which may be a password alias of the form ${ALIAS=aliasname}
    • setPassword

      void setPassword(String value) throws PropertyVetoException
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException - if a listener vetoes the change
    • getKeyPassphrase

      String getKeyPassphrase()
      SSH Keyfile passphrase
      Returns:
      SSH keyfile encryption passphrase which may be a password alias of the form ${ALIAS=aliasname}
    • setKeyPassphrase

      void setKeyPassphrase(String value) throws PropertyVetoException
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException - if a listener vetoes the change