Restlet Framework 2.2.2
OSGi Environments

Uses of Class
org.restlet.ext.oauth.GrantType

Packages that use GrantType
org.restlet.ext.oauth Support for OAuth 2.0 HTTP authentication. 
 

Uses of GrantType in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return GrantType
protected  GrantType AccessTokenServerResource.getGrantType(Form params)
          Get request parameter "grant_type".
static GrantType GrantType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrantType[] GrantType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.ext.oauth with parameters of type GrantType
protected  void AccessTokenServerResource.ensureGrantTypeAllowed(org.restlet.ext.oauth.internal.Client client, GrantType grantType)
           
 OAuthParameters OAuthParameters.grantType(GrantType grantType)
           
 


Restlet Framework 2.2.2
OSGi Environments

Copyright © 2005-2014 Restlet.