Package | Description |
---|---|
org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
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 |
---|---|
static OAuth.OAuthVersion |
OAuth.OAuthVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth.OAuthVersion[] |
OAuth.OAuthVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OAuth.OAuthVersion |
ProviderConfigOauth20Final.getOAuthVersion() |
OAuth.OAuthVersion |
ProviderConfigOauth20.getOAuthVersion() |
OAuth.OAuthVersion |
ProviderConfigOauth10a.getOAuthVersion() |
abstract OAuth.OAuthVersion |
ProviderConfigOauth.getOAuthVersion() |
Copyright © 2012-2013. All Rights Reserved.