| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider | |
| org.springframework.security.oauth2.provider.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAlreadyExistsException
Exception indicating that a client registration already exists (e.g. if someone tries to create a duplicate).
|
class |
NoSuchClientException |
| Modifier and Type | Method and Description |
|---|---|
ClientDetails |
ClientDetailsService.loadClientByClientId(String clientId)
Load a client by the client id.
|
| Modifier and Type | Method and Description |
|---|---|
ClientDetails |
InMemoryClientDetailsService.loadClientByClientId(String clientId) |
Copyright © 2019. All rights reserved.