public abstract class AbstractUserSessionClusterListener<SE extends SessionClusterEvent> extends Object implements ClusterListener
| Constructor and Description |
|---|
AbstractUserSessionClusterListener(KeycloakSessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(ClusterEvent event) |
protected abstract void |
eventReceived(KeycloakSession session,
InfinispanUserSessionProvider provider,
SE sessionEvent) |
public AbstractUserSessionClusterListener(KeycloakSessionFactory sessionFactory)
public void eventReceived(ClusterEvent event)
eventReceived in interface ClusterListenerprotected abstract void eventReceived(KeycloakSession session, InfinispanUserSessionProvider provider, SE sessionEvent)
Copyright © 2019 JBoss by Red Hat. All rights reserved.