Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.login.LoginProcessBean
-
Packages that use LoginProcessBean Package Description edu.cornell.mannlib.vitro.webapp.controller.login -
-
Uses of LoginProcessBean in edu.cornell.mannlib.vitro.webapp.controller.login
Methods in edu.cornell.mannlib.vitro.webapp.controller.login that return LoginProcessBean Modifier and Type Method Description static LoginProcessBeanLoginProcessBean. getBean(javax.servlet.http.HttpServletRequest request)Get the login process bean from the session.Methods in edu.cornell.mannlib.vitro.webapp.controller.login with parameters of type LoginProcessBean Modifier and Type Method Description static voidLoginProcessBean. setBean(javax.servlet.http.HttpServletRequest request, LoginProcessBean bean)Store this login process bean in the session.
-