|
Restlet Framework 2.2.3 Java Enterprise Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.3 Java Enterprise Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |