public interface BackendPrincipal extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
@NotNull String |
getUserName()
Gets the value of the userName property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
createChild, deepCopy, getParent, getParent@NotNull @NotNull String getUserName()
Stringvoid setUserName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getPassword()
Stringvoid setPassword(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2019. All rights reserved.