Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthConsent
Packages that use OAuthConsent
-
Uses of OAuthConsent in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthConsentModifier and TypeMethodDescriptionOAuthStore.readConsent(String providerId, String username, String clientId, String resource) Reads theOAuthConsententry matching the given providerId, username, clientId, and resource arguments from the store.Methods in com.ibm.websphere.security.oauth20.store with parameters of type OAuthConsentModifier and TypeMethodDescriptionvoidOAuthStore.create(OAuthConsent oauthConsent) Creates anOAuthConsententry in the store.voidOAuthStore.update(OAuthConsent oauthConsent) Updates anOAuthConsententry in the store.