public class InMemorySessionIdMapper extends Object implements SessionIdMapper
| Constructor and Description |
|---|
InMemorySessionIdMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getSessionFromSSO(String sso) |
Set<String> |
getUserSessions(String principal) |
boolean |
hasSession(String id) |
void |
map(String sso,
String principal,
String session) |
void |
removeSession(String session) |
public boolean hasSession(String id)
hasSession in interface SessionIdMapperpublic void clear()
clear in interface SessionIdMapperpublic Set<String> getUserSessions(String principal)
getUserSessions in interface SessionIdMapperpublic String getSessionFromSSO(String sso)
getSessionFromSSO in interface SessionIdMapperpublic void map(String sso, String principal, String session)
map in interface SessionIdMapperpublic void removeSession(String session)
removeSession in interface SessionIdMapperCopyright © 2016 JBoss by Red Hat. All rights reserved.