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 Detail

      • loadUserByUsername

        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
      • loadUserByUsername

        org.springframework.security.core.userdetails.UserDetails loadUserByUsername​(String username,
                                                                                     LOV userRole)
                                                                              throws org.springframework.security.core.userdetails.UsernameNotFoundException
        Throws:
        org.springframework.security.core.userdetails.UsernameNotFoundException