Uses of Interface
org.keycloak.storage.client.ClientLookupProvider
Packages that use ClientLookupProvider
Package
Description
-
Uses of ClientLookupProvider in org.keycloak.models
Subinterfaces of ClientLookupProvider in org.keycloak.models -
Uses of ClientLookupProvider in org.keycloak.models.cache
Subinterfaces of ClientLookupProvider in org.keycloak.models.cache -
Uses of ClientLookupProvider in org.keycloak.models.cache.infinispan
Classes 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.jpa
Classes in org.keycloak.models.jpa that implement ClientLookupProvider -
Uses of ClientLookupProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement ClientLookupProvider -
Uses of ClientLookupProvider in org.keycloak.storage.client
Subinterfaces of ClientLookupProvider in org.keycloak.storage.clientModifier and TypeInterfaceDescriptioninterface
Base interface for components that want to provide an alternative storage mechanism for clients This is currently a private incomplete SPI.