Class CollectUserDetailsService

  • All Implemented Interfaces:
    org.springframework.security.core.userdetails.UserDetailsService

    public class CollectUserDetailsService
    extends Object
    implements org.springframework.security.core.userdetails.UserDetailsService
    Author:
    M. Togna, S. Ricci
    • Constructor Detail

      • CollectUserDetailsService

        public CollectUserDetailsService()
    • Method Detail

      • 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