Class UserDetailsImplement

java.lang.Object
org.bh_foundation.e_sign.services.implementations.UserDetailsImplement
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService

@Service public class UserDetailsImplement extends Object implements org.springframework.security.core.userdetails.UserDetailsService
  • Constructor Details

    • UserDetailsImplement

      public UserDetailsImplement(UserRepository userRepository)
  • Method Details

    • loadUserByUsername

      public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
      Specified by:
      loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
      Throws:
      org.springframework.security.core.userdetails.UsernameNotFoundException