| net.krotscheck.kangaroo.authz |
Root namespace for the kangaroo server project.
|
| net.krotscheck.kangaroo.authz.admin |
The server administration API.
|
| net.krotscheck.kangaroo.authz.admin.v1.auth |
Authentication and Authorization via DB-Backed OAuth2 Tokens.
|
| net.krotscheck.kangaroo.authz.admin.v1.auth.exception |
Exceptions thrown by our OAuth2 Feature.
|
| net.krotscheck.kangaroo.authz.admin.v1.auth.filter |
Request filters that enforce OAuth2.
|
| net.krotscheck.kangaroo.authz.admin.v1.resource |
The resources and services of the Admin API.
|
| net.krotscheck.kangaroo.authz.admin.v1.servlet |
Classes and components that describe the running servlet.
|
| net.krotscheck.kangaroo.authz.common.authenticator |
Authentication handlers.
|
| net.krotscheck.kangaroo.authz.common.authenticator.exception |
Exceptions common to our various authenticators.
|
| net.krotscheck.kangaroo.authz.common.authenticator.facebook |
The facebook authenticator.
|
| net.krotscheck.kangaroo.authz.common.authenticator.google |
The google authenticator.
|
| net.krotscheck.kangaroo.authz.common.authenticator.oauth2 |
Shared code for OAuth2 based authenticators.
|
| net.krotscheck.kangaroo.authz.common.authenticator.password |
The password authentication provider.
|
| net.krotscheck.kangaroo.authz.common.authenticator.test |
The test authentication provider.
|
| net.krotscheck.kangaroo.authz.common.cors |
CORS domain validation for the authz service.
|
| net.krotscheck.kangaroo.authz.common.database |
Database management feature, including hibernate hooks, filters, and the data
model.
|
| net.krotscheck.kangaroo.authz.common.database.entity |
Entities in our data model.
|
| net.krotscheck.kangaroo.authz.common.database.jackson |
Jackson components for our data models and entities.
|
| net.krotscheck.kangaroo.authz.common.database.util |
Database Utilities.
|
| net.krotscheck.kangaroo.authz.common.util |
Authz utility classes.
|
| net.krotscheck.kangaroo.authz.oauth2 |
The OAuth API.
|
| net.krotscheck.kangaroo.authz.oauth2.authn |
Initialization, validation, and maintenance of oauth2 request authorization.
|
| net.krotscheck.kangaroo.authz.oauth2.authn.authn |
Authentication Filters.
|
| net.krotscheck.kangaroo.authz.oauth2.authn.authz |
Authorization Filters.
|
| net.krotscheck.kangaroo.authz.oauth2.exception |
Exceptions, organized by RFC in which they are declared.
|
| net.krotscheck.kangaroo.authz.oauth2.resource |
API Service Classes.
|
| net.krotscheck.kangaroo.authz.oauth2.resource.authorize |
Handlers for the authorization endpoint.
|
| net.krotscheck.kangaroo.authz.oauth2.resource.token |
Handlers for each type of grant_type request.
|
| net.krotscheck.kangaroo.authz.oauth2.session |
HTTP Session management.
|
| net.krotscheck.kangaroo.authz.oauth2.session.grizzly |
Session management specifically for the Grizzly servlet container.
|
| net.krotscheck.kangaroo.authz.oauth2.session.tasks |
Database maintenance for HTTP session handling.
|
| net.krotscheck.kangaroo.authz.oauth2.tasks |
Repeating tasks for the OAuth2 API.
|