Uses of Class
io.quarkus.oidc.OidcTenantConfig.Authentication
-
Packages that use OidcTenantConfig.Authentication Package Description io.quarkus.oidc io.quarkus.oidc.runtime -
-
Uses of OidcTenantConfig.Authentication in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.Authentication Modifier and Type Field Description OidcTenantConfig.AuthenticationOidcTenantConfig. authenticationDifferent options to configure authorization requestsMethods in io.quarkus.oidc that return OidcTenantConfig.Authentication Modifier and Type Method Description OidcTenantConfig.AuthenticationOidcTenantConfig. getAuthentication()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Authentication Modifier and Type Method Description voidOidcTenantConfig. setAuthentication(OidcTenantConfig.Authentication authentication) -
Uses of OidcTenantConfig.Authentication in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime with parameters of type OidcTenantConfig.Authentication Modifier and Type Method Description (package private) static voidCodeAuthenticationMechanism. setCookiePath(io.vertx.ext.web.RoutingContext context, OidcTenantConfig.Authentication auth, io.vertx.core.http.impl.ServerCookie cookie)
-