See: Description
Interface | Description |
---|---|
AppSettingsTuner |
An interface to provide a way to tune
OAuthAppSettings |
SessionResolver | |
UserProfileService |
Implementation will provide generic service around
UserProfile for a given Provider |
UserSessionRepositoryResolver |
Implementation should provide a way to retrieve the current (active)
UserSessionRepository |
Class | Description |
---|---|
ProviderApiService |
Abstract base class for all Provider high level REST API calls.
|
ProviderConfig |
Root of all providers services configuration
|
ProviderConfigOauth |
Root of all OAuth providers services configuration
|
ProviderConfigOauth10a |
Default Provider configuration implementing the OAuth protocol, version 1.0a
This class is meant to be extended by concrete implementations of the Provider configuration,
providing the endpoints and endpoint-http-verbs.
|
ProviderConfigOauth20 |
Default Provider configuration implementing the OAuth protocol, version 2.0 (draft 11)
This class is meant to be extended by concrete implementations of the API,
providing the endpoints and endpoint-http-verbs.
|
ProviderConfigOauth20Final |
Default Provider configuration implementing the OAuth protocol, version 2.0 final
This class is meant to be extended by concrete implementations of the API,
providing the endpoints and endpoint-http-verbs.
|
UserProfile |
Generic abstract class to define a basic user information
|
Enum | Description |
---|---|
ProviderConfigOauth.SignaturePlace |
Places where signature could be stored in
OAuthRequest for OAuth 1.0a |
Copyright © 2012-2013. All Rights Reserved.