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()
String
void setUserName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getPassword()
String
void setPassword(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
Copyright © 2021. All rights reserved.