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 OAuthToken
OAuthStore. readToken(java.lang.String providerId, java.lang.String lookupKey)
Reads 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 OAuthToken Modifier and Type Method Description java.util.Collection<OAuthToken>
OAuthStore. readAllTokens(java.lang.String providerId, java.lang.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 OAuthToken Modifier and Type Method Description void
OAuthStore. create(OAuthToken oauthToken)
Creates anOAuthToken
entry in the store.void
OAuthStore. update(OAuthToken oauthToken)
Updates anOAuthToken
entry in the store.
-