Uses of Enum Class
io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
Packages that use RedirectAttemptCounterStrategy
Package
Description
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of RedirectAttemptCounterStrategy in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return RedirectAttemptCounterStrategyModifier and TypeMethodDescriptionOidcConfig.redirectAttemptCounterStrategy()Strategy used to count redirects to an identity server.Returns the enum constant of this class with the specified name.static RedirectAttemptCounterStrategy[]RedirectAttemptCounterStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.security.providers.oidc.common with parameters of type RedirectAttemptCounterStrategyModifier and TypeMethodDescriptionOidcConfig.Builder.redirectAttemptCounterStrategy(RedirectAttemptCounterStrategy strategy) Configure the strategy used to count redirects to an identity server.