public interface BackendPrincipal
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
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.
|
@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 © 2017. All rights reserved.