public class LocalSessionImpl extends Object implements org.josso.agent.LocalSession
LocalSessionImpl . We don't want dependency
on josso-servlet-agent library because we need our own agent GateInSSOAgent to be used instead of
GenericServletSSOAgent from josso-servlet-agent| Constructor and Description |
|---|
LocalSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionListener(org.josso.agent.LocalSessionListener sessionListener) |
void |
exipre() |
void |
expire() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
Object |
getWrapped() |
void |
invalidate() |
void |
removeSessionListener(org.josso.agent.LocalSessionListener sessionListener) |
void |
setMaxInactiveInterval(int i) |
void |
setWrapped(Object wrapped) |
public long getCreationTime()
getCreationTime in interface org.josso.agent.LocalSessionpublic String getId()
getId in interface org.josso.agent.LocalSessionpublic long getLastAccessedTime()
getLastAccessedTime in interface org.josso.agent.LocalSessionpublic void setMaxInactiveInterval(int i)
setMaxInactiveInterval in interface org.josso.agent.LocalSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface org.josso.agent.LocalSessionpublic void expire()
expire in interface org.josso.agent.LocalSessionpublic void addSessionListener(org.josso.agent.LocalSessionListener sessionListener)
addSessionListener in interface org.josso.agent.LocalSessionpublic void removeSessionListener(org.josso.agent.LocalSessionListener sessionListener)
removeSessionListener in interface org.josso.agent.LocalSessionpublic void exipre()
exipre in interface org.josso.agent.LocalSessionpublic void invalidate()
public void setWrapped(Object wrapped)
public Object getWrapped()
getWrapped in interface org.josso.agent.LocalSessionCopyright © 2019 JBoss by Red Hat. All Rights Reserved.