| Class | Description |
|---|---|
| AccessTokenInfo |
Information about an access token.
|
| AccessTokenValidator |
Access token validator.
|
| AuthorizationDecisionHandler |
Handler for end-user's decision on the authorization request.
|
| AuthorizationPageModel |
Model class to hold data which are referred to in an authorization page.
|
| AuthorizationRequestHandler |
Handler for authorization requests to a authorization endpoint
of OAuth 2.0 (RFC 6749).
|
| BaseAuthorizationDecisionEndpoint |
A base class for authorization decision endpoints.
|
| BaseAuthorizationEndpoint |
A base class for authorization endpoints.
|
| BaseConfigurationEndpoint |
A base class for OpenID Provider configuration endpoints.
|
| BaseEndpoint |
A base class for endpoints.
|
| BaseJwksEndpoint |
A base class for JWK Set endpoints.
|
| BaseResourceEndpoint |
A base class for protected resource endpoints.
|
| BaseRevocationEndpoint |
A base class for revocation endpoint implementations.
|
| BaseTokenEndpoint |
A base class for token endpoints.
|
| BaseUserInfoEndpoint |
A base class for userinfo endpoints.
|
| ConfigurationRequestHandler |
Handler for requests to an OpenID Provider configuration endpoint.
|
| JwksRequestHandler |
Handler for requests to an endpoint that exposes JSON Web Key Set
(RFC 7517) document.
|
| RevocationRequestHandler |
Handler for token revocation requests
(RFC 7009).
|
| TokenRequestHandler |
Handler for token requests to a token endpoint of OAuth 2.0
(RFC 6749).
|
| UserInfoRequestHandler |
Handler for userinfo requests to a UserInfo Endpoint defined in OpenID Connect
Core 1.0.
|
Copyright © 2016. All rights reserved.