Class UserProfileManager
java.lang.Object
com.ibm.websphere.security.social.UserProfileManager
This is a helper class for client web application to interact with social media with access_token.
- Since:
- 1.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic UserProfileGet UserProfile for the subject on the thread.
- 
Constructor Details- 
UserProfileManagerpublic UserProfileManager()
 
- 
- 
Method Details- 
getUserProfileGet UserProfile for the subject on the thread.- Returns:
- the user profile for the social media authenticated user.
 
 
-