Interface SecureAdminInternalUser
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SecureAdminInternalUser
extends org.jvnet.hk2.config.ConfigBeanProxy
Records information about a username/password-alias pair to be used for authentication
internally among GlassFish processes (DAS to instance, for example).
- Author:
- Tim Quinn
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the password alias for this authorized internal admin user entry.Retrieves the username for this authorized internal admin user entry.voidsetPasswordAlias(String passwordAlias) Sets the password alias for this authorized internal admin user entry.voidsetUsername(String userName) Sets 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
Sets the username for this authorized internal admin user entry.- Parameters:
userName- username
-
getUsername
String getUsername()Retrieves the username for this authorized internal admin user entry.- Returns:
Stringcontaining the 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:
passwordAlias- password alias
-