Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.oauth.tokens.OAuthToken.Type

Packages that use OAuthToken.Type
org.nuxeo.ecm.platform.oauth.tokens   
 

Uses of OAuthToken.Type in org.nuxeo.ecm.platform.oauth.tokens
 

Methods in org.nuxeo.ecm.platform.oauth.tokens that return OAuthToken.Type
 OAuthToken.Type OAuthToken.getType()
          Gets the type of token: REQUEST / ACCESS.
 OAuthToken.Type NuxeoOAuthToken.getType()
           
static OAuthToken.Type OAuthToken.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OAuthToken.Type[] OAuthToken.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.