org.zeroexchange.security
Class DAOUserDetailsService
java.lang.Object
org.zeroexchange.security.DAOUserDetailsService
- All Implemented Interfaces:
- org.springframework.security.core.userdetails.UserDetailsService
public class DAOUserDetailsService
- extends Object
- implements org.springframework.security.core.userdetails.UserDetailsService
Implementation of the user details provider for the spring security subsystem.
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAOUserDetailsService
public DAOUserDetailsService()
loadUserByUsername
@Transactional(readOnly=true)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
throws org.springframework.security.core.userdetails.UsernameNotFoundException,
org.springframework.dao.DataAccessException
-
- Specified by:
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
Copyright © 2013. All Rights Reserved.