Uses of Class
io.quarkus.oidc.runtime.TenantConfigContext
-
Packages that use TenantConfigContext Package Description io.quarkus.oidc.runtime -
-
Uses of TenantConfigContext in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return TenantConfigContext Modifier and Type Method Description TenantConfigContextTenantConfigBean. getDefaultTenant()Methods in io.quarkus.oidc.runtime that return types with arguments of type TenantConfigContext Modifier and Type Method Description Map<String,TenantConfigContext>TenantConfigBean. getDynamicTenantsConfig()Map<String,TenantConfigContext>TenantConfigBean. getStaticTenantsConfig()Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>>TenantConfigBean. getTenantConfigContextFactory()(package private) io.smallrye.mutiny.Uni<TenantConfigContext>DefaultTenantConfigResolver. resolveContext(io.vertx.ext.web.RoutingContext context)Methods in io.quarkus.oidc.runtime with parameters of type TenantConfigContext Modifier and Type Method Description io.smallrye.mutiny.Uni<ChallengeData>CodeAuthenticationMechanism. getChallengeInternal(io.vertx.ext.web.RoutingContext context, TenantConfigContext configContext)static voidOidcUtils. setSecurityIdentityConfigMetadata(QuarkusSecurityIdentity.Builder builder, TenantConfigContext resolvedContext)(package private) static QuarkusSecurityIdentityOidcUtils. validateAndCreateIdentity(io.vertx.ext.web.RoutingContext vertxContext, io.quarkus.security.credential.TokenCredential credential, TenantConfigContext resolvedContext, io.vertx.core.json.JsonObject tokenJson, io.vertx.core.json.JsonObject rolesJson, UserInfo userInfo)Constructors in io.quarkus.oidc.runtime with parameters of type TenantConfigContext Constructor Description TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig, Map<String,TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory, Executor blockingExecutor)Constructor parameters in io.quarkus.oidc.runtime with type arguments of type TenantConfigContext Constructor Description TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig, Map<String,TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory, Executor blockingExecutor)TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig, Map<String,TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory, Executor blockingExecutor)
-