Uses of Class
org.nuxeo.ecm.platform.oauth.providers.NuxeoOAuthServiceProvider
Packages that use NuxeoOAuthServiceProvider
- 
Uses of NuxeoOAuthServiceProvider in org.nuxeo.ecm.platform.oauth.providers
Fields in org.nuxeo.ecm.platform.oauth.providers with type parameters of type NuxeoOAuthServiceProviderModifier and TypeFieldDescriptionprotected Map<String, NuxeoOAuthServiceProvider> OAuthServiceProviderRegistryImpl.inMemoryProvidersMethods in org.nuxeo.ecm.platform.oauth.providers that return NuxeoOAuthServiceProviderModifier and TypeMethodDescriptionOAuthServiceProviderRegistry.addReadOnlyProvider(String gadgetUri, String serviceName, String consumerKey, String consumerSecret, String publicKey) This method is here for compatibility reasons.OAuthServiceProviderRegistryImpl.addReadOnlyProvider(String gadgetUri, String serviceName, String consumerKey, String consumerSecret, String publicKey) static NuxeoOAuthServiceProviderNuxeoOAuthServiceProvider.createFromDirectoryEntry(DocumentModel entry) protected NuxeoOAuthServiceProviderOAuthServiceProviderRegistryImpl.getEntry(String gadgetUri, String serviceName, Set<String> ftFilter) OAuthServiceProviderRegistry.getProvider(String gadgetUri, String serviceName) Select the best provider given.OAuthServiceProviderRegistryImpl.getProvider(String gadgetUri, String serviceName) Methods in org.nuxeo.ecm.platform.oauth.providers that return types with arguments of type NuxeoOAuthServiceProviderModifier and TypeMethodDescriptionOAuthServiceProviderRegistry.listProviders()Return the list of all know providers (both readonly and editable ones).OAuthServiceProviderRegistryImpl.listProviders()