Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.oauth.consumers.NuxeoOAuthConsumer

Packages that use NuxeoOAuthConsumer
org.nuxeo.ecm.platform.oauth.consumers   
org.nuxeo.ecm.platform.oauth.keys   
 

Uses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.consumers
 

Methods in org.nuxeo.ecm.platform.oauth.consumers that return NuxeoOAuthConsumer
static NuxeoOAuthConsumer NuxeoOAuthConsumer.createFromDirectoryEntry(DocumentModel entry, String keyType)
           
 NuxeoOAuthConsumer OAuthConsumerRegistryImpl.getConsumer(String consumerKey)
           
 NuxeoOAuthConsumer OAuthConsumerRegistry.getConsumer(String consumerKey)
          Get a Consumer from its consumerKey.
 NuxeoOAuthConsumer OAuthConsumerRegistryImpl.getConsumer(String consumerKey, String keyType)
           
 NuxeoOAuthConsumer OAuthConsumerRegistry.getConsumer(String consumerKey, String keyType)
          Get a Consumer from its consumerKey.
 NuxeoOAuthConsumer OAuthConsumerRegistryImpl.storeConsumer(NuxeoOAuthConsumer consumer)
           
 NuxeoOAuthConsumer OAuthConsumerRegistry.storeConsumer(NuxeoOAuthConsumer consumer)
          Store a new Consumer
 

Methods in org.nuxeo.ecm.platform.oauth.consumers that return types with arguments of type NuxeoOAuthConsumer
 List<NuxeoOAuthConsumer> OAuthConsumerRegistryImpl.listConsumers()
           
 List<NuxeoOAuthConsumer> OAuthConsumerRegistry.listConsumers()
          List all registered Consumers
 

Methods in org.nuxeo.ecm.platform.oauth.consumers with parameters of type NuxeoOAuthConsumer
 NuxeoOAuthConsumer OAuthConsumerRegistryImpl.storeConsumer(NuxeoOAuthConsumer consumer)
           
 NuxeoOAuthConsumer OAuthConsumerRegistry.storeConsumer(NuxeoOAuthConsumer consumer)
          Store a new Consumer
 

Uses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.keys
 

Methods in org.nuxeo.ecm.platform.oauth.keys that return NuxeoOAuthConsumer
 NuxeoOAuthConsumer OAuthServerKeyManagerImpl.getInternalConsumer()
           
 NuxeoOAuthConsumer OAuthServerKeyManager.getInternalConsumer()
          Returns the NuxeoOAuthConsumer representing local (embedded) Shindig instance.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.