|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BowSession | |
|---|---|
| org.chorem.bow | |
| org.chorem.bow.action | |
| Uses of BowSession in org.chorem.bow |
|---|
| Methods in org.chorem.bow that return BowSession | |
|---|---|
static BowSession |
BowSession.getBowSession(javax.servlet.http.HttpServletRequest request)
|
static BowSession |
BowSession.getBowSession(javax.servlet.http.HttpSession httpSession)
|
static BowSession |
BowSession.getBowSession(Map<String,Object> session)
|
| Methods in org.chorem.bow with parameters of type BowSession | |
|---|---|
protected static boolean |
BowUtils.checkPermanentToken(BowSession session,
String token)
check if token exist, if true, put User associated with it, in BowSession |
protected static boolean |
BowUtils.checkTemporaryToken(BowSession session,
String token)
Check token with temporary token |
static BowUser |
BowUtils.checkToken(BowSession session,
String token)
Retrieves the user by the temporary or the permanent token |
| Uses of BowSession in org.chorem.bow.action |
|---|
| Methods in org.chorem.bow.action that return BowSession | |
|---|---|
BowSession |
BowBaseAction.getBowSession()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||