@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 anOAuthStoreimplementation.OAuthConsent An OAuth consent implementation used for storing or retrieving entries from anOAuthStoreimplementation.OAuthToken An OAuth token implementation used for storing or retrieving entries from anOAuthStoreimplementation. -
Exception Summary Exception Description OAuthStoreException Exception thrown by theOAuthStoreimplementation when it cannot perform the requested operation.