Package | Description |
---|---|
com.naturalprogrammer.spring.lemon | |
com.naturalprogrammer.spring.lemon.security |
Modifier and Type | Method and Description |
---|---|
<U extends AbstractUser<U,ID>,ID extends java.io.Serializable> |
LemonAutoConfiguration.jwtAuthenticationProvider(JwtService jwtService,
LemonUserDetailsService<U,ID> userDetailsService)
Configures JwtAuthenticationProvider 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) |