Class ImpersonatingUserDetailsService

java.lang.Object
jenkins.security.ImpersonatingUserDetailsService
All Implemented Interfaces:
UserDetailsService

@Deprecated public class ImpersonatingUserDetailsService extends Object implements UserDetailsService
UserDetailsService for those SecurityRealm that doesn't allow query of other users. When the backend responds with UserMayOrMayNotExistException, we try to replace that with information stored in LastGrantedAuthoritiesProperty.
Author:
Kohsuke Kawaguchi