Package com.pingidentity.sdk.oauth20
package com.pingidentity.sdk.oauth20
A plugin interface, with associated classes, for issuing and validating access tokens. Also includes a helper class for issuing tokens from OGNL expressions.
-
ClassDescriptionAn access token that has been validated by the server - generally by an instance of a
BearerAccessTokenManagementPlugin.Intended primarily to provide an easy interface to use in order to issue OAuth access tokens during attribute mapping using an Expression mapping type.This interface defines the methods that the PingFederate can optionally call when a persistent grant is revoked, or when an access token needs to be revoked.This interface defines the methods that the PingFederate calls to issue and validate access tokens.A wrapper class for client data used by custom OAuth client storage implementations.A general exception for theClientStorageManager.An interface that defines the basic methods for managing OAuth client data for custom storage implementations.Abstract base class for developing custom OAuth client storage implementations.An interface that defines a search method for OAuth client data in custom storage implementations.An access token that is issued by the server - generally by an instance of aBearerAccessTokenManagementPlugin.The OAuth scope.