org.wso2.carbon.hostobjects.sso.internal
Class SessionInfo

java.lang.Object
  extended by org.wso2.carbon.hostobjects.sso.internal.SessionInfo

public class SessionInfo
extends Object


Constructor Summary
SessionInfo(String sessionId)
           
 
Method Summary
 String getLoggedInUser()
           
 String getSamlToken()
           
 String getSessionId()
           
 String getSessionIndex()
           
 void setLoggedInUser(String loggedInUser)
           
 void setSamlToken(String samlToken)
           
 void setSessionId(String sessionId)
           
 void setSessionIndex(String sessionIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInfo

public SessionInfo(String sessionId)
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

getLoggedInUser

public String getLoggedInUser()

setLoggedInUser

public void setLoggedInUser(String loggedInUser)

getSessionIndex

public String getSessionIndex()

setSessionIndex

public void setSessionIndex(String sessionIndex)

getSamlToken

public String getSamlToken()

setSamlToken

public void setSamlToken(String samlToken)


Copyright © 2015 WSO2. All rights reserved.