Class SsoSessionCacheListener
java.lang.Object
org.keycloak.adapters.saml.elytron.infinispan.SsoSessionCacheListener
- Author:
- hmlnarik
-
Constructor Summary
ConstructorsConstructorDescriptionSsoSessionCacheListener(org.infinispan.Cache<String, String[]> ssoCache, SessionIdMapper idMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvent(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 Details
-
SsoSessionCacheListener
public SsoSessionCacheListener(org.infinispan.Cache<String, String[]> ssoCache, SessionIdMapper idMapper)
-
-
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)
-