com.sun.enterprise.config.serverbeans
Interface BackendPrincipal
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface BackendPrincipal
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getUserName
@NotNull
String getUserName()
- Gets the value of the userName property.
- Returns:
- possible object is
String
setUserName
void setUserName(String value)
throws PropertyVetoException
- Sets the value of the userName property.
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
getPassword
String getPassword()
- Gets the value of the password property.
- Returns:
- possible object is
String
setPassword
void setPassword(String value)
throws PropertyVetoException
- Sets the value of the password property.
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.