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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected boolean
protected String
protected Long
protected String
protected String
protected boolean
static final String
protected String
Fields inherited from class net.oauth.OAuthServiceProvider
accessTokenURL, requestTokenURL, userAuthorizationURL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentModel
asDocumentModel
(DocumentModel entry) static NuxeoOAuthServiceProvider
getId()
boolean
-
Field Details
-
SCHEMA
- See Also:
-
gadgetUrl
-
serviceName
-
keyType
-
consumerKey
-
consumerSecret
-
publicKey
-
description
-
enabled
protected boolean enabled -
readOnly
protected boolean readOnly -
id
-
-
Constructor Details
-
NuxeoOAuthServiceProvider
-
NuxeoOAuthServiceProvider
-
-
Method Details
-
createFromDirectoryEntry
-
asDocumentModel
-
getGadgetUrl
-
getServiceName
-
getKeyType
-
getConsumerKey
-
getConsumerSecret
-
getPublicKey
-
getId
-
getRequestTokenUR
-
getUserAuthorizationURL
-
getAccessTokenURL
-
getDescription
-
isReadOnly
public boolean isReadOnly()
-