Uses of Interface
com.pingidentity.sdk.oauth20.ClientStorageManager
-
Packages that use ClientStorageManager Package Description com.pingidentity.sdk.oauth20 A plugin interface, with associated classes, for issuing and validating access tokens. -
-
Uses of ClientStorageManager in com.pingidentity.sdk.oauth20
Subinterfaces of ClientStorageManager in com.pingidentity.sdk.oauth20 Modifier and Type Interface Description interfaceClientStorageManagerV2An interface that defines a search method for OAuth client data in custom storage implementations.Classes in com.pingidentity.sdk.oauth20 that implement ClientStorageManager Modifier and Type Class Description classClientStorageManagerBaseAbstract base class for developing custom OAuth client storage implementations.
-