Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthConsent
-
Packages that use OAuthConsent Package Description com.ibm.websphere.security.oauth20.store -
-
Uses of OAuthConsent in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthConsent Modifier and Type Method Description OAuthConsentOAuthStore. readConsent(java.lang.String providerId, java.lang.String username, java.lang.String clientId, java.lang.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 OAuthConsent Modifier and Type Method Description voidOAuthStore. create(OAuthConsent oauthConsent)Creates anOAuthConsententry in the store.voidOAuthStore. update(OAuthConsent oauthConsent)Updates anOAuthConsententry in the store.
-