Class SsoSessionCacheListener


  • public class SsoSessionCacheListener
    extends Object
    Author:
    hmlnarik
    • 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)