Spring Security Framework

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

Packages that use UsernameNotFoundException
org.springframework.security.ui.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.userdetails   
org.springframework.security.userdetails.hierarchicalroles   
org.springframework.security.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.springframework.security.userdetails.ldap   
org.springframework.security.userdetails.memory Exposes an in-memory authentication repository. 
 

Uses of UsernameNotFoundException in org.springframework.security.ui.rememberme
 

Methods in org.springframework.security.ui.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.
 

Uses of UsernameNotFoundException in org.springframework.security.userdetails
 

Methods in org.springframework.security.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.userdetails.hierarchicalroles
 

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

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

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

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

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

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

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


Spring Security Framework

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