Uses of Class
org.acegisecurity.userdetails.UsernameNotFoundException

Packages that use UsernameNotFoundException
org.acegisecurity.userdetails   
org.acegisecurity.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.acegisecurity.userdetails.memory Exposes an in-memory authentication repository. 
 

Uses of UsernameNotFoundException in org.acegisecurity.userdetails
 

Methods in org.acegisecurity.userdetails that throw UsernameNotFoundException
 UserDetails UserDetailsService.loadUserByUsername(java.lang.String username)
          Locates the user based on the username.
 

Uses of UsernameNotFoundException in org.acegisecurity.userdetails.jdbc
 

Methods in org.acegisecurity.userdetails.jdbc that throw UsernameNotFoundException
 UserDetails JdbcDaoImpl.loadUserByUsername(java.lang.String username)
           
 

Uses of UsernameNotFoundException in org.acegisecurity.userdetails.memory
 

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



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