|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.ClientInfo
public class ClientInfo
Client side information required by report server for authentication. Include user name, client side address and session id.
| Field Summary | |
|---|---|
static String |
ANONYMOUS
Anonymous user name. |
static String |
LOCALHOST
Local host. |
| Constructor Summary | |
|---|---|
ClientInfo()
Construct a client side information object. |
|
ClientInfo(String user,
String address)
Construct a client side information object. |
|
ClientInfo(String user,
String address,
String session)
Construct a client side information object. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
equals(Object obj)
Compare this client info with the specified object. |
String |
getIPAddress()
Returns the client side ip address. |
String |
getLoginUserName()
Returns the login user name. |
String |
getSession()
Returns the client session id. |
String |
getUserName()
Returns the user name. |
int |
hashCode()
Returns a hashcode for this object. |
void |
parseXML(Element elem)
Parse xml element representation. |
void |
setLoginUserName(String loginUser)
Set login user name. |
String |
toString()
Returns a string representation of this object. |
String |
toView()
Get the view. |
void |
writeXML(PrintWriter writer)
Write xml element representation to a print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ANONYMOUS
public static final String LOCALHOST
| Constructor Detail |
|---|
public ClientInfo()
public ClientInfo(String user,
String address)
user - the user name.address - the client ip address.
public ClientInfo(String user,
String address,
String session)
user - the user name.address - the client ip address.session - the session id.| Method Detail |
|---|
public String getUserName()
public String getLoginUserName()
public void setLoginUserName(String loginUser)
loginUser - the specified login user name.public String getIPAddress()
public String getSession()
public boolean equals(Object obj)
equals in class Objectobj - another object to comapred.
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String toView()
public Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the specified print writer.
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element representation.
Exception
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||