com.konakartadmin.bl
Class AdminSecurityMgr.SessionData
java.lang.Object
com.konakartadmin.bl.AdminSecurityMgr.SessionData
- Enclosing class:
- AdminSecurityMgr
protected class AdminSecurityMgr.SessionData
- extends java.lang.Object
Class that contains the login attempt, information for a user so that we can block hackers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roles
private AdminRole[] roles
superUser
private boolean superUser
AdminSecurityMgr.SessionData
protected AdminSecurityMgr.SessionData()
getRoles
public AdminRole[] getRoles()
- Returns:
- the roles
setRoles
public void setRoles(AdminRole[] roles)
- Parameters:
roles
- the roles to set
isSuperUser
public boolean isSuperUser()
- Returns:
- the superUser
setSuperUser
public void setSuperUser(boolean superUser)
- Parameters:
superUser
- the superUser to set
Copyright © 2011 DS Data Systems UK Ltd.