public interface ClientRegistrationStore
Modifier and Type | Method and Description |
---|---|
ClientRegistration |
get(String clientId,
OAuth2Request request)
Gets the client registration for the given client id.
|
ClientRegistration |
get(String clientId,
String realm,
org.forgerock.services.context.Context context)
Gets the client registration for the given client id.
|
ClientRegistration get(String clientId, OAuth2Request request) throws InvalidClientException, NotFoundException
clientId
- The client idrequest
- The OAuth2 request.InvalidClientException
- If client cannot be retrieved from the store.NotFoundException
- If requested realm doesn't existClientRegistration get(String clientId, String realm, org.forgerock.services.context.Context context) throws InvalidClientException, NotFoundException
clientId
- The client idrealm
- The realmInvalidClientException
- If client cannot be retrieved from the store.NotFoundException
- If requested realm doesn't existCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.