public class InMemoryClientDetailsService extends Object implements ClientDetailsService
| Constructor and Description | 
|---|
| InMemoryClientDetailsService() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientDetails | loadClientByClientId(String clientId)Load a client by the client id. | 
| void | setClientDetailsStore(Map<String,? extends ClientDetails> clientDetailsStore) | 
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 © 2019. All rights reserved.