Uses of Class
org.nuxeo.ecm.platform.oauth.consumers.NuxeoOAuthConsumer
-
Packages that use NuxeoOAuthConsumer Package Description 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 Modifier and Type Method Description static NuxeoOAuthConsumerNuxeoOAuthConsumer. createFromDirectoryEntry(DocumentModel entry, String keyType)NuxeoOAuthConsumerOAuthConsumerRegistry. getConsumer(String consumerKey)Get a Consumer from its consumerKey.NuxeoOAuthConsumerOAuthConsumerRegistry. getConsumer(String consumerKey, String keyType)Get a Consumer from its consumerKey.NuxeoOAuthConsumerOAuthConsumerRegistryImpl. getConsumer(String consumerKey)NuxeoOAuthConsumerOAuthConsumerRegistryImpl. getConsumer(String consumerKey, String keyType)protected NuxeoOAuthConsumerOAuthConsumerRegistryImpl. getEntry(String consumerKey, String keyType)NuxeoOAuthConsumerOAuthConsumerRegistry. storeConsumer(NuxeoOAuthConsumer consumer)Store a new ConsumerNuxeoOAuthConsumerOAuthConsumerRegistryImpl. storeConsumer(NuxeoOAuthConsumer consumer)Methods in org.nuxeo.ecm.platform.oauth.consumers that return types with arguments of type NuxeoOAuthConsumer Modifier and Type Method Description List<NuxeoOAuthConsumer>OAuthConsumerRegistry. listConsumers()List all registered ConsumersList<NuxeoOAuthConsumer>OAuthConsumerRegistryImpl. listConsumers()Methods in org.nuxeo.ecm.platform.oauth.consumers with parameters of type NuxeoOAuthConsumer Modifier and Type Method Description NuxeoOAuthConsumerOAuthConsumerRegistry. storeConsumer(NuxeoOAuthConsumer consumer)Store a new ConsumerNuxeoOAuthConsumerOAuthConsumerRegistryImpl. storeConsumer(NuxeoOAuthConsumer consumer) -
Uses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.keys
Subclasses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.keys Modifier and Type Class Description protected classOAuthServerKeyManagerImpl.InternalNuxeoOAuthConsumerFields in org.nuxeo.ecm.platform.oauth.keys declared as NuxeoOAuthConsumer Modifier and Type Field Description protected NuxeoOAuthConsumerOAuthServerKeyManagerImpl. consumerMethods in org.nuxeo.ecm.platform.oauth.keys that return NuxeoOAuthConsumer Modifier and Type Method Description NuxeoOAuthConsumerOAuthServerKeyManager. getInternalConsumer()Returns theNuxeoOAuthConsumerrepresenting local (embedded) Shindig instance.NuxeoOAuthConsumerOAuthServerKeyManagerImpl. getInternalConsumer()
-