public class SessionProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
authorized
True if user has logged in with a valid username
and password.
|
private int |
testValue |
protected String |
userName
Account name for user.
|
Constructor and Description |
---|
SessionProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAuthorized() |
Enumeration<String> |
getSessionAttributes() |
int |
getTestValue() |
String |
getUserName() |
void |
setAuthorized(boolean value) |
void |
setUserName(String value) |
protected boolean authorized
private int testValue
public SessionProperties()
public boolean getAuthorized()
public void setAuthorized(boolean value)
public String getUserName()
public void setUserName(String value)
public Enumeration<String> getSessionAttributes()
public int getTestValue()