Uses of Interface
org.keycloak.cluster.ClusterProvider
Packages that use ClusterProvider
-
Uses of ClusterProvider in org.keycloak.cluster.infinispan
Classes in org.keycloak.cluster.infinispan that implement ClusterProviderModifier and TypeClassDescriptionclassWraps anInfinispanClusterProviderand additionally persists events to the database for cross-cluster communication.classMethods in org.keycloak.cluster.infinispan that return ClusterProviderModifier and TypeMethodDescriptionDatabaseAwareClusterProviderFactory.create(KeycloakSession session) InfinispanClusterProviderFactory.create(KeycloakSession session) Constructors in org.keycloak.cluster.infinispan with parameters of type ClusterProviderModifierConstructorDescriptionDatabaseAwareClusterProvider(ClusterProvider delegate, KeycloakSession session, NodeInfo nodeInfo, org.infinispan.commons.marshall.Marshaller marshaller, Duration awaitTimeout) -
Uses of ClusterProvider in org.keycloak.cluster.infinispan.remote
Classes in org.keycloak.cluster.infinispan.remote that implement ClusterProviderMethods in org.keycloak.cluster.infinispan.remote that return ClusterProviderModifier and TypeMethodDescriptionRemoteInfinispanClusterProviderFactory.create(KeycloakSession session)