Uses of Interface
io.quarkus.oidc.TokenStateManager
-
Packages that use TokenStateManager Package Description io.quarkus.oidc.runtime -
-
Uses of TokenStateManager in io.quarkus.oidc.runtime
Classes in io.quarkus.oidc.runtime that implement TokenStateManager Modifier and Type Class Description classDefaultTokenStateManagerFields in io.quarkus.oidc.runtime with type parameters of type TokenStateManager Modifier and Type Field Description (package private) javax.enterprise.inject.Instance<TokenStateManager>DefaultTenantConfigResolver. tokenStateManagerMethods in io.quarkus.oidc.runtime that return TokenStateManager Modifier and Type Method Description (package private) TokenStateManagerDefaultTenantConfigResolver. getTokenStateManager()Methods in io.quarkus.oidc.runtime with parameters of type TokenStateManager Modifier and Type Method Description (package private) static io.smallrye.mutiny.Uni<Void>OidcUtils. removeSessionCookie(io.vertx.ext.web.RoutingContext context, OidcTenantConfig oidcConfig, String cookieName, TokenStateManager tokenStateManager)
-