Uses of Interface
io.quarkus.oidc.TokenIntrospectionCache
-
Packages that use TokenIntrospectionCache Package Description io.quarkus.oidc.runtime -
-
Uses of TokenIntrospectionCache in io.quarkus.oidc.runtime
Classes in io.quarkus.oidc.runtime that implement TokenIntrospectionCache Modifier and Type Class Description classDefaultTokenIntrospectionUserInfoCacheDefault TokenIntrospection and UserInfo Cache implementation.Fields in io.quarkus.oidc.runtime with type parameters of type TokenIntrospectionCache Modifier and Type Field Description (package private) javax.enterprise.inject.Instance<TokenIntrospectionCache>DefaultTenantConfigResolver. tokenIntrospectionCacheMethods in io.quarkus.oidc.runtime that return TokenIntrospectionCache Modifier and Type Method Description (package private) TokenIntrospectionCacheDefaultTenantConfigResolver. getTokenIntrospectionCache()
-