hudson.security
Class UserDetailsServiceProxy
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDetailsServiceProxy
public UserDetailsServiceProxy()
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.