@Version("1.0.0")
Package com.ibm.websphere.security.oauth20.store
-
Interface Summary Interface Description OAuthStore Interface for storing and accessing OAuth artifacts, such as clients, tokens, and consents, that are necessary for an OAuth flow. -
Class Summary Class Description OAuthClient An OAuth client implementation used for storing or retrieving entries from anOAuthStore
implementation.OAuthConsent An OAuth consent implementation used for storing or retrieving entries from anOAuthStore
implementation.OAuthToken An OAuth token implementation used for storing or retrieving entries from anOAuthStore
implementation. -
Exception Summary Exception Description OAuthStoreException Exception thrown by theOAuthStore
implementation when it cannot perform the requested operation.