|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SshAuth
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 | |
|---|---|
java.lang.String |
getKeyfile()
points to a named host. |
java.lang.String |
getKeyPassphrase()
SSH Keyfile passphrase |
java.lang.String |
getPassword()
SSH Password |
java.lang.String |
getUserName()
points to a named host. |
void |
setKeyfile(java.lang.String value)
Sets the value of the name property. |
void |
setKeyPassphrase(java.lang.String value)
Sets the value of the name property. |
void |
setPassword(java.lang.String value)
Sets the value of the name property. |
void |
setUserName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
java.lang.String getUserName()
void setUserName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getKeyfile()
void setKeyfile(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getPassword()
void setPassword(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getKeyPassphrase()
void setKeyPassphrase(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||