Uses of Interface
io.quarkus.oidc.runtime.OidcTenantConfig.Authentication
Packages that use OidcTenantConfig.Authentication
-
Uses of OidcTenantConfig.Authentication in io.quarkus.oidc
Classes in io.quarkus.oidc that implement OidcTenantConfig.AuthenticationMethods in io.quarkus.oidc that return OidcTenantConfig.AuthenticationModifier and TypeMethodDescriptionOidcTenantConfig.authentication()OidcTenantConfigBuilder.getAuthentication()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.AuthenticationModifier and TypeMethodDescriptionOidcTenantConfigBuilder.authentication(OidcTenantConfig.Authentication authentication) -
Uses of OidcTenantConfig.Authentication in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.AuthenticationModifier and TypeMethodDescriptionOidcTenantConfig.authentication()Configuration for managing an authorization code flow.Methods in io.quarkus.oidc.runtime with parameters of type OidcTenantConfig.AuthenticationModifier and TypeMethodDescription(package private) static voidOidcUtils.setCookiePath(io.vertx.ext.web.RoutingContext context, OidcTenantConfig.Authentication auth, io.vertx.core.http.impl.ServerCookie cookie) -
Uses of OidcTenantConfig.Authentication in io.quarkus.oidc.runtime.builders
Methods in io.quarkus.oidc.runtime.builders that return OidcTenantConfig.Authentication
AuthenticationConfigBuilderbuilder