Uses of Class
org.nuxeo.ecm.platform.oauth.consumers.NuxeoOAuthConsumer
-
Uses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.consumers
Modifier and TypeMethodDescriptionstatic NuxeoOAuthConsumer
NuxeoOAuthConsumer.createFromDirectoryEntry
(DocumentModel entry, String keyType) OAuthConsumerRegistry.getConsumer
(String consumerKey) Get a Consumer from its consumerKey.OAuthConsumerRegistry.getConsumer
(String consumerKey, String keyType) Get a Consumer from its consumerKey.OAuthConsumerRegistryImpl.getConsumer
(String consumerKey) OAuthConsumerRegistryImpl.getConsumer
(String consumerKey, String keyType) protected NuxeoOAuthConsumer
OAuthConsumerRegistry.storeConsumer
(NuxeoOAuthConsumer consumer) Store a new ConsumerOAuthConsumerRegistryImpl.storeConsumer
(NuxeoOAuthConsumer consumer) Modifier and TypeMethodDescriptionOAuthConsumerRegistry.listConsumers()
List all registered ConsumersOAuthConsumerRegistryImpl.listConsumers()
Modifier and TypeMethodDescriptionOAuthConsumerRegistry.storeConsumer
(NuxeoOAuthConsumer consumer) Store a new ConsumerOAuthConsumerRegistryImpl.storeConsumer
(NuxeoOAuthConsumer consumer) -
Uses of NuxeoOAuthConsumer in org.nuxeo.ecm.platform.oauth.keys
Modifier and TypeClassDescriptionprotected class
Modifier and TypeMethodDescriptionOAuthServerKeyManager.getInternalConsumer()
Returns theNuxeoOAuthConsumer
representing local (embedded) Shindig instance.OAuthServerKeyManagerImpl.getInternalConsumer()