Package org.nuxeo.ecm.platform.oauth.tokens


package org.nuxeo.ecm.platform.oauth.tokens
  • Class
    Description
    Implementation of the OAuthToken interface.
    Represents Token data as manipulated in OAuth during the 3 legged authentication.
     
    Service interface for managing OAuthToken used both : - in the OAuth the Filter (Server side Tokens) : where Nuxeo is the provider - in Shindig (Client side Tokens) ; where Nuxeo is the consumer This service provides a center access point for all Token related actions.
    Service implementation for OAuthTokenStore.