public interface SecureAdminInternalUser
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecureAdminInternalUser.CrDecorator |
| Modifier and Type | Method and Description |
|---|---|
String |
getPasswordAlias()
Retrieves the password alias for this authorized internal admin user entry..
|
String |
getUsername()
Sets the username for this authorized internal admin user entry.
|
void |
setPasswordAlias(String value)
Sets the password alias for this authorized internal admin user entry.
|
void |
setUsername(String value)
Retrieves the username for this authorized internal admin user entry..
|
void setUsername(String value)
String getUsername()
value - usernameString getPasswordAlias()
String containing the password aliasvoid setPasswordAlias(String value)
value - password aliasCopyright © 2017–2020 Eclipse Foundation. All rights reserved.