Package | Description |
---|---|
org.agorava.api.oauth.application |
This package contains all class related to OAuth application settings
|
org.agorava.spi |
Contains all Agorava's Service Provider Interface that has to be extended for each provider module
|
Class and Description |
---|
OAuthAppSettings
Configuration settings needed to access to an OAuth 1.0a and 2.0 service tier.
|
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 . |
Param
Support annotation to transport additional parameter for
OAuthApplication annotation helping configuring the final
OAuthAppSettingsBuilder |
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 |
Class and Description |
---|
OAuthAppSettings
Configuration settings needed to access to an OAuth 1.0a and 2.0 service tier.
|
Copyright © 2012-2013. All Rights Reserved.