com.sun.enterprise.config.serverbeans
Interface SecureAdminInternalUser
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface SecureAdminInternalUser
- extends org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.ConfigBeanProxy
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
|
Method Summary |
java.lang.String |
getPasswordAlias()
Retrieves the password alias for this authorized internal admin user entry.. |
java.lang.String |
getUsername()
Sets the username for this authorized internal admin user entry. |
void |
setPasswordAlias(java.lang.String value)
Sets the password alias for this authorized internal admin user entry. |
void |
setUsername(java.lang.String value)
Retrieves the username for this authorized internal admin user entry.. |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
setUsername
void setUsername(java.lang.String value)
- Retrieves the username for this authorized internal admin user entry..
getUsername
java.lang.String getUsername()
- Sets the username for this authorized internal admin user entry.
- Parameters:
value - username
getPasswordAlias
java.lang.String getPasswordAlias()
- Retrieves the password alias for this authorized internal admin user entry..
- Returns:
String containing the password alias
setPasswordAlias
void setPasswordAlias(java.lang.String value)
- Sets the password alias for this authorized internal admin user entry.
- Parameters:
value - password alias
Copyright © 2012 GlassFish Community. All Rights Reserved.