|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTTPSessionManager | |
|---|---|
| org.abstracthorizon.danube.http.auth | |
| org.abstracthorizon.danube.http.session | |
| org.abstracthorizon.danube.tapestry | |
| org.abstracthorizon.danube.webflow | |
| Uses of HTTPSessionManager in org.abstracthorizon.danube.http.auth |
|---|
| Fields in org.abstracthorizon.danube.http.auth declared as HTTPSessionManager | |
|---|---|
protected HTTPSessionManager |
JAASAuthenticatedHTTPContext.sessionManager
Session manager |
protected HTTPSessionManager |
JAASAuthenticator.sessionManager
Session manager |
| Methods in org.abstracthorizon.danube.http.auth that return HTTPSessionManager | |
|---|---|
HTTPSessionManager |
JAASAuthenticatedHTTPContext.getSessionManager()
Returns session manaager |
HTTPSessionManager |
JAASAuthenticator.getSessionManager()
Returns session manaager |
| Methods in org.abstracthorizon.danube.http.auth with parameters of type HTTPSessionManager | |
|---|---|
void |
JAASAuthenticatedHTTPContext.setSessionManager(HTTPSessionManager sessionManager)
Sets session manager |
void |
JAASAuthenticator.setSessionManager(HTTPSessionManager sessionManager)
Sets session manager |
| Uses of HTTPSessionManager in org.abstracthorizon.danube.http.session |
|---|
| Classes in org.abstracthorizon.danube.http.session that implement HTTPSessionManager | |
|---|---|
class |
SimpleCookieSessionManager
Simple session manager implementation that uses cookies for storing session id on the client side. |
class |
SimpleSessionManager
Simple session manager implementation that checks for expired sessions on invocation of HTTPSessionManager methods. |
| Uses of HTTPSessionManager in org.abstracthorizon.danube.tapestry |
|---|
| Fields in org.abstracthorizon.danube.tapestry declared as HTTPSessionManager | |
|---|---|
protected HTTPSessionManager |
TapestryConnectionHandler.sessionManager
Danube's session manager |
protected HTTPSessionManager |
DanubeRequest.sessionManager
Session manager |
| Methods in org.abstracthorizon.danube.tapestry that return HTTPSessionManager | |
|---|---|
protected HTTPSessionManager |
TapestryConnectionHandler.createSessionManager()
Creates session manager. |
HTTPSessionManager |
TapestryConnectionHandler.getSessionManager()
Returns session manager. |
| Methods in org.abstracthorizon.danube.tapestry with parameters of type HTTPSessionManager | |
|---|---|
void |
TapestryConnectionHandler.setSessionManager(HTTPSessionManager sessionManager)
Sets session manager |
| Constructors in org.abstracthorizon.danube.tapestry with parameters of type HTTPSessionManager | |
|---|---|
DanubeRequest(HTTPConnection connection,
HTTPSessionManager sessionManager)
Constructor |
|
| Uses of HTTPSessionManager in org.abstracthorizon.danube.webflow |
|---|
| Methods in org.abstracthorizon.danube.webflow that return HTTPSessionManager | |
|---|---|
HTTPSessionManager |
DanubeFlowController.getSessionManager()
Returns session manaager |
| Methods in org.abstracthorizon.danube.webflow with parameters of type HTTPSessionManager | |
|---|---|
void |
DanubeFlowController.setSessionManager(HTTPSessionManager sessionManager)
Sets session manager |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||