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