@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class UserDetailsServiceProxy extends Object implements org.springframework.security.core.userdetails.UserDetailsService
UserDetailsService
proxy that delegates to another instance.Constructor and Description |
---|
UserDetailsServiceProxy() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setDelegate(org.springframework.security.core.userdetails.UserDetailsService core) |
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
public void setDelegate(org.springframework.security.core.userdetails.UserDetailsService core)
Copyright © 2004–2021. All rights reserved.