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 NuxeoOAuthConsumer
NuxeoOAuthConsumer. createFromDirectoryEntry(DocumentModel entry, String keyType)
NuxeoOAuthConsumer
OAuthConsumerRegistry. getConsumer(String consumerKey)
Get a Consumer from its consumerKey.NuxeoOAuthConsumer
OAuthConsumerRegistry. getConsumer(String consumerKey, String keyType)
Get a Consumer from its consumerKey.NuxeoOAuthConsumer
OAuthConsumerRegistryImpl. getConsumer(String consumerKey)
NuxeoOAuthConsumer
OAuthConsumerRegistryImpl. getConsumer(String consumerKey, String keyType)
protected NuxeoOAuthConsumer
OAuthConsumerRegistryImpl. getEntry(String consumerKey, String keyType)
NuxeoOAuthConsumer
OAuthConsumerRegistry. storeConsumer(NuxeoOAuthConsumer consumer)
Store a new ConsumerNuxeoOAuthConsumer
OAuthConsumerRegistryImpl. 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 NuxeoOAuthConsumer
OAuthConsumerRegistry. storeConsumer(NuxeoOAuthConsumer consumer)
Store a new ConsumerNuxeoOAuthConsumer
OAuthConsumerRegistryImpl. 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 class
OAuthServerKeyManagerImpl.InternalNuxeoOAuthConsumer
Fields in org.nuxeo.ecm.platform.oauth.keys declared as NuxeoOAuthConsumer Modifier and Type Field Description protected NuxeoOAuthConsumer
OAuthServerKeyManagerImpl. consumer
Methods in org.nuxeo.ecm.platform.oauth.keys that return NuxeoOAuthConsumer Modifier and Type Method Description NuxeoOAuthConsumer
OAuthServerKeyManager. getInternalConsumer()
Returns theNuxeoOAuthConsumer
representing local (embedded) Shindig instance.NuxeoOAuthConsumer
OAuthServerKeyManagerImpl. getInternalConsumer()
-