| Class | Description |
|---|---|
| AbstractO2AuthenticationFilter |
An abstract O2 authentication filter.
|
| O2BearerTokenFilter |
This filter's job is to permit authentication on OAuth endpoints via an
already issued bearer token.
|
| O2ClientBasicAuthFilter |
This filter handles Http BASIC authentication, via client/secret pairs via
the authorization header.
|
| 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.
|
| 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.