Class | Description |
---|---|
ClientProperties | Deprecated
See the
OAuth 2.0 Migration Guide for Spring Security 5.
|
OAuth2RestOperationsConfiguration |
Configuration for OAuth2 Single Sign On REST operations.
|
OAuth2RestOperationsConfiguration.RequestScopedConfiguration | |
OAuth2RestOperationsConfiguration.SessionScopedConfiguration | |
OAuth2RestOperationsConfiguration.SingletonScopedConfiguration | |
OAuth2SsoCustomConfiguration |
Configuration for OAuth2 Single Sign On (SSO) when there is an existing
WebSecurityConfigurerAdapter provided by the user and annotated with
@EnableOAuth2Sso . |
OAuth2SsoDefaultConfiguration |
Configuration for OAuth2 Single Sign On (SSO).
|
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition | |
OAuth2SsoProperties | Deprecated
See the
OAuth 2.0 Migration Guide for Spring Security 5.
|
Annotation Type | Description |
---|---|
EnableOAuth2Sso | Deprecated
See the
OAuth 2.0 Migration Guide for Spring Security 5.
|