Package io.tesler.api.service.session
Interface TeslerAuthenticationService
-
- All Superinterfaces:
org.springframework.security.core.userdetails.UserDetailsService
- All Known Implementing Classes:
TeslerAuthenticationServiceImpl
public interface TeslerAuthenticationService extends org.springframework.security.core.userdetails.UserDetailsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.core.userdetails.UserDetailsloadUserByUsername(String username)org.springframework.security.core.userdetails.UserDetailsloadUserByUsername(String username, LOV userRole)
-
-
-
Method Detail
-
loadUserByUsername
org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
- Specified by:
loadUserByUsernamein interfaceorg.springframework.security.core.userdetails.UserDetailsService- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-
-