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 |
|
Method Summary |
java.lang.String |
getPassword()
Gets the value of the password property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName property. |
| 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
java.lang.String getUserName()
- Gets the value of the userName property.
- Returns:
- possible object is
String
setUserName
void setUserName(java.lang.String value)
throws java.beans.PropertyVetoException
- Sets the value of the userName property.
- Parameters:
value - allowed object is
String
- Throws:
java.beans.PropertyVetoException
getPassword
java.lang.String getPassword()
- Gets the value of the password property.
- Returns:
- possible object is
String
setPassword
void setPassword(java.lang.String value)
throws java.beans.PropertyVetoException
- Sets the value of the password property.
- Parameters:
value - allowed object is
String
- Throws:
java.beans.PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.