public abstract class SsoCacheSessionIdMapperUpdater extends Object implements SessionIdMapperUpdater, AutoCloseable
DIRECT, EXTERNAL| Constructor and Description |
|---|
SsoCacheSessionIdMapperUpdater(org.infinispan.Cache<String,String[]> httpSessionToSsoCache,
SessionIdMapperUpdater previousIdMapperUpdater) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(SessionIdMapper idMapper) |
void |
map(SessionIdMapper idMapper,
String sso,
String principal,
String httpSessionId) |
void |
removeSession(SessionIdMapper idMapper,
String httpSessionId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic SsoCacheSessionIdMapperUpdater(org.infinispan.Cache<String,String[]> httpSessionToSsoCache, SessionIdMapperUpdater previousIdMapperUpdater)
public void clear(SessionIdMapper idMapper)
clear in interface SessionIdMapperUpdaterpublic void map(SessionIdMapper idMapper, String sso, String principal, String httpSessionId)
map in interface SessionIdMapperUpdaterpublic void removeSession(SessionIdMapper idMapper, String httpSessionId)
removeSession in interface SessionIdMapperUpdaterCopyright © 2019 JBoss by Red Hat. All rights reserved.