Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.oauth.providers.NuxeoOAuthServiceProvider

Packages that use NuxeoOAuthServiceProvider
org.nuxeo.ecm.platform.oauth.providers   
 

Uses of NuxeoOAuthServiceProvider in org.nuxeo.ecm.platform.oauth.providers
 

Methods in org.nuxeo.ecm.platform.oauth.providers that return NuxeoOAuthServiceProvider
 NuxeoOAuthServiceProvider OAuthServiceProviderRegistryImpl.addReadOnlyProvider(String gadgetUri, String serviceName, String consumerKey, String consumerSecret, String publicKey)
           
 NuxeoOAuthServiceProvider OAuthServiceProviderRegistry.addReadOnlyProvider(String gadgetUri, String serviceName, String consumerKey, String consumerSecret, String publicKey)
          This method is here for compatibility reasons.
static NuxeoOAuthServiceProvider NuxeoOAuthServiceProvider.createFromDirectoryEntry(DocumentModel entry)
           
 NuxeoOAuthServiceProvider OAuthServiceProviderRegistryImpl.getProvider(String gadgetUri, String serviceName)
           
 NuxeoOAuthServiceProvider OAuthServiceProviderRegistry.getProvider(String gadgetUri, String serviceName)
          Select the best provider given.
 

Methods in org.nuxeo.ecm.platform.oauth.providers that return types with arguments of type NuxeoOAuthServiceProvider
 List<NuxeoOAuthServiceProvider> OAuthServiceProviderRegistryImpl.listProviders()
           
 List<NuxeoOAuthServiceProvider> OAuthServiceProviderRegistry.listProviders()
          Return the list of all know providers (both readonly and editable ones).
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.