Uses of Class
com.pingidentity.sdk.oauth20.ClientStorageManagementException
-
Packages that use ClientStorageManagementException Package Description com.pingidentity.sdk.oauth20 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 ClientStorageManagementException Modifier and Type Method Description voidClientStorageManager. addClient(ClientData client)Add a client to storage.voidClientStorageManager. deleteClient(String clientId)Delete a client from storage that corresponds to the given client ID.ClientDataClientStorageManager. getClient(String clientId)Get a client from storage that corresponds to the given client ID.Collection<ClientData>ClientStorageManager. getClients()Retrieve all clients from storage.Collection<ClientData>ClientStorageManagerBase. search(SearchCriteria searchCriteria)Search for a client based on the provided SearchCriteria.Collection<ClientData>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.
-