public class SessionMetadata extends AdminObjectImpl implements Session
attachments
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
Constructor and Description |
---|
SessionMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Get the Application Name
|
String |
getClientHardwareAddress()
Get the client hardware (typically MAC) address.
|
String |
getClientHostName()
Get the host name of the machine the client is
accessing from.
|
long |
getCreatedTime()
Get the time the
Session was created. |
String |
getIPAddress()
Get the IPAddress for this Session.
|
long |
getLastPingTime()
Get the Last time Client has check to see if the server is still available
|
Object |
getSecurityContext() |
String |
getSecurityDomain()
Security Domain user logged into currently
|
String |
getSessionId()
Get the unique Teiid session
within a given Teiid System
|
SessionToken |
getSessionToken() |
Map<String,Object> |
getSessionVariables() |
Subject |
getSubject() |
String |
getUserName()
Get User Name for this Session
|
VDBMetaData |
getVdb() |
String |
getVDBName()
Get the VDB Name for this Session
|
int |
getVDBVersion()
Get the VDB Version for this Session
|
boolean |
isEmbedded() |
void |
setApplicationName(String applicationName) |
void |
setClientHardwareAddress(String clientHardwareAddress) |
void |
setClientHostName(String clientHostname) |
void |
setCreatedTime(long createdTime) |
void |
setEmbedded(boolean embedded) |
void |
setIPAddress(String ipAddress) |
void |
setLastPingTime(long lastPingTime) |
void |
setSecurityContext(Object securityContext) |
void |
setSecurityDomain(String domain) |
void |
setSessionId(String sessionId) |
void |
setSessionToken(SessionToken sessionToken) |
void |
setSubject(Subject subject) |
void |
setUserName(String userName) |
void |
setVdb(VDBMetaData vdb) |
void |
setVDBName(String vdbName) |
void |
setVDBVersion(int vdbVersion) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, setHostName, setName, setProperties, setServerGroup, setServerName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getProperties, getPropertyValue
getHostName, getServerGroup, getServerName
public String getApplicationName()
Session
getApplicationName
in interface Session
public void setApplicationName(String applicationName)
public long getCreatedTime()
Session
Session
was created.getCreatedTime
in interface Session
public void setCreatedTime(long createdTime)
public String getClientHostName()
Session
getClientHostName
in interface Session
public void setClientHostName(String clientHostname)
public String getIPAddress()
Session
getIPAddress
in interface Session
public void setIPAddress(String ipAddress)
public long getLastPingTime()
Session
getLastPingTime
in interface Session
public void setLastPingTime(long lastPingTime)
public String getSessionId()
Session
getSessionId
in interface Session
public void setSessionId(String sessionId)
public String getUserName()
Session
getUserName
in interface Session
public void setUserName(String userName)
public String getVDBName()
Session
getVDBName
in interface Session
public void setVDBName(String vdbName)
public int getVDBVersion()
Session
getVDBVersion
in interface Session
public void setVDBVersion(int vdbVersion)
public String getSecurityDomain()
Session
getSecurityDomain
in interface Session
public void setSecurityDomain(String domain)
public VDBMetaData getVdb()
public void setVdb(VDBMetaData vdb)
public SessionToken getSessionToken()
public void setSessionToken(SessionToken sessionToken)
public void setSubject(Subject subject)
public Object getSecurityContext()
public void setSecurityContext(Object securityContext)
public Subject getSubject()
public void setEmbedded(boolean embedded)
public boolean isEmbedded()
public String getClientHardwareAddress()
Session
getClientHardwareAddress
in interface Session
public void setClientHardwareAddress(String clientHardwareAddress)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.