See: Description
| Interface | Description |
|---|---|
| OAuthAppSettingsBuilder |
Builder for an
OAuthAppSettings can be initialized directly from
fields name or from an Array of Param in case of Annotation configuration with OAuthApplication. |
| Class | Description |
|---|---|
| OAuthAppSettings |
Configuration settings needed to access to an OAuth 1.0a and 2.0 service tier.
|
| PropertyOAuthAppSettingsBuilder |
This Builder creates a
OAuthAppSettings from a ResourceBundle
The bundle name is "agorava" ("agorava.properties" filename) by default but can be customized through (String)
keys in the file must be :
apiKey
apiSecret
callback
scope
You can configure a prefix for the key with PropertyOAuthAppSettingsBuilder.prefix(String). |
| SimpleOAuthAppSettingsBuilder |
| Annotation Type | Description |
|---|---|
| OAuthApplication |
This annotation is used to produce
OAuthAppSettings in code |
| Param |
Support annotation to transport additional parameter for
OAuthApplication annotation helping configuring the final
OAuthAppSettingsBuilder |
Copyright © 2012-2013. All Rights Reserved.