| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.common.database.entity |
Entities in our data model.
|
| net.krotscheck.kangaroo.authz.oauth2.session.grizzly |
Session management specifically for the Grizzly servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
OAuthToken.getHttpSession()
Get the attached HTTP Session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthToken.setHttpSession(HttpSession httpSession)
Set the attached HTTP Session.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.grizzly.http.server.Session |
GrizzlySessionManager.asSession(HttpSession entity)
Convert a database entity session to a regular detached grizzly session.
|
Copyright © 2018 krotscheck.net. All rights reserved.