Uses of Class
org.nuxeo.ecm.platform.oauth.providers.NuxeoOAuthServiceProvider
-
Packages that use NuxeoOAuthServiceProvider Package Description org.nuxeo.ecm.platform.oauth.providers -
-
Uses of NuxeoOAuthServiceProvider in org.nuxeo.ecm.platform.oauth.providers
Fields in org.nuxeo.ecm.platform.oauth.providers with type parameters of type NuxeoOAuthServiceProvider Modifier and Type Field Description protected Map<String,NuxeoOAuthServiceProvider>OAuthServiceProviderRegistryImpl. inMemoryProvidersMethods in org.nuxeo.ecm.platform.oauth.providers that return NuxeoOAuthServiceProvider Modifier and Type Method Description NuxeoOAuthServiceProviderOAuthServiceProviderRegistry. addReadOnlyProvider(String gadgetUri, String serviceName, String consumerKey, String consumerSecret, String publicKey)This method is here for compatibility reasons.NuxeoOAuthServiceProviderOAuthServiceProviderRegistryImpl. 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)NuxeoOAuthServiceProviderOAuthServiceProviderRegistry. getProvider(String gadgetUri, String serviceName)Select the best provider given.NuxeoOAuthServiceProviderOAuthServiceProviderRegistryImpl. getProvider(String gadgetUri, String serviceName)Methods in org.nuxeo.ecm.platform.oauth.providers that return types with arguments of type NuxeoOAuthServiceProvider Modifier and Type Method Description List<NuxeoOAuthServiceProvider>OAuthServiceProviderRegistry. listProviders()Return the list of all know providers (both readonly and editable ones).List<NuxeoOAuthServiceProvider>OAuthServiceProviderRegistryImpl. listProviders()
-