hudson.security
Class UserDetailsServiceProxy

java.lang.Object
  extended by hudson.security.UserDetailsServiceProxy
All Implemented Interfaces:
org.acegisecurity.userdetails.UserDetailsService

public class UserDetailsServiceProxy
extends Object
implements org.acegisecurity.userdetails.UserDetailsService

UserDetailsService proxy that delegates to another instance.

Author:
Kohsuke Kawaguchi

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

Constructor Detail

UserDetailsServiceProxy

public UserDetailsServiceProxy()
Method Detail

loadUserByUsername

public org.acegisecurity.userdetails.UserDetails loadUserByUsername(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

setDelegate

public void setDelegate(org.acegisecurity.userdetails.UserDetailsService core)


Copyright © 2004-2013. All Rights Reserved.