public interface OpenIdConnectClientRegistrationStore extends ClientRegistrationStore
Modifier and Type | Method and Description |
---|---|
OpenIdConnectClientRegistration |
get(String clientId,
OAuth2Request request)
Gets the client registration for the given client id.
|
OpenIdConnectClientRegistration |
get(String clientId,
String realm,
org.forgerock.services.context.Context context)
Gets the client registration for the given client id.
|
OpenIdConnectClientRegistration get(String clientId, OAuth2Request request) throws InvalidClientException, NotFoundException
get
in interface ClientRegistrationStore
clientId
- The client idrequest
- The OAuth2 request.InvalidClientException
- If client cannot be retrieved from the store.NotFoundException
- If requested realm doesn't existOpenIdConnectClientRegistration get(String clientId, String realm, org.forgerock.services.context.Context context) throws InvalidClientException, NotFoundException
get
in interface ClientRegistrationStore
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.