public class SessionInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
browserWebSocket
Network details of the browser side of the connection.
|
int |
cacheGen
Generation number for the security cache.
|
java.lang.String |
descr
Account description.
|
java.lang.String |
driverType
Driver type.
|
int |
httpPort
The web client HTTP port.
|
int |
id
Session ID.
|
java.lang.String[] |
javaStacktrace
The full Java stacktrace for this session.
|
java.lang.String |
localNet
Network details of the local side of the connection.
|
long |
logonTime
Logon timestamp in milliseconds since January 1, 1970.
|
java.lang.String |
name
Account name.
|
java.lang.String |
osUser
OS user.
|
long |
pid
Client process id.
|
java.lang.String |
relatedSessionUuid
Related session UUID.
|
java.lang.String |
remoteNet
Network details of the remote side of the connection.
|
boolean |
secure
true if this is a secure connection. |
java.lang.String |
sessionDescription
Session description from SsoAuthenticator.
|
StacktraceInfo[] |
stacktrace
The current stacktrace for this session.
|
boolean |
user
true if a user, false if this is a process. |
java.lang.String |
uuid
Session UUID.
|
| Constructor and Description |
|---|
SessionInfo() |
public java.lang.String name
public java.lang.String descr
public boolean user
true if a user, false if this is a process.public int id
public java.lang.String osUser
public long pid
public java.lang.String uuid
public java.lang.String relatedSessionUuid
public java.lang.String browserWebSocket
public java.lang.String remoteNet
public java.lang.String localNet
public boolean secure
true if this is a secure connection.public long logonTime
public int cacheGen
public StacktraceInfo[] stacktrace
public java.lang.String[] javaStacktrace
public java.lang.String driverType
public java.lang.String sessionDescription
public int httpPort