org.jboss.seam.social.oauth
Interface UserProfile

All Known Subinterfaces:
Credential, Profile, User

public interface UserProfile

Interface defining an user

Author:
Antoine Sabot-Durand

Method Summary
 String getFullName()
           
 String getPictureUrl()
           
 

Method Detail

getFullName

String getFullName()
Returns:
the user's full name

getPictureUrl

String getPictureUrl()
Returns:
the user's picture url


Copyright © 2011 Seam Framework. All Rights Reserved.