spring-authorization-server/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web
Joe Grandja bffcbc5440 Improve OAuth2Authorization model
This commit removes OAuth2Tokens and OAuth2TokenMetadata and consolidates the code into OAuth2Authorization.

Closes gh-213
2021-02-08 19:36:14 -05:00
..
ClientSecretBasicAuthenticationConverter.java Add client secret POST authentication method support 2020-11-10 16:56:29 +05:30
ClientSecretPostAuthenticationConverter.java Add client secret POST authentication method support 2020-11-10 16:56:29 +05:30
DelegatingAuthenticationConverter.java Add @Nullable to Delegating*Converter.convert() 2020-10-09 15:38:49 -04:00
NimbusJwkSetEndpointFilter.java Fix NimbusJwkSetEndpointFilter 2021-01-19 04:39:04 -05:00
OAuth2AuthorizationEndpointFilter.java Improve OAuth2Authorization model 2021-02-08 19:36:14 -05:00
OAuth2ClientAuthenticationFilter.java Add client secret POST authentication method support 2020-11-10 16:56:29 +05:30
OAuth2EndpointUtils.java Move PKCE to OAuth2ClientAuthenticationProvider 2020-10-05 21:14:47 -04:00
OAuth2TokenEndpointFilter.java Introduce base Authentication for authorization grant 2021-02-05 11:48:21 -05:00
OAuth2TokenRevocationEndpointFilter.java Add temporary OAuth2ParameterNames2 2020-11-09 14:09:34 -05:00
PublicClientAuthenticationConverter.java Polish PublicClientAuthenticationConverter 2020-11-05 15:54:24 -05:00