| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.oauth2.authn.authn |
Authentication Filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
O2BearerTokenFilter
This filter's job is to permit authentication on OAuth endpoints via an
already issued bearer token.
|
class |
O2ClientBasicAuthFilter
This filter handles Http BASIC authentication, via client/secret pairs via
the authorization header.
|
class |
O2ClientBodyFilter
This filter's job is to detect whether the request is attempting Client
Authorization, via a client_id and client_secret in the form body.
|
class |
O2ClientQueryParameterFilter
This filter's job is to set client context in the event that a client ID
is passed via a query parameter in a GET request.
|
Copyright © 2018 krotscheck.net. All rights reserved.