Uses of Class
com.pingidentity.sdk.oauth20.ClientStorageManagementException
Packages that use ClientStorageManagementException
Package
Description
A plugin interface, with associated classes, for issuing and validating access tokens.
-
Uses of ClientStorageManagementException in com.pingidentity.sdk.oauth20
Methods in com.pingidentity.sdk.oauth20 that throw ClientStorageManagementExceptionModifier and TypeMethodDescriptionvoidClientStorageManager.addClient(ClientData client) Add a client to storage.voidClientStorageManager.deleteClient(String clientId) Delete a client from storage that corresponds to the given client ID.Get a client from storage that corresponds to the given client ID.ClientStorageManager.getClients()Retrieve all clients from storage.ClientStorageManagerBase.search(SearchCriteria searchCriteria) Search for a client based on the provided SearchCriteria.ClientStorageManagerV2.search(SearchCriteria searchCriteria) Search for a client based on the provided SearchCriteria.voidClientStorageManager.updateClient(ClientData client) Update a stored client with the given client data object.