public interface SessionManager
Modifier and Type | Method and Description |
---|---|
void |
addSessionListener(SessionListener sessionListener) |
String |
getCookieDomain() |
int |
getCookieExpiryMins() |
String |
getCookiePath() |
SessionIdGenerator |
getIdGenerator() |
void |
notifySessionInitiated(String sessionId) |
void |
notifySessionTerminated(String sessionId) |
String getCookieDomain()
String getCookiePath()
int getCookieExpiryMins()
SessionIdGenerator getIdGenerator()
void addSessionListener(SessionListener sessionListener)
void notifySessionInitiated(String sessionId)
void notifySessionTerminated(String sessionId)