Class SsoSessionCacheListener
- java.lang.Object
-
- org.keycloak.adapters.saml.wildfly.infinispan.SsoSessionCacheListener
-
public class SsoSessionCacheListener extends Object
- Author:
- hmlnarik
-
-
Constructor Summary
Constructors Constructor Description SsoSessionCacheListener(org.infinispan.Cache<String,String[]> ssoCache, SessionIdMapper idMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvent(org.infinispan.notifications.cachelistener.event.TransactionalEvent event)voidcacheStarted(org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent event)voidcacheStopped(org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent event)voidendTransaction(org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent event)voidremoteCacheEntryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)voidremoteCacheEntryRemoved(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)voidstartTransaction(org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent event)
-
-
-
Constructor Detail
-
SsoSessionCacheListener
public SsoSessionCacheListener(org.infinispan.Cache<String,String[]> ssoCache, SessionIdMapper idMapper)
-
-
Method Detail
-
startTransaction
public void startTransaction(org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent event)
-
cacheStarted
public void cacheStarted(org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent event)
-
cacheStopped
public void cacheStopped(org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent event)
-
addEvent
public void addEvent(org.infinispan.notifications.cachelistener.event.TransactionalEvent event)
-
endTransaction
public void endTransaction(org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent event)
-
remoteCacheEntryCreated
public void remoteCacheEntryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)
-
remoteCacheEntryRemoved
public void remoteCacheEntryRemoved(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)
-
-