Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.TokenStateManager.Strategy
Packages that use OidcTenantConfig.TokenStateManager.Strategy
-
Uses of OidcTenantConfig.TokenStateManager.Strategy in io.quarkus.oidc
Methods in io.quarkus.oidc that return OidcTenantConfig.TokenStateManager.StrategyMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.TokenStateManager.StrategyModifier and TypeMethodDescriptionOidcTenantConfigBuilder.TokenStateManagerBuilder.strategy(OidcTenantConfig.TokenStateManager.Strategy strategy) -
Uses of OidcTenantConfig.TokenStateManager.Strategy in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.TokenStateManager.StrategyModifier and TypeMethodDescriptionOidcTenantConfig.TokenStateManager.strategy()Default TokenStateManager strategy.Returns the enum constant of this class with the specified name.OidcTenantConfig.TokenStateManager.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.