void |
LemonSecurityConfig.createLemonSecurityConfig(LemonProperties properties,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
AuthenticationSuccessHandler authenticationSuccessHandler,
org.springframework.security.web.authentication.AuthenticationFailureHandler authenticationFailureHandler,
LemonOidcUserService oidcUserService,
LemonOAuth2UserService<?,?> oauth2UserService,
OAuth2AuthenticationSuccessHandler<?> oauth2AuthenticationSuccessHandler,
OAuth2AuthenticationFailureHandler oauth2AuthenticationFailureHandler,
JwtAuthenticationProvider<?,?> jwtAuthenticationProvider,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) |