Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthToken
-
Packages that use OAuthToken Package Description com.ibm.websphere.security.oauth20.store -
-
Uses of OAuthToken in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthToken Modifier and Type Method Description OAuthTokenOAuthStore. readToken(java.lang.String providerId, java.lang.String lookupKey)Reads 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 OAuthToken Modifier and Type Method Description java.util.Collection<OAuthToken>OAuthStore. readAllTokens(java.lang.String providerId, java.lang.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 OAuthToken Modifier and Type Method Description voidOAuthStore. create(OAuthToken oauthToken)Creates anOAuthTokenentry in the store.voidOAuthStore. update(OAuthToken oauthToken)Updates anOAuthTokenentry in the store.
-