public class ThriftSession extends Object implements Serializable
Constructor and Description |
---|
ThriftSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getAttribute(String key) |
long |
getCreatedAt() |
long |
getLastAccess() |
String |
getPassword() |
CarbonContext |
getSessionCarbonContextHolder()
Separate method to retrieve carbon context holder since the attribute value is restricted.
|
String |
getSessionId() |
String |
getUserName() |
int |
hashCode() |
void |
setAttribute(String key,
Object val) |
void |
setCreatedAt(long createdAt) |
void |
setLastAccess(long lastAccess) |
void |
setPassword(String password) |
void |
setSessionId(String sessionId) |
void |
setUserName(String userName) |
public String getSessionId()
public void setSessionId(String sessionId)
public long getCreatedAt()
public void setCreatedAt(long createdAt)
public long getLastAccess()
public void setLastAccess(long lastAccess)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public CarbonContext getSessionCarbonContextHolder()
Copyright © 2016 WSO2 Inc. All rights reserved.