|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.AbstractExpiringObject
edu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerEntry
public class SessionManagerEntry
Session store entry.
Constructor Summary | |
---|---|
SessionManagerEntry(Session session,
long lifetime)
Constructor. |
Method Summary | |
---|---|
Session |
getSession()
Gets the user session. |
String |
getSessionId()
Gets the ID of the user session. |
List<String> |
getSessionIndexes()
Gets the list of indexes for this session. |
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionManagerEntry(Session session, long lifetime)
session
- user sessionlifetime
- lifetime of sessionMethod Detail |
---|
public Session getSession()
public String getSessionId()
public List<String> getSessionIndexes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |