Package | Description |
---|---|
com.naturalprogrammer.spring.lemon | |
com.naturalprogrammer.spring.lemon.security |
Modifier and Type | Method and Description |
---|---|
AuthenticationSuccessHandler |
LemonAutoConfiguration.authenticationSuccessHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
JwtService jwtService,
LemonProperties properties)
Configures AuthenticationSuccessHandler if missing
|
Modifier and Type | Method and Description |
---|---|
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) |