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
|
<U extends AbstractUser<U,ID>,ID extends java.io.Serializable> |
LemonAutoConfiguration.lemonOAuth2UserService(LemonUserDetailsService<U,?> userDetailsService,
LemonService<U,?> lemonService,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
Configures LemonOAuth2UserService if missing
|
Constructor and Description |
---|
JwtAuthenticationProvider(JwtService jwtService,
LemonUserDetailsService<U,ID> userDetailsService) |
LemonOAuth2UserService(LemonUserDetailsService<U,?> userDetailsService,
LemonService<U,?> lemonService,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) |