Uses of Class
org.acegisecurity.userdetails.UsernameNotFoundException
-
Packages that use UsernameNotFoundException Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.jenkins.security org.acegisecurity.userdetails -
-
Uses of UsernameNotFoundException in hudson.model
Methods in hudson.model that throw UsernameNotFoundException Modifier and Type Method Description UserDetails
User. getUserDetailsForImpersonation()
Deprecated.Authentication
User. impersonate()
Deprecated. -
Uses of UsernameNotFoundException in hudson.security
Subclasses of UsernameNotFoundException in hudson.security Modifier and Type Class Description class
UserMayOrMayNotExistException
Deprecated.Methods in hudson.security that throw UsernameNotFoundException Modifier and Type Method Description GroupDetails
AbstractPasswordBasedSecurityRealm. loadGroupByGroupname(String groupname)
GroupDetails
SecurityRealm. loadGroupByGroupname(String groupname)
Deprecated.GroupDetails
SecurityRealm. loadGroupByGroupname(String groupname, boolean fetchMembers)
Deprecated.UserDetails
AbstractPasswordBasedSecurityRealm. loadUserByUsername(String username)
UserDetails
SecurityRealm. loadUserByUsername(String username)
Deprecated. -
Uses of UsernameNotFoundException in jenkins.security
Methods in jenkins.security that throw UsernameNotFoundException Modifier and Type Method Description UserDetails
ImpersonatingUserDetailsService. loadUserByUsername(String username)
Deprecated. -
Uses of UsernameNotFoundException in org.acegisecurity.userdetails
Methods in org.acegisecurity.userdetails that return UsernameNotFoundException Modifier and Type Method Description static UsernameNotFoundException
UsernameNotFoundException. fromSpring(org.springframework.security.core.userdetails.UsernameNotFoundException x)
Deprecated.Methods in org.acegisecurity.userdetails that throw UsernameNotFoundException Modifier and Type Method Description UserDetails
UserDetailsService. loadUserByUsername(String username)
Deprecated.
-