public class OAuthUser extends Object implements org.picketlink.idm.api.User
| Constructor and Description |
|---|
OAuthUser(String serviceName,
org.jboss.seam.social.UserProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getKey() |
String |
getOauthId() |
String |
getServiceName() |
org.jboss.seam.social.UserProfile |
getUserProfile() |
public OAuthUser(String serviceName, org.jboss.seam.social.UserProfile profile)
public String getKey()
getKey in interface org.picketlink.idm.api.IdentityTypepublic String getId()
getId in interface org.picketlink.idm.api.Userpublic org.jboss.seam.social.UserProfile getUserProfile()
public String getServiceName()
public String getOauthId()
Copyright © 2013 Seam Framework. All Rights Reserved.