Class NuxeoOAuthServiceProvider
- java.lang.Object
-
- net.oauth.OAuthServiceProvider
-
- org.nuxeo.ecm.platform.oauth.providers.NuxeoOAuthServiceProvider
-
- All Implemented Interfaces:
Serializable
public class NuxeoOAuthServiceProvider extends net.oauth.OAuthServiceProvider- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconsumerKeyprotected StringconsumerSecretprotected Stringdescriptionprotected booleanenabledprotected StringgadgetUrlprotected Longidprotected StringkeyTypeprotected StringpublicKeyprotected booleanreadOnlystatic StringSCHEMAprotected StringserviceName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocumentModelasDocumentModel(DocumentModel entry)static NuxeoOAuthServiceProvidercreateFromDirectoryEntry(DocumentModel entry)StringgetAccessTokenURL()StringgetConsumerKey()StringgetConsumerSecret()StringgetDescription()StringgetGadgetUrl()LonggetId()StringgetKeyType()StringgetPublicKey()StringgetRequestTokenUR()StringgetServiceName()StringgetUserAuthorizationURL()booleanisReadOnly()
-
-
-
Field Detail
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
gadgetUrl
protected String gadgetUrl
-
serviceName
protected String serviceName
-
keyType
protected String keyType
-
consumerKey
protected String consumerKey
-
consumerSecret
protected String consumerSecret
-
publicKey
protected String publicKey
-
description
protected String description
-
enabled
protected boolean enabled
-
readOnly
protected boolean readOnly
-
id
protected Long id
-
-
Method Detail
-
createFromDirectoryEntry
public static NuxeoOAuthServiceProvider createFromDirectoryEntry(DocumentModel entry)
-
asDocumentModel
protected DocumentModel asDocumentModel(DocumentModel entry)
-
getGadgetUrl
public String getGadgetUrl()
-
getServiceName
public String getServiceName()
-
getKeyType
public String getKeyType()
-
getConsumerKey
public String getConsumerKey()
-
getConsumerSecret
public String getConsumerSecret()
-
getPublicKey
public String getPublicKey()
-
getId
public Long getId()
-
getRequestTokenUR
public String getRequestTokenUR()
-
getUserAuthorizationURL
public String getUserAuthorizationURL()
-
getAccessTokenURL
public String getAccessTokenURL()
-
getDescription
public String getDescription()
-
isReadOnly
public boolean isReadOnly()
-
-