| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider | |
| org.springframework.security.oauth2.provider.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAlreadyExistsException
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
NoSuchClientException
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
ClientDetails |
ClientDetailsService.loadClientByClientId(String clientId)
Deprecated.
Load a client by the client id.
|
| Modifier and Type | Method and Description |
|---|---|
ClientDetails |
InMemoryClientDetailsService.loadClientByClientId(String clientId)
Deprecated.
|
Copyright © 2021. All rights reserved.