public class NuxeoOAuthServiceProvider
extends net.oauth.OAuthServiceProvider
Constructor and Description |
---|
NuxeoOAuthServiceProvider(Long id,
String gadgetUrl,
String serviceName,
String consumerKey,
String consumerSecret,
String publicKey) |
NuxeoOAuthServiceProvider(String requestTokenURL,
String userAuthorizationURL,
String accessTokenURL) |
Modifier and Type | Method and Description |
---|---|
static NuxeoOAuthServiceProvider |
createFromDirectoryEntry(DocumentModel entry) |
String |
getAccessTokenURL() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getDescription() |
String |
getGadgetUrl() |
Long |
getId() |
String |
getKeyType() |
String |
getPublicKey() |
String |
getRequestTokenUR() |
String |
getServiceName() |
String |
getUserAuthorizationURL() |
boolean |
isReadOnly() |
public static final String SCHEMA
public NuxeoOAuthServiceProvider(String requestTokenURL, String userAuthorizationURL, String accessTokenURL)
public static NuxeoOAuthServiceProvider createFromDirectoryEntry(DocumentModel entry) throws ClientException
ClientException
public String getGadgetUrl()
public String getServiceName()
public String getKeyType()
public String getConsumerKey()
public String getConsumerSecret()
public String getPublicKey()
public Long getId()
public String getRequestTokenUR()
public String getUserAuthorizationURL()
public String getAccessTokenURL()
public String getDescription()
public boolean isReadOnly()
Copyright © 2015 Nuxeo SA. All rights reserved.