Package | Description |
---|---|
org.forgerock.openidconnect |
Modifier and Type | Method and Description |
---|---|
Client |
ClientBuilder.createClient()
Creates the OAuth2 Client.
|
Client |
ClientDAO.read(String clientId,
OAuth2Request request)
Reads a client from a storage system.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientDAO.create(Client client,
OAuth2Request request)
Stores a client to a storage system.
|
void |
ClientDAO.update(Client client,
OAuth2Request request)
Updates a client already stored.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.