Package | Description |
---|---|
org.forgerock.openidconnect |
Modifier and Type | Method and Description |
---|---|
void |
ClientDAO.create(Client client,
OAuth2Request request)
Stores a client to a storage system.
|
org.forgerock.json.JsonValue |
OpenIdConnectClientRegistrationService.createRegistration(String accessToken,
String deploymentUrl,
OAuth2Request request)
Creates an OpenId Connect client registration in the OAuth2 provider.
|
org.forgerock.json.JsonValue |
OpenIdConnectClientRegistrationService.getRegistration(String clientId,
String accessToken,
OAuth2Request request)
Gets an OpenId Connect client registration from the OAuth2 provider.
|
void |
ClientDAO.update(Client client,
OAuth2Request request)
Updates a client already stored.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.