Interface SecureAdminInternalUser
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SecureAdminInternalUser
extends org.jvnet.hk2.config.ConfigBeanProxy
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the password alias for this authorized internal admin user entry..Sets the username for this authorized internal admin user entry.voidsetPasswordAlias(String value) Sets the password alias for this authorized internal admin user entry.voidsetUsername(String value) Retrieves the username for this authorized internal admin user entry..Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
setUsername
Retrieves the username for this authorized internal admin user entry.. -
getUsername
String getUsername()Sets the username for this authorized internal admin user entry.- Parameters:
value- username
-
getPasswordAlias
String getPasswordAlias()Retrieves the password alias for this authorized internal admin user entry..- Returns:
Stringcontaining the password alias
-
setPasswordAlias
Sets the password alias for this authorized internal admin user entry.- Parameters:
value- password alias
-