ch.security4web.esapi.xss
Class UserBean

java.lang.Object
  extended by ch.security4web.esapi.xss.UserBean
All Implemented Interfaces:
java.io.Serializable

* 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
See Also:
Serialized Form

Constructor Summary
UserBean()
          
Method Summary
 java.lang.String action()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserBean

public UserBean()
Method Detail

getEmail

public java.lang.String getEmail()

setEmail

public void setEmail(java.lang.String email)

getEntry

public java.lang.String getEntry()

setEntry

public void setEntry(java.lang.String entry)

getTextAreaValue

public java.lang.String getTextAreaValue()

setTextAreaValue

public void setTextAreaValue(java.lang.String textAreaValue)

action

public java.lang.String action()

authentication

public java.lang.String authentication()

result

public java.lang.String result()

logout

public java.lang.String logout()

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)

getIntValue

public java.lang.Integer getIntValue()

setIntValue

public void setIntValue(java.lang.Integer intValue)

getRole

public java.lang.String getRole()

setRole

public void setRole(java.lang.String role)

getInput

public java.lang.String getInput()
Returns:
the input

setInput

public void setInput(java.lang.String input)
Parameters:
input - the input to set

getInput1

public java.lang.String getInput1()
Returns:
the input1

getInput2

public java.lang.String getInput2()
Returns:
the input2

setInput1

public void setInput1(java.lang.String input1)
Parameters:
input1 - the input1 to set

setInput2

public void setInput2(java.lang.String input2)
Parameters:
input2 - the input2 to set