Uses of Class
org.acegisecurity.userdetails.UsernameNotFoundException
Packages that use UsernameNotFoundException
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Security-related code.
-
Uses of UsernameNotFoundException in hudson.model
Methods in hudson.model that throw UsernameNotFoundException -
Uses of UsernameNotFoundException in hudson.security
Subclasses of UsernameNotFoundException in hudson.securityModifier and TypeClassDescriptionclassDeprecated.Methods in hudson.security that throw UsernameNotFoundExceptionModifier and TypeMethodDescriptionAbstractPasswordBasedSecurityRealm.loadGroupByGroupname(String groupname) SecurityRealm.loadGroupByGroupname(String groupname) Deprecated.SecurityRealm.loadGroupByGroupname(String groupname, boolean fetchMembers) Deprecated.AbstractPasswordBasedSecurityRealm.loadUserByUsername(String username) SecurityRealm.loadUserByUsername(String username) Deprecated. -
Uses of UsernameNotFoundException in jenkins.security
Methods in jenkins.security that throw UsernameNotFoundExceptionModifier and TypeMethodDescriptionImpersonatingUserDetailsService.loadUserByUsername(String username) Deprecated. -
Uses of UsernameNotFoundException in org.acegisecurity.userdetails
Methods in org.acegisecurity.userdetails that return UsernameNotFoundExceptionModifier and TypeMethodDescriptionstatic UsernameNotFoundExceptionUsernameNotFoundException.fromSpring(org.springframework.security.core.userdetails.UsernameNotFoundException x) Deprecated.Methods in org.acegisecurity.userdetails that throw UsernameNotFoundExceptionModifier and TypeMethodDescriptionUserDetailsService.loadUserByUsername(String username) Deprecated.
User.getUserDetailsForImpersonation2()