Uses of Class
com.pingidentity.sdk.oauth20.ClientData
Packages that use ClientData
Package
Description
A plugin interface, with associated classes, for issuing and validating access tokens.
-
Uses of ClientData in com.pingidentity.sdk.oauth20
Methods in com.pingidentity.sdk.oauth20 that return ClientDataModifier and TypeMethodDescriptionGet a client from storage that corresponds to the given client ID.Methods in com.pingidentity.sdk.oauth20 that return types with arguments of type ClientDataModifier and TypeMethodDescriptionClientStorageManager.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.Methods in com.pingidentity.sdk.oauth20 with parameters of type ClientDataModifier and TypeMethodDescriptionvoidClientStorageManager.addClient(ClientData client) Add a client to storage.voidClientStorageManager.updateClient(ClientData client) Update a stored client with the given client data object.