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

A

add(String, String) - Method in interface org.jboss.seam.social.rest.RestParameterList
 
addAll(RestParameterList) - Method in interface org.jboss.seam.social.rest.RestParameterList
 
addBodyParameter(String, String) - Method in interface org.jboss.seam.social.rest.RestRequest
Add a body Parameter (for POST/ PUT Requests)
addBodyParameters(Map<String, ? extends Object>) - Method in interface org.jboss.seam.social.rest.RestRequest
 
addHeader(String, String) - Method in interface org.jboss.seam.social.rest.RestRequest
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.rest.RestRequest
Add body payload.
addPayload(byte[]) - Method in interface org.jboss.seam.social.rest.RestRequest
 
addQuerystring(String) - Method in interface org.jboss.seam.social.rest.RestParameterList
 
addQuerystringParameter(String, String) - Method in interface org.jboss.seam.social.rest.RestRequest
Add a QueryString parameter
appendTo(String) - Method in interface org.jboss.seam.social.rest.RestParameterList
 
asFormUrlEncodedString() - Method in interface org.jboss.seam.social.rest.RestParameterList
 
asOauthBaseString() - Method in interface org.jboss.seam.social.rest.RestParameterList
 
asUrlEncodedPair() - Method in interface org.jboss.seam.social.rest.RestParameter
 

C

configureService(OAuthService) - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
 
connectCurrentService() - Method in interface org.jboss.seam.social.MultiServicesManager
Connect the current service at the end of the OAuth process
contains(RestParameter) - Method in interface org.jboss.seam.social.rest.RestParameterList
 
Current - Annotation Type in org.jboss.seam.social
 

D

delete(String) - Method in interface org.jboss.seam.social.rest.RestService
 
destroyCurrentSession() - 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.OAuthSession
 
getActiveSessions() - Method in interface org.jboss.seam.social.MultiServicesManager
 
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.rest.RestResponse
 
getBodyContents() - Method in interface org.jboss.seam.social.rest.RestRequest
 
getBodyParams() - Method in interface org.jboss.seam.social.rest.RestRequest
Obtains a Map of the body parameters.
getCallback() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getCharset() - Method in interface org.jboss.seam.social.rest.RestRequest
 
getCode() - Method in exception org.jboss.seam.social.exception.SeamSocialRestException
 
getCode() - Method in interface org.jboss.seam.social.rest.RestResponse
 
getCompleteUrl() - Method in interface org.jboss.seam.social.rest.RestRequest
 
getCurrentService() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getCurrentServiceHub() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getCurrentSession() - Method in interface org.jboss.seam.social.MultiServicesManager
 
getEventData() - Method in class org.jboss.seam.social.event.SocialEvent
 
getForObject(String, Class<T>) - Method in interface org.jboss.seam.social.rest.RestService
 
getForObject(String, Class<T>, Map<String, ? extends Object>) - Method in interface org.jboss.seam.social.rest.RestService
 
getForObject(String, Class<T>, Object...) - Method in interface org.jboss.seam.social.rest.RestService
 
getFullName() - Method in class org.jboss.seam.social.UserProfile
 
getHeader(String) - Method in interface org.jboss.seam.social.rest.RestResponse
 
getHeaders() - Method in interface org.jboss.seam.social.rest.RestRequest
Returns the connection headers as a Map
getHeaders() - Method in interface org.jboss.seam.social.rest.RestResponse
 
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
 
getMessage() - Method in class org.jboss.seam.social.event.SocialEvent
 
getMsg() - Method in exception org.jboss.seam.social.exception.SeamSocialRestException
 
getMyProfile() - Method in interface org.jboss.seam.social.rest.RestService
 
getMyProfile() - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
 
getName() - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
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
 
getQualifier() - Method in interface org.jboss.seam.social.QualifierAware
Returns the Qualifier used for this social network
getQueryStringParams() - Method in interface org.jboss.seam.social.rest.RestRequest
Get a Map of the query string parameters.
getRequestHeader() - Method in interface org.jboss.seam.social.rest.RestService
 
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.OAuthSession
 
getSanitizedUrl() - Method in interface org.jboss.seam.social.rest.RestRequest
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
 
getService() - Method in interface org.jboss.seam.social.OAuthServiceAware
 
getServiceName() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getServiceQualifier() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getServiceQualifier() - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
getSession() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
getSession() - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
 
getStatus() - Method in class org.jboss.seam.social.event.SocialEvent
 
getStream() - Method in interface org.jboss.seam.social.rest.RestResponse
 
getToken() - Method in interface org.jboss.seam.social.oauth.OAuthToken
 
getType() - Method in interface org.jboss.seam.social.rest.RestService
Returns the name/type of the Social Network we're connected to
getUrl() - Method in exception org.jboss.seam.social.exception.SeamSocialRestException
 
getUrl() - Method in interface org.jboss.seam.social.rest.RestRequest
Obtains the URL of the HTTP Request.
getUrl() - Method in interface org.jboss.seam.social.rest.RestResponse
 
getUserProfile() - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
getVerb() - Method in interface org.jboss.seam.social.rest.RestRequest
 
getVerifier() - Method in interface org.jboss.seam.social.oauth.OAuthService
Access to OAuth verifier
getVerifier() - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
getVerifierParamName() - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
 
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
 

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
initNewSession(String) - Method in interface org.jboss.seam.social.MultiServicesManager
Instantiate a new Service which become the new current service
isConnected() - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
isConnected() - Method in interface org.jboss.seam.social.rest.RestService
Returns the status of this ServiceHndler
isConnected() - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
 
isCurrentServiceConnected() - Method in interface org.jboss.seam.social.MultiServicesManager
 

J

JsonMapper - Interface in org.jboss.seam.social
Implementation of this Interface will manage Json Serialization / De-serialization to and from Object

M

mapToObject(RestResponse, Class<T>) - Method in interface org.jboss.seam.social.JsonMapper
Parse the content of the provided RestResponse to de-serialize to an object of the given Class
MultiServicesManager - Interface in org.jboss.seam.social
Implementation of this interface allow to manage multiple OAuth connection.

O

OAuthApplication - Annotation Type in org.jboss.seam.social.oauth
 
OAuthComplete - Class in org.jboss.seam.social.event
 
OAuthComplete(SocialEvent.Status, String, OAuthSession) - Constructor for class org.jboss.seam.social.event.OAuthComplete
 
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
OAuthServiceAware - Interface in org.jboss.seam.social
 
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
OAuthSession - 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
ObjectToJsonString(Object) - Method in interface org.jboss.seam.social.JsonMapper
 
org.jboss.seam.social - package org.jboss.seam.social
 
org.jboss.seam.social.event - package org.jboss.seam.social.event
 
org.jboss.seam.social.exception - package org.jboss.seam.social.exception
 
org.jboss.seam.social.oauth - package org.jboss.seam.social.oauth
 
org.jboss.seam.social.rest - package org.jboss.seam.social.rest
 

P

postForLocation(String, Object, Map<String, String>, Object...) - Method in interface org.jboss.seam.social.rest.RestService
 
postForLocation(String, Object, Object...) - Method in interface org.jboss.seam.social.rest.RestService
 
postForObject(String, Map<String, ? extends Object>, Class<T>) - Method in interface org.jboss.seam.social.rest.RestService
 
put(String, Object, Object...) - Method in interface org.jboss.seam.social.rest.RestService
 

Q

QualifierAware - Interface in org.jboss.seam.social
 

R

requestFactory(RestVerb, String) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Creates an OAuthRequest with the given Rest Verb and uri
requireAuthorization() - Method in interface org.jboss.seam.social.oauth.OAuthService
 
resetConnection() - Method in interface org.jboss.seam.social.rest.RestService
Close connexion if needed
resetConnection() - Method in interface org.jboss.seam.social.SocialNetworkServicesHub
Close connexion if needed
RestParameter - Interface in org.jboss.seam.social.rest
 
RestParameterList - Interface in org.jboss.seam.social.rest
 
RestRequest - Interface in org.jboss.seam.social.rest
 
RestResponse - Interface in org.jboss.seam.social.rest
Implementation of this interface represent an Http Response
RestService - Interface in org.jboss.seam.social.rest
 
RestVerb - Enum in org.jboss.seam.social.rest
Enum containing the verb used in REST request.

S

SeamSocialException - Exception in org.jboss.seam.social.exception
Exception linked to the framework
SeamSocialException(String, Throwable) - Constructor for exception org.jboss.seam.social.exception.SeamSocialException
 
SeamSocialException(String) - Constructor for exception org.jboss.seam.social.exception.SeamSocialException
 
SeamSocialException(Throwable) - Constructor for exception org.jboss.seam.social.exception.SeamSocialException
 
SeamSocialRestException - Exception in org.jboss.seam.social.exception
 
SeamSocialRestException(int, String, String) - Constructor for exception org.jboss.seam.social.exception.SeamSocialRestException
 
SeamSocialRestException(String, Exception) - Constructor for exception org.jboss.seam.social.exception.SeamSocialRestException
 
send() - Method in interface org.jboss.seam.social.rest.RestRequest
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, ? extends 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
sendSignedRequest(OAuthRequest) - Method in interface org.jboss.seam.social.oauth.OAuthService
 
sendSignedXmlRequest(RestVerb, String, String) - Method in interface org.jboss.seam.social.oauth.OAuthService
Send an OAuth request signed with an XML Paylad as content
ServiceRelated - Annotation Type in org.jboss.seam.social
This Meta-annotation is used to annotate services Qualifiers
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.OAuthSession
 
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
 
setCharset(String) - Method in interface org.jboss.seam.social.rest.RestRequest
 
setConnectionKeepAlive(boolean) - Method in interface org.jboss.seam.social.rest.RestRequest
 
setConnectTimeout(int, TimeUnit) - Method in interface org.jboss.seam.social.rest.RestRequest
Sets the connect timeout for the underlying HttpURLConnection
setCurrentSession(OAuthSession) - Method in interface org.jboss.seam.social.MultiServicesManager
 
setReadTimeout(int, TimeUnit) - Method in interface org.jboss.seam.social.rest.RestRequest
Sets the read timeout for the underlying HttpURLConnection
setRequestHeader(Map<String, String>) - Method in interface org.jboss.seam.social.rest.RestService
 
setRequestToken(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
setScope(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setServiceQualifier(Annotation) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setUserProfile(UserProfile) - Method in interface org.jboss.seam.social.oauth.OAuthSession
 
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.OAuthSession
 
signRequest(OAuthToken, OAuthRequest) - Method in interface org.jboss.seam.social.oauth.OAuthProvider
Sign an OAuthRequest in order to make it valid for targeted service
size() - Method in interface org.jboss.seam.social.rest.RestParameterList
 
SocialEvent<T> - Class in org.jboss.seam.social.event
 
SocialEvent(SocialEvent.Status, String) - Constructor for class org.jboss.seam.social.event.SocialEvent
 
SocialEvent(SocialEvent.Status, String, T) - Constructor for class org.jboss.seam.social.event.SocialEvent
 
SocialEvent.Status - Enum in org.jboss.seam.social.event
 
SocialNetworkServicesHub - Interface in org.jboss.seam.social
 
sort() - Method in interface org.jboss.seam.social.rest.RestParameterList
 
StatusUpdated - Class in org.jboss.seam.social.event
 
StatusUpdated(SocialEvent.Status, String, Object) - Constructor for class org.jboss.seam.social.event.StatusUpdated
 

T

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

U

UserProfile - Class in org.jboss.seam.social
Generic abstract class to define a basic user information
UserProfile(String) - Constructor for class org.jboss.seam.social.UserProfile
 

V

valueOf(String) - Static method in enum org.jboss.seam.social.event.SocialEvent.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.seam.social.rest.RestVerb
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.social.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.jboss.seam.social.rest.RestVerb
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I J M O P Q R S T U V 

Copyright © 2011-2013 Seam Framework. All Rights Reserved.