Uses of Package
com.pingidentity.sdk.oauth20
-
Packages that use com.pingidentity.sdk.oauth20 Package Description com.pingidentity.sdk.accessgrant Provides the ability to create a custom Access Grant storage mechanism.com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types.com.pingidentity.sdk.oauth20 A plugin interface, with associated classes, for issuing and validating access tokens. -
Classes in com.pingidentity.sdk.oauth20 used by com.pingidentity.sdk.accessgrant Class Description Scope The OAuth scope. -
Classes in com.pingidentity.sdk.oauth20 used by com.pingidentity.sdk.authorizationdetails Class Description Scope The OAuth scope. -
Classes in com.pingidentity.sdk.oauth20 used by com.pingidentity.sdk.oauth20 Class Description AccessToken An access token that has been validated by the server - generally by an instance of aBearerAccessTokenManagementPlugin.ClientData A wrapper class for client data used by custom OAuth client storage implementations.ClientStorageManagementException A general exception for theClientStorageManager.ClientStorageManager An interface that defines the basic methods for managing OAuth client data for custom storage implementations.ClientStorageManagerV2 An interface that defines a search method for OAuth client data in custom storage implementations.IssuedAccessToken An access token that is issued by the server - generally by an instance of aBearerAccessTokenManagementPlugin.Scope The OAuth scope.