Interface SecureAdminInternalUser
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SecureAdminInternalUser extends org.jvnet.hk2.config.ConfigBeanProxy
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecureAdminInternalUser.CrDecorator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPasswordAlias()Retrieves the password alias for this authorized internal admin user entry..StringgetUsername()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..
-
-
-
Method Detail
-
setUsername
void setUsername(String value)
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
void setPasswordAlias(String value)
Sets the password alias for this authorized internal admin user entry.- Parameters:
value- password alias
-
-