Package org.nuxeo.ecm.platform.oauth.tokens
-
Interface Summary Interface Description OAuthToken Represents Token data as manipulated in OAuth during the 3 legged authentication.OAuthTokenStore Service interface for managingOAuthToken
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. -
Class Summary Class Description NuxeoOAuthToken Implementation of theOAuthToken
interface.OAuthTokenStoreImpl Service implementation forOAuthTokenStore
. -
Enum Summary Enum Description OAuthToken.Type