Package org.cxbox.core.util.session.impl
Class CxboxAuthenticationServiceImpl
- java.lang.Object
-
- org.cxbox.core.util.session.impl.CxboxAuthenticationServiceImpl
-
- All Implemented Interfaces:
org.cxbox.api.service.session.CxboxAuthenticationService,org.springframework.security.core.userdetails.UserDetailsService
@Service public class CxboxAuthenticationServiceImpl extends Object implements org.cxbox.api.service.session.CxboxAuthenticationService
-
-
Constructor Summary
Constructors Constructor Description CxboxAuthenticationServiceImpl()
-
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, org.cxbox.api.data.dictionary.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 interfaceorg.cxbox.api.service.session.CxboxAuthenticationService- 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, org.cxbox.api.data.dictionary.LOV userRole) throws org.springframework.security.core.userdetails.UsernameNotFoundException
- Specified by:
loadUserByUsernamein interfaceorg.cxbox.api.service.session.CxboxAuthenticationService- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-
-