|
||||||||||
| 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 | |
|---|---|
String |
getKeyfile()
points to a named host. |
String |
getKeyPassphrase()
SSH Keyfile passphrase |
String |
getPassword()
SSH Password |
String |
getUserName()
points to a named host. |
void |
setKeyfile(String value)
Sets the value of the name property. |
void |
setKeyPassphrase(String value)
Sets the value of the name property. |
void |
setPassword(String value)
Sets the value of the name property. |
void |
setUserName(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 |
|---|
String getUserName()
void setUserName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getKeyfile()
void setKeyfile(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getPassword()
void setPassword(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getKeyPassphrase()
void setKeyPassphrase(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||