@Deprecated public interface ClientRegistrationService
ClientDetails
from an Authorization
Server.
Modifier and Type | Method and Description |
---|---|
void |
addClientDetails(ClientDetails clientDetails)
Deprecated.
|
List<ClientDetails> |
listClientDetails()
Deprecated.
|
void |
removeClientDetails(String clientId)
Deprecated.
|
void |
updateClientDetails(ClientDetails clientDetails)
Deprecated.
|
void |
updateClientSecret(String clientId,
String secret)
Deprecated.
|
void addClientDetails(ClientDetails clientDetails) throws ClientAlreadyExistsException
ClientAlreadyExistsException
void updateClientDetails(ClientDetails clientDetails) throws NoSuchClientException
NoSuchClientException
void updateClientSecret(String clientId, String secret) throws NoSuchClientException
NoSuchClientException
void removeClientDetails(String clientId) throws NoSuchClientException
NoSuchClientException
List<ClientDetails> listClientDetails()
Copyright © 2019. All rights reserved.