A C D E G H I M O R S T U V

A

addBodyParameter(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Add a body Parameter (for POST/ PUT Requests)
addHeader(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Add an HTTP Header to the Request
addOAuthParameter(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Adds an OAuth parameter.
addPayload(String) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Add body payload.
addQuerystringParameter(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Add a QueryString parameter
addService(OAuthService) - Method in interface org.jboss.seam.social.MultiServicesManager
Add a service to the Set of services to manage

C

ConfigureOAuth - Annotation Type in org.jboss.seam.social.oauth
An annotation to set OAuthService directly in the code It can be used like this :

connectCurrentService() - Method in interface org.jboss.seam.social.MultiServicesManager
Connect the current service at the end of the OAuth process

D

destroyCurrentService() - Method in interface org.jboss.seam.social.MultiServicesManager
Disconnect the current service and remove it from Set of managed service.

E

equals(Object) - Method in class org.jboss.seam.social.UserProfile
 

G

getAccessToken(OAuthToken, String) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
This method retrieves the Oauth access token from request token and verifier
getAccessToken() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getAccessToken() - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
getApiKey() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getApiSecret() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getAuthorizationUrl(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Generates the OAuth authorization URL from the given request Token.
getAuthorizationUrl() - Method in interface org.jboss.seam.social.oauth.OAuthService
Returns the url to the OAuth service to ask an authorization to access the service.
getBody() - Method in interface org.jboss.seam.social.HttpResponse
 
getBodyContents() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Returns the URL without the port and the query string part.
getBodyParams() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Obtains a Map of the body parameters.
getCallback() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getCode() - Method in interface org.jboss.seam.social.HttpResponse
 
getCurrentService() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getFullName() - Method in class org.jboss.seam.social.UserProfile
 
getHeader(String) - Method in interface org.jboss.seam.social.HttpResponse
 
getHeaders() - Method in interface org.jboss.seam.social.HttpResponse
 
getHeaders() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Returns the connection headers as a Map
getId() - Method in class org.jboss.seam.social.UserProfile
Permanent identifier against the social relationship for the life-time of the network account
getListOfServices() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getMyProfile() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getName() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getNewService(String) - Method in interface org.jboss.seam.social.MultiServicesManager
Instantiate a new service from a Service String name
getOauthParameters() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Returns the Map containing the key-value pair of parameters.
getProfileImageUrl() - Method in class org.jboss.seam.social.UserProfile
 
getQueryStringParams() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Get a Map of the query string parameters.
getRequestToken() - Method in interface org.jboss.seam.social.oauth.OAuthProvider
This method retrieves an OAuth request token to initiate an OAuth connection.
getRequestToken() - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
getSanitizedUrl() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Returns the URL without the port and the query string part.
getScope() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getSecret() - Method in interface org.jboss.seam.social.oauth.OAuthToken
 
getServiceLogo() - Method in interface org.jboss.seam.social.oauth.OAuthService
Returns the logo of the service
getServiceName() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getServices() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getSession() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getSettings() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getStatus() - Method in interface org.jboss.seam.social.HasStatus
 
getStream() - Method in interface org.jboss.seam.social.HttpResponse
 
getToken() - Method in interface org.jboss.seam.social.oauth.OAuthToken
 
getType() - Method in interface org.jboss.seam.social.oauth.OAuthService
Returns the name/type of the Social Network we're connected to
getUrl() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Obtains the URL of the HTTP Request.
getVerb() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Returns the HTTP Verb
getVerifier() - Method in interface org.jboss.seam.social.oauth.OAuthService
Access to OAuth verifier
getVerifier() - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
getVerifierParamName() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getVersion() - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Gives the OAuth version of the provider

H

hashCode() - Method in class org.jboss.seam.social.UserProfile
 
HasStatus - Interface in org.jboss.seam.social
Social network Handler implementing this interface will support status update
HttpResponse - Interface in org.jboss.seam.social
Implementation of this interface represent an Http Response

I

id - Variable in class org.jboss.seam.social.UserProfile
 
initAccessToken() - Method in interface org.jboss.seam.social.oauth.OAuthService
Initialize the OAuth access token after the service gave an authorization with the Verifier
initNewService(String) - Method in interface org.jboss.seam.social.MultiServicesManager
Instantiate a new Service which become the new current service
initProvider(OAuthServiceSettings) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Initializes the provider with the given settings containing OAuth api key andapi secret
isConnected() - Method in interface org.jboss.seam.social.oauth.OAuthService
Returns the status of this ServiceHndler
isCurrentServiceConnected() - Method in interface org.jboss.seam.social.MultiServicesManager
 

M

MultiServicesManager - Interface in org.jboss.seam.social
Implementation of this interface allow to manage multiple OAuth connection.

O

OAuthProvider - Interface in org.jboss.seam.social.oauth
 
OAuthRequest - Interface in org.jboss.seam.social.oauth
Implementation of this interface Represent an OAuth Request
OAuthService - Interface in org.jboss.seam.social.oauth
Implementation of this interface is used to manage a generic OAuth Service
OAuthServiceSettings - Interface in org.jboss.seam.social.oauth
Interface for model containing settings needed to access to an OAuth 1.0a service It's used by OAuthService to setup connection to OAuth Service
OAuthSessionSettings - Interface in org.jboss.seam.social.oauth
Instances of this interface contains data for a session connection to a given service.
OAuthToken - Interface in org.jboss.seam.social.oauth
Implementation of this interface represents an OAuth Token
org.jboss.seam.social - package org.jboss.seam.social
 
org.jboss.seam.social.cdi - package org.jboss.seam.social.cdi
 
org.jboss.seam.social.oauth - package org.jboss.seam.social.oauth
 

R

RelatedTo - Annotation Type in org.jboss.seam.social.cdi
 
RelatedTo.RelatedToLiteral - Class in org.jboss.seam.social.cdi
Annotation literal for @{link RelatedTo} qualifier.
RelatedTo.RelatedToLiteral(String) - Constructor for class org.jboss.seam.social.cdi.RelatedTo.RelatedToLiteral
 
requestFactory(RestVerb, String) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Creates an OAuthRequest with the given Rest Verb and uri
resetConnection() - Method in interface org.jboss.seam.social.oauth.OAuthService
Close connexion and reset all token (logout)
RestVerb - Enum in org.jboss.seam.social
Enum containing the verb used in REST request.

S

SeamSocialException - Exception in org.jboss.seam.social
Exception linked to the framework
SeamSocialException(String, Throwable) - Constructor for exception org.jboss.seam.social.SeamSocialException
 
SeamSocialException(String) - Constructor for exception org.jboss.seam.social.SeamSocialException
 
SeamSocialException(Throwable) - Constructor for exception org.jboss.seam.social.SeamSocialException
 
send() - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Execute the request and return a HttpResonse
sendSignedRequest(RestVerb, String) - Method in interface org.jboss.seam.social.oauth.OAuthService
Send an OAuth request signed without any parameter
sendSignedRequest(RestVerb, String, Map<String, Object>) - Method in interface org.jboss.seam.social.oauth.OAuthService
Send an OAuth request signed with a list a parameter
sendSignedRequest(RestVerb, String, String, Object) - Method in interface org.jboss.seam.social.oauth.OAuthService
Send an OAuth request signed with a single parameter
sendSignedXmlRequest(RestVerb, String, String) - Method in interface org.jboss.seam.social.oauth.OAuthService
Send an OAuth request signed with an XML Paylad as content
setAccessToken(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthService
Initialize and set an OAuth access token from its public and private keys
setAccessToken(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthService
Set the Access Token with for an OAuth access
setAccessToken(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
setApiKey(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setApiSecret(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setCallback(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setConnectTimeout(int, TimeUnit) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Sets the connect timeout for the underlying HttpURLConnection
setCurrentService(OAuthService) - Method in interface org.jboss.seam.social.MultiServicesManager
Set the current service.
setReadTimeout(int, TimeUnit) - Method in interface org.jboss.seam.social.oauth.OAuthRequest
Sets the read timeout for the underlying HttpURLConnection
setRequestToken(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
setScope(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setServiceName(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setSession(OAuthSessionSettings) - Method in interface org.jboss.seam.social.oauth.OAuthService
Set the Session settings of the given service
setSettings(OAuthServiceSettings) - Method in interface org.jboss.seam.social.oauth.OAuthService
Initialize OAuth settings
setStatus(String) - Method in interface org.jboss.seam.social.HasStatus
Set the status to update
setVerifier(String) - Method in interface org.jboss.seam.social.oauth.OAuthService
Used to initialize verifier code returned by OAuth service
setVerifier(String) - Method in interface org.jboss.seam.social.oauth.OAuthSessionSettings
 
signRequest(OAuthToken, OAuthRequest) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Sign an OAuthRequest in order to make it valid for targeted service

T

tokenFactory(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Creates an OAuthToken with the given token and given secret

U

updateStatus() - Method in interface org.jboss.seam.social.HasStatus
Send the status to the social network
updateStatus(String) - Method in interface org.jboss.seam.social.HasStatus
Send the status in parameter
UserProfile - Class in org.jboss.seam.social
Generci abstract class to define a basic user information
UserProfile(String) - Constructor for class org.jboss.seam.social.UserProfile
 

V

value() - Method in class org.jboss.seam.social.cdi.RelatedTo.RelatedToLiteral
 
valueOf(String) - Static method in enum org.jboss.seam.social.RestVerb
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.social.RestVerb
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E G H I M O R S T U V

Copyright © 2011 Seam Framework. All Rights Reserved.