Uses of Class
org.javaWebGen.web.LoginBean

Packages that use LoginBean
org.javaWebGen   
org.javaWebGen.web   
 

Uses of LoginBean in org.javaWebGen
 

Methods in org.javaWebGen that return LoginBean
 LoginBean WebSession.getLogin()
           
 

Methods in org.javaWebGen with parameters of type LoginBean
protected  void WebSession.setLogin(LoginBean bean)
           
 

Uses of LoginBean in org.javaWebGen.web
 

Methods in org.javaWebGen.web that return LoginBean
 LoginBean LoginDAO.findLogin(java.lang.String userId, java.lang.String pass)
          find login information about a user if it exist
 LoginBean BaseLoginModel.login(java.lang.String userId, java.lang.String pass)
          try to login to the app if user id and password are not found it will set the user_name and password to a default Feel free to extend this class to provide you own logic for example throwing an WebAppException exception if login attempts are excessive
 

Methods in org.javaWebGen.web with parameters of type LoginBean
 boolean BaseLoginModel.isAuthorized(LoginBean login, java.lang.String role)
          is their role authorized to to this role?
 



Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.