Uses of Interface
org.keycloak.models.map.common.StringKeyConverter
-
Packages that use StringKeyConverter Package Description org.keycloak.models.map.common org.keycloak.models.map.storage.chm -
-
Uses of StringKeyConverter in org.keycloak.models.map.common
Classes in org.keycloak.models.map.common that implement StringKeyConverter Modifier and Type Class Description static classStringKeyConverter.StringKeystatic classStringKeyConverter.ULongKeystatic classStringKeyConverter.UUIDKey -
Uses of StringKeyConverter in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm declared as StringKeyConverter Modifier and Type Field Description protected StringKeyConverter<K>ConcurrentHashMapKeycloakTransaction. keyConverterprotected StringKeyConverter<K>ConcurrentHashMapStorage. keyConverterMethods in org.keycloak.models.map.storage.chm that return StringKeyConverter Modifier and Type Method Description StringKeyConverter<K>ConcurrentHashMapStorage. getKeyConverter()Methods in org.keycloak.models.map.storage.chm with parameters of type StringKeyConverter Modifier and Type Method Description protected MapModelCriteriaBuilder<K,V,M>MapModelCriteriaBuilder. instantiateNewInstance(StringKeyConverter<K> keyConverter, Map<SearchableModelField<? super M>,MapModelCriteriaBuilder.UpdatePredicatesFunc<K,V,M>> fieldPredicates, Predicate<? super K> indexReadFilter, Predicate<? super V> sequentialReadFilter)Return a new instance for nodes in this criteria tree.
-