| Package | Description |
|---|---|
| net.oauth2 | |
| net.oauth2.client.http |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessToken
A Java object model binding for the standard OAuth 2 access token format.
|
class |
AccessTokenGrantRequest
The basis OAuth access token grant request type.
|
class |
AuthorizationCodeGrantRequest
Models the "authorization_code" type of oauth token grant requests.
|
class |
ClientCredentialsGrantRequest
Models the "client_credentials" type of oauth token grant requests.
|
class |
PasswordCredentialsGrantRequest
Models the "password" type of oauth token grant requests.
|
class |
ProtocolError
Models oauth-2 standard protocol error payload
https://tools.ietf.org/html/rfc6749#section-4.1.2.1
|
class |
RefreshTokenGrantRequest
Models the "refresh_token" type of oauth grant requests.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ParametersMap> |
FormEncodeDataBinding.encode(T bag,
Map<String,WwwFormUrlEncodedCodec.Serializer> serializersMappings)
Encodes a parameters map grant/token payload into www.form-encode string
|
Copyright © 2017. All rights reserved.