- ACCESS_TOKEN - Static variable in interface org.agorava.AgoravaConstants
-
Access Token field name in OAuth request
- accessToken(Token) - Method in class org.agorava.api.oauth.OAuthSession.Builder
-
Set the OAuth Access token for the session
- add(String, String) - Method in interface org.agorava.api.rest.HttpParameters
-
Create a param from key value and add it to the list
- add(T) - Method in interface org.agorava.api.storage.Repository
-
Add the given element
- addAll(HttpParameters) - Method in interface org.agorava.api.rest.HttpParameters
-
Merge another HttpParameters in this list
- addBodyParameter(String, String) - Method in interface org.agorava.api.rest.Request
-
Add a body Parameter (for POST/ PUT Requests)
- addBodyParameters(Map<String, ? extends Object>) - Method in interface org.agorava.api.rest.Request
-
Add Body parameters from a map
- addHeader(String, String) - Method in interface org.agorava.api.rest.Request
-
Add an HTTP HEADER to the Request
- addMap(Map<String, ? extends Object>) - Method in interface org.agorava.api.rest.HttpParameters
-
Add a map to this param list
- addOAuthParameter(String, String) - Method in interface org.agorava.api.oauth.OAuthRequest
-
Adds an OAuth parameter to the request.
- addPayload(String) - Method in interface org.agorava.api.rest.Request
-
Add body payload from a String
- addPayload(byte[]) - Method in interface org.agorava.api.rest.Request
-
Add body payload from an Array of bytes
- addQuerystring(String) - Method in interface org.agorava.api.rest.HttpParameters
-
Add a Query String in this param list.
- addQuerystringParameter(String, String) - Method in interface org.agorava.api.rest.Request
-
Add a QueryString parameter
- AgoravaConstants - Interface in org.agorava
-
This interface contains OAuth and other Agorava constants
- AgoravaContext - Class in org.agorava
-
Class containing configuration for Agorava.
- AgoravaContext() - Constructor for class org.agorava.AgoravaContext
-
Default protected constructor to prevent instantiation of this class
- AgoravaException - Exception in org.agorava.api.exception
-
Default Agorava exception.
- AgoravaException(String, Exception) - Constructor for exception org.agorava.api.exception.AgoravaException
-
Default constructor
- AgoravaException(String) - Constructor for exception org.agorava.api.exception.AgoravaException
-
No-exception constructor.
- AgoravaException(Exception) - Constructor for exception org.agorava.api.exception.AgoravaException
-
No-message constructor.
- API_KEY - Static variable in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
key label for the consumer key of the OAuth application
- API_SECRET - Static variable in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
key label for the consumer secret of the OAuth application
- apiKey(String) - Method in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
Set the Social Media application consumer key
- apiKey(String) - Method in class org.agorava.api.oauth.application.SimpleOAuthAppSettingsBuilder
-
- apiSecret(String) - Method in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
Set the Social Media application secret key
- apiSecret(String) - Method in class org.agorava.api.oauth.application.SimpleOAuthAppSettingsBuilder
-
- AppSettingsTuner - Interface in org.agorava.spi
-
- asFormUrlEncodedString() - Method in interface org.agorava.api.rest.HttpParameters
-
- asOauthBaseString() - Method in interface org.agorava.api.rest.HttpParameters
-
- asUrl(String) - Method in interface org.agorava.api.rest.HttpParameters
-
Append the list to an URL
- CALLBACK - Static variable in interface org.agorava.AgoravaConstants
-
Call Back Url field name in OAuth request
- CALLBACK - Static variable in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
key label for the call back url to send to of the tier service
- callback(String) - Method in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
Set the Callback for the application
- callback(String) - Method in class org.agorava.api.oauth.application.SimpleOAuthAppSettingsBuilder
-
Set the Callback for the application
- CALLBACK_URL - Static variable in interface org.agorava.AgoravaConstants
-
default OAuth Callback relative url to send user when returning from OAuth service.
- checkEmptyString(String, String) - Static method in class org.agorava.api.service.Preconditions
-
Checks that a string is not null or empty
- checkNotNull(Object, String) - Static method in class org.agorava.api.service.Preconditions
-
Checks that an object is not null.
- checkValidOAuthCallback(String, String) - Static method in class org.agorava.api.service.Preconditions
-
Checks that a URL is a valid OAuth callback
- checkValidUrl(String, String) - Static method in class org.agorava.api.service.Preconditions
-
Checks that a URL is valid
- CLIENT_ID - Static variable in interface org.agorava.AgoravaConstants
-
Client Id field name in OAuth request
- CLIENT_SECRET - Static variable in interface org.agorava.AgoravaConstants
-
Client Secret field name in OAuth request
- CODE - Static variable in interface org.agorava.AgoravaConstants
-
Return code field name in OAuth request
- ConnectionException - Exception in org.agorava.api.exception
-
Low level exception in Rest attempt to connect to tier service
- ConnectionException(Exception) - Constructor for exception org.agorava.api.exception.ConnectionException
-
Default constructor
- CONSUMER_KEY - Static variable in interface org.agorava.AgoravaConstants
-
Consumer key field name in OAuth request
- CONSUMER_SECRET - Static variable in interface org.agorava.AgoravaConstants
-
Consumer secret key field name in OAuth request
- createNew() - Method in interface org.agorava.api.storage.GlobalRepository
-
Create a new element and set it as current
- Current - Annotation Type in org.agorava.api.atinject
-
Qualifier to distinguish the current
OAuthSession
in a multiple
OAuthSession
context
- GenericBean - Annotation Type in org.agorava.api.atinject
-
This qualifier is used to mark Class to indicate that it should be used to generate differrent beans for each
ProviderRelated
Qualifier.
- get(String, Class<T>, boolean) - Method in interface org.agorava.api.oauth.OAuthService
-
Perform a conditionally signed REST get command and return an object of the provided class
- get(String, Class<T>) - Method in interface org.agorava.api.rest.RestService
-
Perform a REST Get command and return an object of the provided class
- get(String, Class<T>, Object...) - Method in interface org.agorava.api.rest.RestService
-
Perform a REST get command with given parameters to put in the given URI and return an object of the provided class
- get(String) - Method in interface org.agorava.api.storage.Repository
-
Return element with the given id
- getAccessToken() - Method in interface org.agorava.api.oauth.OAuthService
-
- getAccessToken(Token, String) - Method in interface org.agorava.api.oauth.OAuthService
-
Returns the Oauth access token from request token and verifier
- getAccessToken(Token, Verifier) - Method in interface org.agorava.api.oauth.OAuthService
-
Retrieve the access token
- getAccessToken() - Method in class org.agorava.api.oauth.OAuthSession
-
- getAccessTokenEndpoint() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the URL that receives the access token requests.
- getAccessTokenEndpoint() - Method in class org.agorava.spi.ProviderConfigOauth20
-
Returns the URL that receives the access token requests.
- getAccessTokenExtractor() - Method in class org.agorava.spi.ProviderConfigOauth
-
Returns the access token extractor.
- getAccessTokenExtractor() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the access token extractor.
- getAccessTokenExtractor() - Method in class org.agorava.spi.ProviderConfigOauth20
-
Returns the access token extractor.
- getAccessTokenExtractor() - Method in class org.agorava.spi.ProviderConfigOauth20Final
-
Returns the access token extractor.
- getAccessTokenVerb() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the verb for the access token endpoint (defaults to POST)
- getAccessTokenVerb() - Method in class org.agorava.spi.ProviderConfigOauth20
-
Returns the verb for the access token endpoint (defaults to GET)
- getAccessTokenVerb() - Method in class org.agorava.spi.ProviderConfigOauth20Final
-
Returns the verb for the access token endpoint (defaults to GET)
- getAll() - Method in interface org.agorava.api.storage.Repository
-
- getAllActiveSessions() - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
- getAllSessions() - Method in interface org.agorava.api.storage.GlobalRepository
-
- getApiKey() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getApiSecret() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getAuthorizationUrl() - Method in interface org.agorava.api.oauth.OAuthService
-
Returns the url to the OAuth service to ask an authorization to access the service.
- getAuthorizationUrl(Token) - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the URL where you should redirect your users to authenticate
your application.
- getAuthorizationUrl(OAuthAppSettings) - Method in class org.agorava.spi.ProviderConfigOauth20
-
Returns the URL where you should redirect your users to authenticate
your application.
- getBaseStringExtractor() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the base string extractor.
- getBody() - Method in interface org.agorava.api.rest.Response
-
Obtains the HTTP Response body
- getBodyContents() - Method in interface org.agorava.api.rest.Request
-
Returns the body of the request
- getBodyParams() - Method in interface org.agorava.api.rest.Request
-
- getCallback() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getCharset() - Method in interface org.agorava.api.rest.Request
-
Returns the connection charset.
- getCode() - Method in interface org.agorava.api.rest.Response
-
Obtains the HTTP status code
- getCompleteUrl() - Method in interface org.agorava.api.rest.Request
-
Returns the complete url (host + resource + encoded querystring parameters).
- getCurrent() - Method in interface org.agorava.api.storage.Repository
-
- getCurrentRepository() - Method in interface org.agorava.spi.UserSessionRepositoryResolver
-
- getCurrentService() - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
- getCurrentSession() - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
- getCurrentSession(UserSessionRepository) - Method in interface org.agorava.spi.SessionResolver
-
- getCurrentUserProfileService() - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
- getEventData() - Method in class org.agorava.api.event.SocialEvent
-
- getExtraData() - Method in class org.agorava.api.oauth.OAuthSession
-
- getFullName() - Method in class org.agorava.spi.UserProfile
-
- getHeader(String) - Method in interface org.agorava.api.rest.Response
-
Obtains a single HTTP HEADER value, or null if undefined
- getHeaderExtractor() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the header extractor.
- getHeaders() - Method in interface org.agorava.api.rest.Request
-
Returns the connection headers as a
Map
- getHeaders() - Method in interface org.agorava.api.rest.Response
-
Obtains a
Map
containing the HTTP Response Headers
- getId() - Method in class org.agorava.api.oauth.OAuthSession
- getId() - Method in interface org.agorava.api.storage.Identifiable
-
- getId() - Method in class org.agorava.spi.UserProfile
-
Permanent identifier against the social relationship for the life-time of the network account
- getInstance() - Static method in class org.agorava.api.atinject.BeanResolver
-
- getInternalCallBack() - Static method in class org.agorava.AgoravaContext
-
- getJsonMapper() - Method in interface org.agorava.api.oauth.OAuthService
-
- getLabel() - Method in enum org.agorava.api.oauth.OAuth.OAuthVersion
-
- getListOfServices() - Static method in class org.agorava.AgoravaContext
-
- getMessage() - Method in class org.agorava.api.event.SocialEvent
-
- getName() - Method in class org.agorava.api.oauth.OAuthSession
-
- getNonce() - Method in interface org.agorava.api.service.TimestampService
-
Returns a nonce (unique value for each request)
- getOauthParameters() - Method in interface org.agorava.api.oauth.OAuthRequest
-
Returns the
Map
containing the key-value pair of parameters.
- getOAuthVersion() - Method in class org.agorava.spi.ProviderConfigOauth
-
- getOAuthVersion() - Method in class org.agorava.spi.ProviderConfigOauth10a
- getOAuthVersion() - Method in class org.agorava.spi.ProviderConfigOauth20
- getOAuthVersion() - Method in class org.agorava.spi.ProviderConfigOauth20Final
- getProducerScope() - Static method in class org.agorava.AgoravaContext
-
- getProfileImageUrl() - Method in class org.agorava.spi.UserProfile
-
- getProviderAnnotation() - Method in class org.agorava.spi.ProviderConfig
-
- getProviderName() - Method in class org.agorava.spi.ProviderConfig
-
- getQualifier() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getQualifierToService() - Static method in class org.agorava.AgoravaContext
-
- getQueryStringParams() - Method in interface org.agorava.api.rest.Request
-
- getRepo() - Method in class org.agorava.api.oauth.OAuthSession
-
- getRequest() - Method in interface org.agorava.api.rest.Response
-
- getRequestToken() - Method in interface org.agorava.api.oauth.OAuthService
-
Returns an OAuth request token to initiate an OAuth connection.
- getRequestToken() - Method in class org.agorava.api.oauth.OAuthSession
-
- getRequestTokenEndpoint() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the URL that receives the request token requests.
- getRequestTokenExtractor() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the request token extractor.
- getRequestTokenVerb() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the verb for the request token endpoint (defaults to POST)
- getResponse() - Method in exception org.agorava.api.exception.ResponseException
-
- getSanitizedUrl() - Method in interface org.agorava.api.rest.Request
-
Returns the URL without the port and the query string part.
- getScope() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getSecret() - Method in class org.agorava.api.oauth.Token
-
- getService() - Method in class org.agorava.spi.ProviderApiService
-
- getServiceName() - Method in class org.agorava.api.oauth.OAuthSession
-
- getServiceQualifier() - Method in class org.agorava.api.oauth.OAuthSession
-
- getServicesToQualifier() - Static method in class org.agorava.AgoravaContext
-
- getSession() - Method in interface org.agorava.api.oauth.OAuthService
-
- getSession() - Method in class org.agorava.spi.ProviderApiService
-
- getSignature(String, String, String) - Method in interface org.agorava.api.service.SignatureService
-
Returns the signature
- getSignatureMethod() - Method in interface org.agorava.api.service.SignatureService
-
- getSignaturePlace() - Method in class org.agorava.spi.ProviderConfigOauth
-
- getSignatureService() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the signature service.
- getSocialMediaName() - Method in class org.agorava.api.oauth.application.OAuthAppSettings
-
- getSocialMediaName() - Method in interface org.agorava.api.rest.RestService
-
Returns the name/type of the Social Network we're connected to
- getSocialRelated() - Static method in class org.agorava.AgoravaContext
-
- getStatus() - Method in class org.agorava.api.event.SocialEvent
-
- getStream() - Method in interface org.agorava.api.rest.Response
-
Obtains the meaningful stream of the HttpUrlConnection, either inputStream
or errorInputStream, depending on the status code
- getTimestampInSeconds() - Method in interface org.agorava.api.service.TimestampService
-
Returns the unix epoch timestamp in seconds
- getTimestampService() - Method in class org.agorava.spi.ProviderConfigOauth10a
-
Returns the timestamp service.
- getToken() - Method in class org.agorava.api.oauth.Token
-
- getUrl() - Method in interface org.agorava.api.rest.Request
-
Obtains the URL of the HTTP Request.
- getUserProfile() - Method in class org.agorava.api.oauth.OAuthSession
-
- getUserProfile() - Method in interface org.agorava.spi.UserProfileService
-
- getValue() - Method in class org.agorava.api.oauth.Verifier
-
- getVerb() - Method in interface org.agorava.api.rest.Request
-
Returns the HTTP Verb
- getVerifier() - Method in interface org.agorava.api.oauth.OAuthService
-
Access to OAuth verifier
- getVerifier() - Method in class org.agorava.api.oauth.OAuthSession
-
- getVerifierParamName() - Method in interface org.agorava.api.oauth.OAuthService
-
Gives the OAuth verifier parameter name
- getVerifierParamName() - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
return the name of the parameter for the verifier (OAuth 1.0a) or code (OAuth 2.0) returned by the provider in the
callback
- getVersion() - Method in interface org.agorava.api.oauth.OAuthService
-
Gives the OAuth version of the provider
- GlobalRepository - Interface in org.agorava.api.storage
-
Represents a Repository containing data for all OAuth connexion in the application
- OAuth - Annotation Type in org.agorava.api.oauth
-
Qualifier to distinguish different implementations of services or helpers regarding OAuth version or OAuth 2.0 flavor
- OAuth.OAuthVersion - Enum in org.agorava.api.oauth
-
The different values of OAuth
- OAuthApplication - Annotation Type in org.agorava.api.oauth.application
-
- OAuthAppSettings - Class in org.agorava.api.oauth.application
-
Configuration settings needed to access to an OAuth 1.0a and 2.0 service tier.
- OAuthAppSettingsBuilder - Interface in org.agorava.api.oauth.application
-
- OAuthComplete - Class in org.agorava.api.event
-
Event sent at the end of OAuth authentication cycle containing the new
OAuthSession
- OAuthComplete(SocialEvent.Status, String, OAuthSession) - Constructor for class org.agorava.api.event.OAuthComplete
-
- OAuthEncoder - Class in org.agorava.api.service
-
Utility class to encode and decode string for OAuth Format
- OAuthLifeCycleService - Interface in org.agorava.api.service
-
Main entry point for Agorava.
- OAuthParametersMissingException - Exception in org.agorava.api.exception
-
Specialized exception that represents a missing OAuth parameter.
- OAuthParametersMissingException(OAuthRequest) - Constructor for exception org.agorava.api.exception.OAuthParametersMissingException
-
Default constructor.
- OAuthRequest - Interface in org.agorava.api.oauth
-
Extends
Request
to add OAuth specific
- OAuthService - Interface in org.agorava.api.oauth
-
Provides all Oauth Services
- OAuthSession - Class in org.agorava.api.oauth
-
Contains user data for a session connection to a given
OAuthService
.
- OAuthSession.Builder - Class in org.agorava.api.oauth
-
- OAuthSession.Builder() - Constructor for class org.agorava.api.oauth.OAuthSession.Builder
-
- OAuthSignatureException - Exception in org.agorava.api.exception
-
Specialized exception that represents a problem in OAuth signature
- OAuthSignatureException(String, Exception) - Constructor for exception org.agorava.api.exception.OAuthSignatureException
-
Default constructor
- objectToJsonString(Object) - Method in interface org.agorava.api.service.JsonMapperService
-
Transforms an object to a JSON string
- org.agorava - package org.agorava
-
Contains transverse and context configuration elements
- org.agorava.api.atinject - package org.agorava.api.atinject
-
This package contains general JSR 330 Qualifier and associated annotations.
- org.agorava.api.event - package org.agorava.api.event
-
This package contains all the events used by Agorava CDI implementation but could be used elsewhere since it doesn't have
CDI or JSR 330 dependency
- org.agorava.api.exception - package org.agorava.api.exception
-
This package contains all the Agorava specific exception
- org.agorava.api.extractor - package org.agorava.api.extractor
-
This package contains different
Extractor
used in Agorava
- org.agorava.api.oauth - package org.agorava.api.oauth
-
This package contains API elements to manage interactions with generic OAuth services
- org.agorava.api.oauth.application - package org.agorava.api.oauth.application
-
This package contains all class related to OAuth application settings
- org.agorava.api.rest - package org.agorava.api.rest
-
This package contains all the Agorava Rest client framework
- org.agorava.api.service - package org.agorava.api.service
-
Agorava miscellaneous services and utilities
- org.agorava.api.storage - package org.agorava.api.storage
-
This package contains storage API for Agorava
- org.agorava.spi - package org.agorava.spi
-
Contains all Agorava's Service Provider Interface that has to be extended for each provider module
- OUT_OF_BAND - Static variable in interface org.agorava.AgoravaConstants
-
Special "Out Of Band" Call back for non Web app
- SCOPE - Static variable in interface org.agorava.AgoravaConstants
-
Scope field name in OAuth request
- SCOPE - Static variable in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
key label for the scope of the OAuth application
- scope(String) - Method in interface org.agorava.api.oauth.application.OAuthAppSettingsBuilder
-
Set the OAuth 2.0 scope for the application
- scope(String) - Method in class org.agorava.api.oauth.application.SimpleOAuthAppSettingsBuilder
-
- send(RequestTuner) - Method in interface org.agorava.api.rest.Request
-
Execute the request and return a
Response
- send() - Method in interface org.agorava.api.rest.Request
-
Execute the request and return a
Response
- sendSignedRequest(Verb, String) - Method in interface org.agorava.api.oauth.OAuthService
-
Send an OAuth request signed without any parameter
- sendSignedRequest(Verb, String, Map<String, ?>) - Method in interface org.agorava.api.oauth.OAuthService
-
Send an OAuth request signed with a list a parameter
- sendSignedRequest(Verb, String, String, Object) - Method in interface org.agorava.api.oauth.OAuthService
-
Send an OAuth request signed with a single parameter
- sendSignedRequest(OAuthRequest) - Method in interface org.agorava.api.oauth.OAuthService
-
Signs and sends a simple request
- sendSignedXmlRequest(Verb, String, String) - Method in interface org.agorava.api.oauth.OAuthService
-
Send an OAuth request signed with an XML Payload as content
- SessionResolver - Interface in org.agorava.spi
-
- setAccessToken(Token) - Method in interface org.agorava.api.oauth.OAuthService
-
Set the Access Token with for an OAuth access
- setAccessToken(String, String) - Method in interface org.agorava.api.oauth.OAuthService
-
Initialize and set an OAuth access token from its and private keys
- setAccessToken(Token) - Method in class org.agorava.api.oauth.OAuthSession
-
- setCharset(String) - Method in interface org.agorava.api.rest.Request
-
Set the charset of the body of the request
- setConnectionKeepAlive(boolean) - Method in interface org.agorava.api.rest.Request
-
Sets whether the underlying Http Connection is persistent or not.
- setConnectTimeout(int, TimeUnit) - Method in interface org.agorava.api.rest.Request
-
- setCurrent(T) - Method in interface org.agorava.api.storage.Repository
-
Set the current element
- setCurrent(String) - Method in interface org.agorava.api.storage.Repository
-
Look for element with the given id, set it as current and return it
- setCurrentSession(OAuthSession) - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
Makes the given OAuth session the current session
- setReadTimeout(int, TimeUnit) - Method in interface org.agorava.api.rest.Request
-
- setRepo(UserSessionRepository) - Method in class org.agorava.api.oauth.OAuthSession
-
Attach this Session the given Repository
- setRequestToken(Token) - Method in class org.agorava.api.oauth.OAuthSession
-
- setUserProfile(UserProfile) - Method in class org.agorava.api.oauth.OAuthSession
-
- setVerifier(String) - Method in interface org.agorava.api.oauth.OAuthService
-
Used to initialize verifier code returned by OAuth service
- setVerifier(String) - Method in class org.agorava.api.oauth.OAuthSession
-
- SIGN_METHOD - Static variable in interface org.agorava.AgoravaConstants
-
Signature method field name in OAuth request
- SIGNATURE - Static variable in interface org.agorava.AgoravaConstants
-
Signature field name in OAuth request
- SignatureService - Interface in org.agorava.api.service
-
Signs a base string, returning the OAuth signature
- SignatureType - Annotation Type in org.agorava.api.service
-
- SignatureType.Type - Enum in org.agorava.api.service
-
- signRequest(Token, OAuthRequest) - Method in interface org.agorava.api.oauth.OAuthService
-
Sign an OAuthRequest in order to make it valid for targeted service
- SimpleOAuthAppSettingsBuilder - Class in org.agorava.api.oauth.application
- SimpleOAuthAppSettingsBuilder() - Constructor for class org.agorava.api.oauth.application.SimpleOAuthAppSettingsBuilder
-
- size() - Method in interface org.agorava.api.rest.HttpParameters
-
- SocialEvent<T> - Class in org.agorava.api.event
-
Generic event for all Agorava Event.
- SocialEvent(SocialEvent.Status, String, T) - Constructor for class org.agorava.api.event.SocialEvent
-
- SocialEvent.Status - Enum in org.agorava.api.event
-
Status of the Event
- startDanceFor(String) - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
OAuth Dance entry point.
- startDanceFor(String, String) - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
OAuth Dance entry point.
- startDanceFor(Annotation) - Method in interface org.agorava.api.service.OAuthLifeCycleService
-
OAuth dance entry point.
- StatusUpdated - Class in org.agorava.api.event
-
Event sent after a status update
- StatusUpdated(SocialEvent.Status, String, Object) - Constructor for class org.agorava.api.event.StatusUpdated
-
- StringExtractor - Interface in org.agorava.api.extractor
-
Extracts an OAuth 1.0a url-encoded base string from the
OAuthRequest
.
- StringUtils - Class in org.agorava.api.service
-
- valueOf(String) - Static method in enum org.agorava.api.event.SocialEvent.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.agorava.api.extractor.ExtractorType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.agorava.api.oauth.OAuth.OAuthVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.agorava.api.rest.Verb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.agorava.api.service.SignatureType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.agorava.spi.ProviderConfigOauth.SignaturePlace
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.agorava.api.event.SocialEvent.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.agorava.api.extractor.ExtractorType.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.agorava.api.oauth.OAuth.OAuthVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.agorava.api.rest.Verb
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.agorava.api.service.SignatureType.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.agorava.spi.ProviderConfigOauth.SignaturePlace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Verb - Enum in org.agorava.api.rest
-
An enumeration containing HTTP Verbs.
- VERIFIER - Static variable in interface org.agorava.AgoravaConstants
-
Returned Verifier field name in OAuth request
- verifier(String) - Method in class org.agorava.api.oauth.OAuthSession.Builder
-
Set the OAuth Verifier (OAuth 1.0a) or Code (OAuth 2.0a) returned by the provider in the callback
- Verifier - Class in org.agorava.api.oauth
-
Represents an OAuth verifier code.
- Verifier(String) - Constructor for class org.agorava.api.oauth.Verifier
-
Default constructor.
- VERSION - Static variable in interface org.agorava.AgoravaConstants
-
OAuth Version field name in OAuth request