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 ClusterListener
protected abstract void eventReceived(KeycloakSession session, InfinispanUserSessionProvider provider, SE sessionEvent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.