edu.uoc.tfc.service.security
Class UserDetailsServiceImpl

java.lang.Object
  extended by edu.uoc.tfc.service.security.UserDetailsServiceImpl
All Implemented Interfaces:
org.acegisecurity.userdetails.UserDetailsService

public class UserDetailsServiceImpl
extends java.lang.Object
implements org.acegisecurity.userdetails.UserDetailsService


Constructor Summary
UserDetailsServiceImpl()
           
 
Method Summary
 org.acegisecurity.userdetails.UserDetails loadUserByUsername(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDetailsServiceImpl

public UserDetailsServiceImpl()
Method Detail

loadUserByUsername

public org.acegisecurity.userdetails.UserDetails loadUserByUsername(java.lang.String username)
                                                             throws org.acegisecurity.userdetails.UsernameNotFoundException,
                                                                    org.springframework.dao.DataAccessException
Specified by:
loadUserByUsername in interface org.acegisecurity.userdetails.UserDetailsService
Throws:
org.acegisecurity.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException