Uses of Class
org.apache.struts.webapp.example.ExpiredPasswordException

Packages that use ExpiredPasswordException
org.apache.struts.webapp.example   
org.apache.struts.webapp.example.memory   
 

Uses of ExpiredPasswordException in org.apache.struts.webapp.example
 

Methods in org.apache.struts.webapp.example that throw ExpiredPasswordException
 User UserDatabase.findUser(String username)
          Return the existing User with the specified username, if any; otherwise return null.
(package private)  User LogonAction.getUser(UserDatabase database, String username, String password, org.apache.struts.action.ActionMessages errors)
          Confirm user credentials.
 

Uses of ExpiredPasswordException in org.apache.struts.webapp.example.memory
 

Methods in org.apache.struts.webapp.example.memory that throw ExpiredPasswordException
 User TestUserDatabase.findUser(String username)
          If the username is "expired" throw an ExpiredPasswordException to simulate a business exception.
 User MemoryUserDatabase.findUser(String username)
           
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.