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
|
Modifier and Type | Method and Description |
---|---|
OAuthAppSettings |
SimpleOAuthAppSettingsBuilder.build() |
OAuthAppSettings |
PropertyOAuthAppSettingsBuilder.build()
Builds the
OAuthAppSettings |
OAuthAppSettings |
OAuthAppSettingsBuilder.build()
Builds the
OAuthAppSettings |
Modifier and Type | Method and Description |
---|---|
OAuthAppSettingsBuilder |
SimpleOAuthAppSettingsBuilder.readFromSettings(OAuthAppSettings settings) |
OAuthAppSettingsBuilder |
OAuthAppSettingsBuilder.readFromSettings(OAuthAppSettings settings)
Set builder params from an existing
OAuthAppSettings |
Modifier and Type | Method and Description |
---|---|
OAuthAppSettings |
AppSettingsTuner.tune(OAuthAppSettings toTune)
The tuning method
|
Modifier and Type | Method and Description |
---|---|
abstract String |
ProviderConfigOauth20.getAuthorizationUrl(OAuthAppSettings config)
Returns the URL where you should redirect your users to authenticate
your application.
|
OAuthAppSettings |
AppSettingsTuner.tune(OAuthAppSettings toTune)
The tuning method
|
Copyright © 2012-2013. All Rights Reserved.