| Package | Description |
|---|---|
| org.chorem.bow | |
| org.chorem.bow.action |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
BowSession |
BowBaseAction.getBowSession() |
Copyright © 2010–2014 CodeLutin. All rights reserved.