C F G H I L O P R S T U V

C

Credential - Interface in org.jboss.seam.social.twitter.model
Implementation of this interface contains information about Twitter Credential of the current user It is returned by TwitterHandler#verifyCrendentials()

F

Facebook - Annotation Type in org.jboss.seam.social.facebook
 
FacebookHandler - Interface in org.jboss.seam.social.facebook
A specialization of OAuthServiceHandler to add Facebook specific methods

G

getAccessToken() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
 
getApiKey() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getApiSecret() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getAuthorizationUrl() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Returns the url to the OAuth service to ask an authorization to access the service.
getBody() - Method in interface org.jboss.seam.social.linkedin.model.Update
 
getBody() - Method in interface org.jboss.seam.social.oauth.HttpResponse
 
getCallback() - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
getCode() - Method in interface org.jboss.seam.social.oauth.HttpResponse
 
getContentType() - Method in interface org.jboss.seam.social.linkedin.model.Update
 
getCreatedAt() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getFirstName() - Method in interface org.jboss.seam.social.linkedin.model.Profile
 
getFromUser() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getFromUserId() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getFromUserIdStr() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getFullName() - Method in interface org.jboss.seam.social.oauth.UserProfile
 
getHeader(String) - Method in interface org.jboss.seam.social.oauth.HttpResponse
 
getHeaders() - Method in interface org.jboss.seam.social.oauth.HttpResponse
 
getHeadline() - Method in interface org.jboss.seam.social.linkedin.model.Profile
 
getId() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getLanguageCode() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getLastName() - Method in interface org.jboss.seam.social.linkedin.model.Profile
 
getLocale() - Method in interface org.jboss.seam.social.linkedin.model.Update
 
getMaxId() - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
getPictureUrl() - Method in interface org.jboss.seam.social.oauth.UserProfile
 
getProfileImageUrl() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getResults() - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
getScreenName() - Method in interface org.jboss.seam.social.twitter.model.Credential
 
getSecret() - Method in interface org.jboss.seam.social.oauth.OAuthToken
 
getServiceLogo() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Returns the logo of the service
getSettings() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
 
getSinceId() - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
getSource() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getStandardProfileUrl() - Method in interface org.jboss.seam.social.linkedin.model.Profile
 
getStatus() - Method in interface org.jboss.seam.social.oauth.HasStatus
 
getStream() - Method in interface org.jboss.seam.social.oauth.HttpResponse
 
getText() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getToken() - Method in interface org.jboss.seam.social.oauth.OAuthToken
 
getToUserId() - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
getType() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Returns the name/type of the Social Network we're connected to
getUser() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Returns the user who performed the connection
getVerifier() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Access to OAuth verifier
getVerifierParamName() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
 

H

HasStatus - Interface in org.jboss.seam.social.oauth
Social network Handler implementing this interface will support status update
HttpResponse - Interface in org.jboss.seam.social.oauth
Implementation of this interface represent an Http Response

I

initAccessToken() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Initialize the OAuth access token after the service gave an authorization with the Verifier
isConnected() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Returns the status of this ServiceHndler

L

LinkedIn - Annotation Type in org.jboss.seam.social.linkedin
 
LinkedInHandler - Interface in org.jboss.seam.social.linkedin
A specialization of OAuthServiceHandler to add LinkedIn specific methods

O

OAuthServiceHandler - 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 OAuthServiceHandler to setup connection to OAuth Service
OAuthToken - Interface in org.jboss.seam.social.oauth
Implementation of this interface represents an OAuth Token
org.jboss.seam.social.facebook - package org.jboss.seam.social.facebook
 
org.jboss.seam.social.facebook.model - package org.jboss.seam.social.facebook.model
 
org.jboss.seam.social.linkedin - package org.jboss.seam.social.linkedin
 
org.jboss.seam.social.linkedin.model - package org.jboss.seam.social.linkedin.model
 
org.jboss.seam.social.oauth - package org.jboss.seam.social.oauth
 
org.jboss.seam.social.twitter - package org.jboss.seam.social.twitter
 
org.jboss.seam.social.twitter.model - package org.jboss.seam.social.twitter.model
 

P

Profile - Interface in org.jboss.seam.social.linkedin.model
Implementation of this interface will contain a LinkedIn Profile

R

resetConnexion() - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Close connexion and reste all token (logout)
RestVerb - Enum in org.jboss.seam.social.oauth
Enum containing the verb used in REST request.

S

SearchResult - Interface in org.jboss.seam.social.twitter.model
Implementation of this interface contains a Twitter search result It is returned by TwitterHandler#search()
sendSignedRequest(RestVerb, String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Send an OAuth request signed without any parameter
sendSignedRequest(RestVerb, String, Map<String, Object>) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Send an OAuth request signed with a list a parameter
sendSignedRequest(RestVerb, String, String, Object) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Send an OAuth request signed with a single parameter
sendSignedXmlRequest(RestVerb, String, String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Send an OAuth request signed with an XML Paylad as content
setAccessToken(String, String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Initialize and set an OAuth access token from its public and private keys
setAccessToken(OAuthToken) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Set the Access Token with for an OAuth access
setApiKey(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setApiSecret(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setBody(String) - Method in interface org.jboss.seam.social.linkedin.model.Update
 
setCallback(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceSettings
 
setContentType(String) - Method in interface org.jboss.seam.social.linkedin.model.Update
 
setCreatedAt(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setFromUser(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setFromUserId(long) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setFromUserIdStr(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setId(long) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setLanguageCode(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setLocale(String) - Method in interface org.jboss.seam.social.linkedin.model.Update
 
setMaxId(long) - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
setProfileImageUrl(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setResults(List<Tweet>) - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
setSettings(OAuthServiceSettings) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Initialize OAuth settings
setSinceId(long) - Method in interface org.jboss.seam.social.twitter.model.SearchResult
 
setSource(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setStatus(String) - Method in interface org.jboss.seam.social.oauth.HasStatus
Set the status to update
Setted - Annotation Type in org.jboss.seam.social.oauth
A CDI Qualifier annotation to qualify and set OAuthServiceHandler directly in the code It can be used like this :
setText(String) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setToUserId(Long) - Method in interface org.jboss.seam.social.twitter.model.Tweet
 
setVerifier(String) - Method in interface org.jboss.seam.social.oauth.OAuthServiceHandler
Used to initialize verifier code returned by OAuth service

T

Tweet - Interface in org.jboss.seam.social.twitter.model
Implementation of this interface contains a Tweet
Twitter - Annotation Type in org.jboss.seam.social.twitter
 
TwitterHandler - Interface in org.jboss.seam.social.twitter
A specialization of OAuthServiceHandler to add Twitter specific methods

U

Update - Interface in org.jboss.seam.social.linkedin.model
Implementation of this Interface will contain an update ready to be sent to LinkedIn
updateStatus() - Method in interface org.jboss.seam.social.oauth.HasStatus
Send the status to the social network
updateStatus(String) - Method in interface org.jboss.seam.social.oauth.HasStatus
Send the status in parameter
User - Interface in org.jboss.seam.social.facebook.model
Implementation of this interface will contain Facebook Profile
UserProfile - Interface in org.jboss.seam.social.oauth
Interface defining an user

V

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

C F G H I L O P R S T U V

Copyright © 2011 Seam Framework. All Rights Reserved.