|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.http.HttpAuthTable
public class HttpAuthTable
Handles all requests under httpAuthTable group
| Field Summary | |
|---|---|
protected UpdateListener |
listener
|
(package private) javax.management.MBeanServer |
server
|
| Constructor Summary | |
|---|---|
HttpAuthTable()
Handles all requests under httpAuthTable group |
|
| Method Summary | |
|---|---|
void |
addUpdateListener(UpdateListener l)
|
boolean |
authenticateUser(java.lang.String user,
java.lang.String password)
authenticates the user |
boolean |
getAuthorisation()
Gets the Value associated with the Authentication. |
java.util.Hashtable |
getHashtable()
To set the index column names of the table |
javax.jmx.openmbean.TabularData |
getHttpAuthTable()
|
java.lang.String[] |
getIndexNames()
To get the index column names of the table |
java.util.Vector |
getTableVector()
|
void |
removeUpdateListener()
|
void |
setAuthorisation(boolean flag)
Sets the Value associated with the Authentication. |
void |
setHashtable(java.util.Hashtable table)
To set the index column names of the table |
void |
setHttpAuthTable(javax.jmx.openmbean.TabularData data)
|
void |
setTableVector(java.util.Vector vec)
|
void |
writeIntoFile()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
javax.management.MBeanServer server
protected UpdateListener listener
| Constructor Detail |
|---|
public HttpAuthTable()
| Method Detail |
|---|
public java.lang.String[] getIndexNames()
public void setHashtable(java.util.Hashtable table)
Hashtable - public java.util.Hashtable getHashtable()
public void setTableVector(java.util.Vector vec)
public java.util.Vector getTableVector()
public javax.jmx.openmbean.TabularData getHttpAuthTable()
public void setHttpAuthTable(javax.jmx.openmbean.TabularData data)
throws java.lang.Exception
java.lang.Exceptionpublic void addUpdateListener(UpdateListener l)
public void removeUpdateListener()
public void writeIntoFile()
public boolean authenticateUser(java.lang.String user,
java.lang.String password)
String - username and password.
public void setAuthorisation(boolean flag)
boolean. - public boolean getAuthorisation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||