| Package | Description |
|---|---|
| org.springframework.security.oauth2.client |
Core classes and interfaces providing support for OAuth 2.0 Client.
|
| org.springframework.security.oauth2.client.annotation | |
| org.springframework.security.oauth2.client.authentication |
Support classes and interfaces for authenticating and authorizing a client
with an OAuth 2.0 Authorization Server using a specific authorization grant flow.
|
| org.springframework.security.oauth2.client.endpoint |
Classes and interfaces providing support to the client
for initiating requests to the Authorization Server's Protocol Endpoints.
|
| org.springframework.security.oauth2.client.http | |
| org.springframework.security.oauth2.client.oidc.authentication |
Support classes and interfaces for authenticating and authorizing a client
with an OpenID Connect 1.0 Provider using a specific authorization grant flow.
|
| org.springframework.security.oauth2.client.oidc.userinfo |
Classes and interfaces providing support to the client for initiating requests
to the OpenID Connect 1.0 Provider's UserInfo Endpoint.
|
| org.springframework.security.oauth2.client.registration |
Classes and interfaces that provide support for
ClientRegistration. |
| org.springframework.security.oauth2.client.userinfo |
Classes and interfaces providing support to the client for initiating requests
to the OAuth 2.0 Authorization Server's UserInfo Endpoint.
|
| org.springframework.security.oauth2.client.web |
OAuth 2.0 Client
Filter's and supporting classes and interfaces. |
| org.springframework.security.oauth2.client.web.method.annotation | |
| org.springframework.security.oauth2.client.web.reactive.function.client | |
| org.springframework.security.oauth2.client.web.reactive.result.method.annotation | |
| org.springframework.security.oauth2.client.web.server | |
| org.springframework.security.oauth2.client.web.server.authentication |