Class UserProfileManager
- java.lang.Object
- 
- com.ibm.websphere.security.social.UserProfileManager
 
- 
 public class UserProfileManager extends java.lang.ObjectThis is a helper class for client web application to interact with social media with access_token.- Since:
- 1.0
 
- 
- 
Constructor SummaryConstructors Constructor Description UserProfileManager()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UserProfilegetUserProfile()Get UserProfile for the subject on the thread.
 
- 
- 
- 
Method Detail- 
getUserProfilepublic static UserProfile getUserProfile() Get UserProfile for the subject on the thread.- Returns:
- the user profile for the social media authenticated user.
 
 
- 
 
-