Class NuxeoOAuthToken

java.lang.Object
org.nuxeo.ecm.platform.oauth.tokens.NuxeoOAuthToken
All Implemented Interfaces:
OAuthToken

public class NuxeoOAuthToken extends Object implements OAuthToken
Implementation of the OAuthToken interface. Provides mapping features to DocumentModel so that Token can be stored in a SQL Directory
Author:
tiry
  • Field Details

    • SCHEMA

      public static final String SCHEMA
      See Also:
    • appId

      protected String appId
    • callbackUrl

      protected String callbackUrl
    • nuxeoLogin

      protected String nuxeoLogin
    • token

      protected String token
    • tokenSecret

      protected String tokenSecret
    • consumerKey

      protected String consumerKey
    • type

      protected OAuthToken.Type type
    • creationDate

      protected Calendar creationDate
    • verifier

      protected String verifier
    • durationInMinutes

      protected long durationInMinutes
    • clientToken

      protected boolean clientToken
    • clientId

      protected String clientId
  • Constructor Details

    • NuxeoOAuthToken

      public NuxeoOAuthToken(String consumerKey, String callBack)
    • NuxeoOAuthToken

      public NuxeoOAuthToken(NuxeoOAuthToken originalToken)
    • NuxeoOAuthToken

      public NuxeoOAuthToken(DocumentModel entry)
  • Method Details