Uses of Interface
io.quarkus.oidc.TokenStateManager
Packages that use TokenStateManager
-
Uses of TokenStateManager in io.quarkus.oidc.runtime
Classes in io.quarkus.oidc.runtime that implement TokenStateManagerFields in io.quarkus.oidc.runtime with type parameters of type TokenStateManagerModifier and TypeFieldDescription(package private) jakarta.enterprise.inject.Instance<TokenStateManager>DefaultTenantConfigResolver.tokenStateManagerMethods in io.quarkus.oidc.runtime that return TokenStateManagerModifier and TypeMethodDescription(package private) TokenStateManagerDefaultTenantConfigResolver.getTokenStateManager()Methods in io.quarkus.oidc.runtime with parameters of type TokenStateManagerModifier and TypeMethodDescription(package private) static io.smallrye.mutiny.Uni<Void>OidcUtils.removeSessionCookie(io.vertx.ext.web.RoutingContext context, OidcTenantConfig oidcConfig, TokenStateManager tokenStateManager)