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 OAuthClient
OAuthStore. readClient(java.lang.String providerId, java.lang.String clientId)
Reads theOAuthClient
entry 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 theOAuthClient
entries 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 void
OAuthStore. create(OAuthClient oauthClient)
Creates anOAuthClient
entry in the store.void
OAuthStore. update(OAuthClient oauthClient)
Updates anOAuthClient
entry in the store.
-