@Deprecated public class InMemoryClientDetailsService extends Object implements ClientDetailsService
| Constructor and Description |
|---|
InMemoryClientDetailsService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientDetails |
loadClientByClientId(String clientId)
Deprecated.
Load a client by the client id.
|
void |
setClientDetailsStore(Map<String,? extends ClientDetails> clientDetailsStore)
Deprecated.
|
public ClientDetails loadClientByClientId(String clientId) throws ClientRegistrationException
ClientDetailsServiceloadClientByClientId in interface ClientDetailsServiceclientId - The client id.ClientRegistrationException - If the client account is locked, expired, disabled, or invalid for any other reason.public void setClientDetailsStore(Map<String,? extends ClientDetails> clientDetailsStore)
Copyright © 2021. All rights reserved.