public interface ClientRegistrationProvider
Modifier and Type | Method and Description |
---|---|
Client |
getClient(String clientId)
Get a Client with the given id
|
List<Client> |
getClients(UserSubject resourceOwner)
Get a list of clients registered by a resource owner.
|
Client |
removeClient(String clientId)
Remove a Client with the given id
|
void |
setClient(Client client)
Set a Client
|
Client getClient(String clientId)
clientId
- the client idvoid setClient(Client client)
client
- the clientClient removeClient(String clientId)
clientId
- the client idList<Client> getClients(UserSubject resourceOwner)
resourceOwner
- the resource owner, can be nullApache CXF