Uses of Interface
org.jboss.seam.social.oauth.UserProfile

Packages that use UserProfile
org.jboss.seam.social.facebook.model   
org.jboss.seam.social.linkedin.model   
org.jboss.seam.social.oauth   
org.jboss.seam.social.twitter.model   
 

Uses of UserProfile in org.jboss.seam.social.facebook.model
 

Subinterfaces of UserProfile in org.jboss.seam.social.facebook.model
 interface User
          Implementation of this interface will contain Facebook Profile
 

Uses of UserProfile in org.jboss.seam.social.linkedin.model
 

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

Uses of UserProfile in org.jboss.seam.social.oauth
 

Methods in org.jboss.seam.social.oauth that return UserProfile
 UserProfile OAuthServiceHandler.getUser()
          Returns the user who performed the connection
 

Uses of UserProfile in org.jboss.seam.social.twitter.model
 

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



Copyright © 2011 Seam Framework. All Rights Reserved.