|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |