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) |
boolean |
refreshMapping(SessionIdMapper idMapper,
String httpSessionId) |
void |
removeSession(SessionIdMapper idMapper,
String httpSessionId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public SsoCacheSessionIdMapperUpdater(org.infinispan.Cache<String,String[]> httpSessionToSsoCache, SessionIdMapperUpdater previousIdMapperUpdater)
public void clear(SessionIdMapper idMapper)
clear
in interface SessionIdMapperUpdater
public void map(SessionIdMapper idMapper, String sso, String principal, String httpSessionId)
map
in interface SessionIdMapperUpdater
public boolean refreshMapping(SessionIdMapper idMapper, String httpSessionId)
refreshMapping
in interface SessionIdMapperUpdater
public void removeSession(SessionIdMapper idMapper, String httpSessionId)
removeSession
in interface SessionIdMapperUpdater
Copyright © 2020 JBoss by Red Hat. All rights reserved.