| AGServer2 |
This class manages the client call to the authorization grant server
|
| ASImpl |
Addressable Server implementation to support double dispatch pattern(?)
|
| ATResponse2 |
Since the OAuth 2 protocol supports getting a refresh token back from the server with the access token,
we have to include it in this class.
|
| ATServer2 |
This class handles the client call to the access token endpoint
|
| ATServer2.IDTokenEntry |
Placeholder class for storing ID tokens.
|
| DS2 |
Delegation service for OIDC
|
| PAServer2 |
Handles client call for protected asset (cert?)
|
| RFC6749_4_4Server |
|
| RFC7009Server2 |
For RFC 7009 -- the revocation endpoint.
|
| RFC7523Server |
Created by Jeff Gaynor
on 6/6/23 at 3:11 PM
|
| RFC7523Utils |
Created by Jeff Gaynor
on 6/5/23 at 10:02 AM
|
| RFC7662Server2 |
For RFC 7662 -- the introspection endpoint.
|
| RFC8623Server |
Created by Jeff Gaynor
on 7/19/23 at 9:29 AM
|
| RTServer2 |
Created by Jeff Gaynor
on 2/26/14 at 2:18 PM
|
| TokenAwareServer |
Since the processing of claims is to be supported for refresh tokens as well, the machinery for it should be
available generally to access and refresh token servers.
|
| UIServer2 |
Handles client UserInfo request to server
|