| Interface | Description |
|---|---|
| DataBindingProvider<O> |
An abstraction for the data binding operations performed by
TokenServiceHttpClient.
|
| TokenServiceHttpClient |
An interface to implementations encapsulating the HTTP transport
communication to an Authorization Server Token Service, and the conversion
between the HTTP request/response payloads and this client's Java object
model for authorization grant's and access tokens.
|
| Class | Description |
|---|---|
| FormEncodeDataBinding |
A www.form-encode codec for oauth payloads posted to OAuth Token Service.
|
| FormEncodeDataBinding.CollectionDeserializer<T> |
Deserizalizer for scope strings into collection.
|
| FormEncodeDataBinding.CollectionSerializer<T> |
Collection serializer for grant/token scopes that uses whitespace as delimeter.
|
| ResourceOAuthHeader |
Utility class for formatting OAuth HTTP request headers
|
Copyright © 2017. All rights reserved.