Class SsoSessionCacheListener

java.lang.Object
org.keycloak.adapters.saml.elytron.infinispan.SsoSessionCacheListener

public class SsoSessionCacheListener extends Object
Author:
hmlnarik
  • Constructor Details

  • Method Details

    • 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)