edu.mit.stellar.authentication
Class Stellar2UserDetailsService

java.lang.Object
  extended by edu.mit.stellar.authentication.Stellar2UserDetailsService
All Implemented Interfaces:
org.acegisecurity.userdetails.UserDetailsService

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

Author:
ccount

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

Constructor Detail

Stellar2UserDetailsService

public Stellar2UserDetailsService()
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


Copyright ? 2001-2009 MIT. All Rights Reserved.