Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthClient
Packages that use OAuthClient
-
Uses of OAuthClient in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthClientModifier and TypeMethodDescriptionOAuthStore.readClient(String providerId, String clientId) Reads theOAuthCliententry matching the given providerId and clientId arguments from the store.Methods in com.ibm.websphere.security.oauth20.store that return types with arguments of type OAuthClientModifier and TypeMethodDescriptionOAuthStore.readAllClients(String providerId, String attribute) Reads all theOAuthCliententries matching the given providerId and attribute arguments from the store.Methods in com.ibm.websphere.security.oauth20.store with parameters of type OAuthClientModifier and TypeMethodDescriptionvoidOAuthStore.create(OAuthClient oauthClient) Creates anOAuthCliententry in the store.voidOAuthStore.update(OAuthClient oauthClient) Updates anOAuthCliententry in the store.