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 OAuthConsent
OAuthStore. readConsent(java.lang.String providerId, java.lang.String username, java.lang.String clientId, java.lang.String resource)
Reads theOAuthConsent
entry 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 void
OAuthStore. create(OAuthConsent oauthConsent)
Creates anOAuthConsent
entry in the store.void
OAuthStore. update(OAuthConsent oauthConsent)
Updates anOAuthConsent
entry in the store.
-