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 Class Summary
static class SecureAdminInternalUser.CrDecorator
           
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 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..
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

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:
String containing the password alias

setPasswordAlias

void setPasswordAlias(String value)
Sets the password alias for this authorized internal admin user entry.

Parameters:
value - password alias


Copyright © 2012 GlassFish Community. All Rights Reserved.