public class UserDetailsServiceProxy extends Object implements org.acegisecurity.userdetails.UserDetailsService
UserDetailsService
proxy that delegates to another instance.Constructor and Description |
---|
UserDetailsServiceProxy() |
Modifier and Type | Method and Description |
---|---|
org.acegisecurity.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setDelegate(org.acegisecurity.userdetails.UserDetailsService core) |
public org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username) throws org.acegisecurity.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername
in interface org.acegisecurity.userdetails.UserDetailsService
org.acegisecurity.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
public void setDelegate(org.acegisecurity.userdetails.UserDetailsService core)
Copyright © 2018. All rights reserved.