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 String
consumerKey
protected String
consumerSecret
protected String
description
protected boolean
enabled
protected String
gadgetUrl
protected Long
id
protected String
keyType
protected String
publicKey
protected boolean
readOnly
static String
SCHEMA
protected String
serviceName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocumentModel
asDocumentModel(DocumentModel entry)
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()
-
-
-
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()
-
-