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.UserDetailsServiceorg.acegisecurity.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionpublic void setDelegate(org.acegisecurity.userdetails.UserDetailsService core)
Copyright © 2019. All rights reserved.