|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUser | |
org.web_auth.bizobj | This package contains interfaces of domain objects of this project. |
org.web_auth.bizobj.impl | This package contains implementations of domain objects of this project. |
Uses of IUser in org.web_auth.bizobj |
Methods in org.web_auth.bizobj that return IUser | |
IUser |
IUserSession.getUser(javax.servlet.http.HttpServletRequest request)
Get the IUser object from the current session |
Methods in org.web_auth.bizobj with parameters of type IUser | |
void |
IUserSession.setUser(javax.servlet.http.HttpServletRequest request,
IUser user)
Set the IUser object to the current session. |
Uses of IUser in org.web_auth.bizobj.impl |
Classes in org.web_auth.bizobj.impl that implement IUser | |
class |
User
An abstract class that represents a user who is required to use username/password authentication for login. |
Methods in org.web_auth.bizobj.impl that return IUser | |
IUser |
UserSession.getUser(javax.servlet.http.HttpServletRequest request)
Get the IUser object from the current session |
Methods in org.web_auth.bizobj.impl with parameters of type IUser | |
void |
UserSession.setUser(javax.servlet.http.HttpServletRequest request,
IUser user)
Set the User object to the current session. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |