Package io.tesler.core.util.session.impl
Class TeslerAuthenticationServiceImpl
- java.lang.Object
-
- io.tesler.core.util.session.impl.TeslerAuthenticationServiceImpl
-
- All Implemented Interfaces:
TeslerAuthenticationService,org.springframework.security.core.userdetails.UserDetailsService
@Service public class TeslerAuthenticationServiceImpl extends Object implements TeslerAuthenticationService
-
-
Constructor Summary
Constructors Constructor Description TeslerAuthenticationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
- Specified by:
loadUserByUsernamein interfaceTeslerAuthenticationService- Specified by:
loadUserByUsernamein interfaceorg.springframework.security.core.userdetails.UserDetailsService- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-
loadUserByUsername
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username, LOV userRole) throws org.springframework.security.core.userdetails.UsernameNotFoundException
- Specified by:
loadUserByUsernamein interfaceTeslerAuthenticationService- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-
-