Uses of Class
org.springframework.security.core.userdetails.UsernameNotFoundException

Packages that use UsernameNotFoundException
org.springframework.security.access.hierarchicalroles Role hierarchy implementation. 
org.springframework.security.cas.userdetails   
org.springframework.security.core.userdetails The standard interfaces for implementing user data DAOs. 
org.springframework.security.core.userdetails.jdbc Exposes a JDBC-based authentication repository, implementing org.springframework.security.core.userdetails.UserDetailsService UserDetailsService
org.springframework.security.core.userdetails.memory Exposes an in-memory authentication repository. 
org.springframework.security.ldap.search LdapUserSearch implementations. 
org.springframework.security.ldap.userdetails LDAP-focused UserDetails implementations which map from a ubset of the data contained in some of the standard LDAP types (such as InetOrgPerson). 
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
 

Uses of UsernameNotFoundException in org.springframework.security.access.hierarchicalroles
 

Methods in org.springframework.security.access.hierarchicalroles that throw UsernameNotFoundException
 UserDetails UserDetailsServiceWrapper.loadUserByUsername(String username)
          Deprecated.  
 

Uses of UsernameNotFoundException in org.springframework.security.cas.userdetails
 

Methods in org.springframework.security.cas.userdetails that throw UsernameNotFoundException
 UserDetails AbstractCasAssertionUserDetailsService.loadUserDetails(Authentication token)
           
 

Uses of UsernameNotFoundException in org.springframework.security.core.userdetails
 

Methods in org.springframework.security.core.userdetails that throw UsernameNotFoundException
 UserDetails UserDetailsService.loadUserByUsername(String username)
          Locates the user based on the username.
 UserDetails UserDetailsByNameServiceWrapper.loadUserDetails(Authentication authentication)
          Get the UserDetails object from the wrapped UserDetailsService implementation
 UserDetails AuthenticationUserDetailsService.loadUserDetails(Authentication token)
           
 

Uses of UsernameNotFoundException in org.springframework.security.core.userdetails.jdbc
 

Methods in org.springframework.security.core.userdetails.jdbc that throw UsernameNotFoundException
 UserDetails JdbcDaoImpl.loadUserByUsername(String username)
           
 

Uses of UsernameNotFoundException in org.springframework.security.core.userdetails.memory
 

Methods in org.springframework.security.core.userdetails.memory that throw UsernameNotFoundException
 UserDetails UserMap.getUser(String username)
          Deprecated. Locates the specified user by performing a case insensitive search by username.
 UserDetails InMemoryDaoImpl.loadUserByUsername(String username)
           
 

Uses of UsernameNotFoundException in org.springframework.security.ldap.search
 

Methods in org.springframework.security.ldap.search that throw UsernameNotFoundException
 org.springframework.ldap.core.DirContextOperations LdapUserSearch.searchForUser(String username)
          Locates a single user in the directory and returns the LDAP information for that user.
 

Uses of UsernameNotFoundException in org.springframework.security.ldap.userdetails
 

Methods in org.springframework.security.ldap.userdetails that throw UsernameNotFoundException
 UserDetails LdapUserDetailsManager.loadUserByUsername(String username)
           
 UserDetails LdapUserDetailsService.loadUserByUsername(String username)
           
 

Uses of UsernameNotFoundException in org.springframework.security.web.authentication.rememberme
 

Methods in org.springframework.security.web.authentication.rememberme that throw UsernameNotFoundException
protected abstract  UserDetails AbstractRememberMeServices.processAutoLoginCookie(String[] cookieTokens, HttpServletRequest request, HttpServletResponse response)
          Called from autoLogin to process the submitted persistent login cookie.
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.