public class HttpUser extends Object implements HttpUserMBean
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<HttpUser> |
HTTP_USER_XML
XML Serialization/Deserialization
|
protected HttpUsersManagement |
httpUsersManagement |
| Constructor and Description |
|---|
HttpUser() |
HttpUser(String userName,
String password,
int aNetworkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getNetworkId()
Gets the network ID.
|
String |
getPassword() |
String |
getUserName() |
int |
hashCode() |
void |
setNetworkId(int aNetworkId)
Sets the network ID.
|
void |
setPassword(String password) |
void |
show(StringBuffer sb) |
void |
store() |
protected HttpUsersManagement httpUsersManagement
protected static final javolution.xml.XMLFormat<HttpUser> HTTP_USER_XML
public String getUserName()
getUserName in interface HttpUserMBeanpublic String getPassword()
getPassword in interface HttpUserMBeanpublic void setPassword(String password)
setPassword in interface HttpUserMBeanpublic int getNetworkId()
HttpUserMBeangetNetworkId in interface HttpUserMBeanpublic void setNetworkId(int aNetworkId)
HttpUserMBeansetNetworkId in interface HttpUserMBeanaNetworkId - the new network IDpublic void show(StringBuffer sb)
public void store()
Copyright © 2017. All Rights Reserved.