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