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 theOAuthTokenentry 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 theOAuthTokenentries matching the given providerId and username arguments from the store.Methods in com.ibm.websphere.security.oauth20.store with parameters of type OAuthTokenModifier and TypeMethodDescriptionvoidOAuthStore.create(OAuthToken oauthToken) Creates anOAuthTokenentry in the store.voidOAuthStore.update(OAuthToken oauthToken) Updates anOAuthTokenentry in the store.