public interface ClientDetailsService
Modifier and Type | Method and Description |
---|---|
ClientDetails |
loadClientByClientId(String clientId)
Load a client by the client id.
|
ClientDetails loadClientByClientId(String clientId) throws ClientRegistrationException
clientId
- The client id.ClientRegistrationException
- If the client account is locked, expired, disabled, or invalid for any other reason.Copyright © 2019. All rights reserved.