Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthToken
Packages that use OAuthToken
-
Uses of OAuthToken in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthTokenModifier and TypeMethodDescriptionReads theOAuthToken
entry matching the given the providerId and lookupKey arguments from the store.Methods in com.ibm.websphere.security.oauth20.store that return types with arguments of type OAuthTokenModifier and TypeMethodDescriptionOAuthStore.readAllTokens
(String providerId, String username) Reads all theOAuthToken
entries matching the given providerId and username arguments from the store.Methods in com.ibm.websphere.security.oauth20.store with parameters of type OAuthTokenModifier and TypeMethodDescriptionvoid
OAuthStore.create
(OAuthToken oauthToken) Creates anOAuthToken
entry in the store.void
OAuthStore.update
(OAuthToken oauthToken) Updates anOAuthToken
entry in the store.