Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.Logout.LogoutMode
Packages that use OidcTenantConfig.Logout.LogoutMode
-
Uses of OidcTenantConfig.Logout.LogoutMode in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.Logout.LogoutModeModifier and TypeFieldDescription(package private) OidcTenantConfig.Logout.LogoutModeOidcTenantConfig.Logout.logoutModeDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return OidcTenantConfig.Logout.LogoutModeModifier and TypeMethodDescriptionOidcTenantConfig.Logout.logoutMode()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OidcTenantConfig.Logout.LogoutMode in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.Logout.LogoutModeModifier and TypeMethodDescriptionOidcTenantConfig.Logout.logoutMode()Logout modeReturns the enum constant of this class with the specified name.static OidcTenantConfig.Logout.LogoutMode[]OidcTenantConfig.Logout.LogoutMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OidcTenantConfig.Logout.LogoutMode in io.quarkus.oidc.runtime.builders
Methods in io.quarkus.oidc.runtime.builders with parameters of type OidcTenantConfig.Logout.LogoutModeModifier and TypeMethodDescriptionLogoutConfigBuilder.logoutMode(OidcTenantConfig.Logout.LogoutMode logoutMode)