| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2ContextConfiguration.ClientCredentials
Deprecated.
Set up an OAuth2 context for this test using client credentials grant type
|
static class |
OAuth2ContextConfiguration.Implicit
Deprecated.
Set up an OAuth2 context for this test using implicit grant type
|
static class |
OAuth2ContextConfiguration.Password
Deprecated.
Set up an OAuth2 context for this test using resource owner password grant type
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OAuth2ContextConfiguration.ResourceHelper.initialize(OAuth2ProtectedResourceDetails source,
BaseOAuth2ProtectedResourceDetails target) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsResourceDetails
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeResourceDetails
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitResourceDetails
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceOwnerPasswordResourceDetails
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRedirectResourceDetails
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020. All rights reserved.