public class MockSessionStore extends Object implements org.pac4j.core.context.session.SessionStore
| Constructor and Description |
|---|
MockSessionStore() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(org.pac4j.core.context.WebContext context,
String key) |
String |
getOrCreateSessionId(org.pac4j.core.context.WebContext context) |
void |
set(org.pac4j.core.context.WebContext context,
String key,
Object value) |
public String getOrCreateSessionId(org.pac4j.core.context.WebContext context)
getOrCreateSessionId in interface org.pac4j.core.context.session.SessionStorepublic Object get(org.pac4j.core.context.WebContext context, String key)
get in interface org.pac4j.core.context.session.SessionStoreCopyright © 2016. All Rights Reserved.