com.logicaldoc.web
Class LoginForm
java.lang.Object
com.logicaldoc.web.LoginForm
public class LoginForm
- extends java.lang.Object
Executes user login
- Since:
- 3.0
- Author:
- Marco Meschieri - Logical Objects
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
LoginForm
public LoginForm()
login
public java.lang.String login()
- Login handler
- Returns:
- "success" if the user was successfully authenticated
logout
public java.lang.String logout()
- Logout handler
- Returns:
- "login" if the user was succesfully logged off
getJ_password
public java.lang.String getJ_password()
- Returns:
- the j_password
setJ_password
public void setJ_password(java.lang.String j_password)
- Parameters:
j_password
- the j_password to set
getLanguage
public java.lang.String getLanguage()
- Returns:
- the language
setLanguage
public void setLanguage(java.lang.String language)
- Parameters:
language
- the language to set
getJ_username
public java.lang.String getJ_username()
- Returns:
- the j_username
setJ_username
public void setJ_username(java.lang.String j_username)
- Parameters:
j_username
- the j_username to set
getMenuBar
public MenuBarBean getMenuBar()
setMenuBar
public void setMenuBar(MenuBarBean menuBar)
isNotInitialized
public boolean isNotInitialized()
isAdmin
public boolean isAdmin()
Copyright © 2008-2010 Logical Objects. All Rights Reserved.