Uses of Class
io.r03el.tma.security.starter.config.TelegramAuthProperties
Packages that use TelegramAuthProperties
Package
Description
-
Uses of TelegramAuthProperties in io.r03el.tma.security.filter
Constructors in io.r03el.tma.security.filter with parameters of type TelegramAuthPropertiesModifierConstructorDescriptionTelegramAuthFilter(TelegramAuthProperties properties, org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.context.SecurityContextRepository securityContextRepository, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler) -
Uses of TelegramAuthProperties in io.r03el.tma.security.provider
Constructors in io.r03el.tma.security.provider with parameters of type TelegramAuthProperties -
Uses of TelegramAuthProperties in io.r03el.tma.security.starter.config
Methods in io.r03el.tma.security.starter.config with parameters of type TelegramAuthPropertiesModifier and TypeMethodDescriptionTelegramAuthAutoConfiguration.telegramAuthenticationProvider(TelegramAuthProperties properties) TelegramAuthAutoConfiguration.telegramAuthFilter(TelegramAuthProperties properties, org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration authenticationConfiguration, TelegramAuthenticationProvider telegramAuthenticationProvider, org.springframework.security.web.AuthenticationEntryPoint telegramAuthEntryPoint, org.springframework.security.web.context.SecurityContextRepository securityContextRepository)