Uses of Class
com.arsdigita.kernel.security.AccountNotFoundException

Packages that use AccountNotFoundException
com.arsdigita.kernel.security Provides user authentication, session tracking, and cryptography services. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
 

Uses of AccountNotFoundException in com.arsdigita.kernel.security
 

Methods in com.arsdigita.kernel.security that throw AccountNotFoundException
protected  BigDecimal UserIDLoginModule.getUserID(String username)
          Retreieves the user ID for the given username from the database.
protected abstract  BigDecimal MappingLoginModule.getUserID(String username)
          Maps a username to a user ID.
 

Uses of AccountNotFoundException in com.arsdigita.ui.login
 

Methods in com.arsdigita.ui.login with parameters of type AccountNotFoundException
protected  void UserRegistrationForm.onAccountNotFound(FormSectionEvent event, AccountNotFoundException e)
          Executed when login fails for an unrecognized user.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC