ch.security4web.esapi.xss
Class Login
java.lang.Object
ch.security4web.esapi.xss.Login
@ManagedBean(name="login")
@SessionScoped
public class Login
- extends java.lang.Object
* OWASP Enterprise Security API (ESAPI)
This file is part of the Open Web Application Security Project (OWASP)
Enterprise Security API (ESAPI) project. For details, please see
http://www.owasp.org/index.php/ESAPI.
Copyright (c) 2007 - The OWASP Foundation
The ESAPI is published by OWASP under the BSD license. You should read and accept the
LICENSE before you use, modify, and/or redistribute this software.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Rakesh, Dr.Prof.Emmanuel, Matthey Samuel
Constructor Summary |
Login()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Login
public Login()
validUser
public java.lang.String validUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserName
public java.lang.String getUserName()
setUserName
public void setUserName(java.lang.String userName)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getLogedin
public java.lang.Boolean getLogedin()
setLogedin
public void setLogedin(java.lang.Boolean logedin)
getFirstLastName
public java.lang.String getFirstLastName()
setFirstLastName
public void setFirstLastName(java.lang.String firstLastName)