Uses of Interface
org.keycloak.storage.client.ClientLookupProvider
Packages that use ClientLookupProvider
Package
Description
- 
Uses of ClientLookupProvider in org.keycloak.modelsSubinterfaces of ClientLookupProvider in org.keycloak.models
- 
Uses of ClientLookupProvider in org.keycloak.models.cacheSubinterfaces of ClientLookupProvider in org.keycloak.models.cache
- 
Uses of ClientLookupProvider in org.keycloak.models.cache.infinispanClasses in org.keycloak.models.cache.infinispan that implement ClientLookupProviderModifier and TypeClassDescriptionclass- the high level architecture of this cache is an invalidation cache.
- 
Uses of ClientLookupProvider in org.keycloak.models.jpaClasses in org.keycloak.models.jpa that implement ClientLookupProvider
- 
Uses of ClientLookupProvider in org.keycloak.storageClasses in org.keycloak.storage that implement ClientLookupProvider
- 
Uses of ClientLookupProvider in org.keycloak.storage.clientSubinterfaces of ClientLookupProvider in org.keycloak.storage.clientModifier and TypeInterfaceDescriptioninterfaceBase interface for components that want to provide an alternative storage mechanism for clients This is currently a private incomplete SPI.