hudson.plugins.sfee
Class SFEEUserDetailsService

java.lang.Object
  extended by hudson.plugins.sfee.SFEEUserDetailsService
All Implemented Interfaces:
org.springframework.security.userdetails.UserDetailsService

public class SFEEUserDetailsService
extends Object
implements org.springframework.security.userdetails.UserDetailsService


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

Constructor Detail

SFEEUserDetailsService

public SFEEUserDetailsService()
Method Detail

loadUserByUsername

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


Copyright © 2004-2012 Hudson. All Rights Reserved.