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

Packages that use UsernameNotFoundException
org.springframework.security.access.hierarchicalroles   
org.springframework.security.cas.userdetails   
org.springframework.security.core.userdetails   
org.springframework.security.core.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.springframework.security.core.userdetails.memory Exposes an in-memory authentication repository. 
org.springframework.security.ldap.search LdapUserSearch implementations. 
org.springframework.security.ldap.userdetails   
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)
          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 LdapUserDetailsService.loadUserByUsername(String username)
           
 UserDetails LdapUserDetailsManager.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-2009 SpringSource, Inc. All Rights Reserved.