Uses of Class
com.ibm.websphere.security.oauth20.store.OAuthClient
-
Packages that use OAuthClient Package Description com.ibm.websphere.security.oauth20.store -
-
Uses of OAuthClient in com.ibm.websphere.security.oauth20.store
Methods in com.ibm.websphere.security.oauth20.store that return OAuthClient Modifier and Type Method Description OAuthClientOAuthStore. readClient(java.lang.String providerId, java.lang.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 OAuthClient Modifier and Type Method Description java.util.Collection<OAuthClient>OAuthStore. readAllClients(java.lang.String providerId, java.lang.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 OAuthClient Modifier and Type Method Description voidOAuthStore. create(OAuthClient oauthClient)Creates anOAuthCliententry in the store.voidOAuthStore. update(OAuthClient oauthClient)Updates anOAuthCliententry in the store.
-