|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.http.HttpAuthEntry
public class HttpAuthEntry
Contains the data handling under httpAuthEntry group
| Field Summary | |
|---|---|
protected java.lang.String |
password
|
protected java.lang.String |
user
|
| Constructor Summary | |
|---|---|
HttpAuthEntry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
Handles the JMX Get Request for password |
java.lang.String |
getUser()
Handles the JMX Get Request for user |
void |
setPassword(java.lang.String value)
Handles the JMX Set Request for password |
void |
setUser(java.lang.String value)
Handles the JMX Set Request for user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String user
protected java.lang.String password
| Constructor Detail |
|---|
public HttpAuthEntry()
| Method Detail |
|---|
public java.lang.String getUser()
throws AgentException
AgentExceptionAction#getUser
public void setUser(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getPassword()
throws AgentException
AgentExceptionAction#getPassword
public void setPassword(java.lang.String value)
throws AgentException
String -
AgentException - on error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||