Class CollectUserDetailsService

java.lang.Object
org.openforis.collect.security.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 Details

    • CollectUserDetailsService

      public CollectUserDetailsService()
  • 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