Uses of Class
io.quarkus.oidc.runtime.TenantConfigContext
Packages that use TenantConfigContext
-
Uses of TenantConfigContext in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return TenantConfigContextMethods in io.quarkus.oidc.runtime that return types with arguments of type TenantConfigContextModifier and TypeMethodDescriptionTenantConfigBean.getDynamicTenantsConfig()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) (package private) io.smallrye.mutiny.Uni<TenantConfigContext>DefaultTenantConfigResolver.resolveContext(String tenantId) protected io.smallrye.mutiny.Uni<TenantConfigContext>OidcIdentityProvider.resolveTenantConfigContext(io.quarkus.security.identity.request.TokenAuthenticationRequest request, io.quarkus.security.identity.AuthenticationRequestContext context) Methods in io.quarkus.oidc.runtime with parameters of type TenantConfigContextModifier and TypeMethodDescriptionio.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(Map<String, Object> requestData, io.quarkus.security.credential.TokenCredential credential, TenantConfigContext resolvedContext, io.vertx.core.json.JsonObject tokenJson, io.vertx.core.json.JsonObject rolesJson, UserInfo userInfo, TokenIntrospection introspectionResult, io.quarkus.security.identity.request.TokenAuthenticationRequest request) Constructors in io.quarkus.oidc.runtime with parameters of type TenantConfigContextModifierConstructorDescriptionTenantConfigBean(Map<String, TenantConfigContext> staticTenantsConfig, Map<String, TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig, io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory) Constructor parameters in io.quarkus.oidc.runtime with type arguments of type TenantConfigContextModifierConstructorDescriptionTenantConfigBean(Map<String, TenantConfigContext> staticTenantsConfig, Map<String, TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig, io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory) TenantConfigBean(Map<String, TenantConfigContext> staticTenantsConfig, Map<String, TenantConfigContext> dynamicTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig, io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory)