Class UserDetailsServiceImpl
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.auth.demo.UserDetailsServiceImpl
-
- All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService
@Service("demoUserDetailsService") @ConditionalOnProperty(value="authentication.source", havingValue="demo") @EnableConfigurationProperties(DemoUsers.class) public class UserDetailsServiceImpl extends Object implements org.springframework.security.core.userdetails.UserDetailsService
-
-
Constructor Summary
Constructors Constructor Description UserDetailsServiceImpl()
-
-
-
Method Detail
-
loadUserByUsername
public final User 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
-
-