Class InfinispanKeyGenerator

java.lang.Object
org.keycloak.models.sessions.infinispan.util.InfinispanKeyGenerator

@Deprecated(since="26.4", forRemoval=true) public class InfinispanKeyGenerator extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
not supported and to be removed. Check CacheHolder.keyGenerator()
Author:
Marek Posolda
  • Constructor Details

    • InfinispanKeyGenerator

      public InfinispanKeyGenerator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • generateKeyString

      public String generateKeyString(KeycloakSession session, org.infinispan.Cache<String,?> cache)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • generateKeyUUID

      public UUID generateKeyUUID(KeycloakSession session, org.infinispan.Cache<UUID,?> cache)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • generateKey

      protected <K> K generateKey(KeycloakSession session, org.infinispan.Cache<K,?> cache, org.infinispan.affinity.KeyGenerator<K> keyGenerator)
      Deprecated, for removal: This API element is subject to removal in a future version.