Class ReverseProxySecurityRealm.ReverseProxyUserDetailsService
java.lang.Object
org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm.ReverseProxyUserDetailsService
- All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService
- Enclosing class:
- ReverseProxySecurityRealm
public static class ReverseProxySecurityRealm.ReverseProxyUserDetailsService
extends Object
implements org.springframework.security.core.userdetails.UserDetailsService
-
Constructor Summary
ConstructorDescriptionReverseProxyUserDetailsService
(ReverseProxyAuthoritiesPopulator authoritiesPopulator) -
Method Summary
-
Constructor Details
-
ReverseProxyUserDetailsService
-
-
Method Details
-
loadUserByUsername
public ReverseProxyUserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException - Specified by:
loadUserByUsername
in interfaceorg.springframework.security.core.userdetails.UserDetailsService
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-