|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentityService<Identity>
eXo Social Account Service
| Method Summary | |
|---|---|
Identity |
getIdentity(String identityProvider,
String remoteId)
Gets an identity by its identity provider and remote id. |
String |
getIdentityId(String provider,
String remoteId)
Deprecated. Use getIdentity(String, String) then getIdentityId() instead. |
| Methods inherited from interface org.exoplatform.social.client.api.service.Service |
|---|
create, delete, get, update |
| Method Detail |
|---|
Identity getIdentity(String identityProvider,
String remoteId)
throws SocialClientLibException
identityProvider - the identity providerremoteId - the remote id
ServiceException
SocialClientLibException
@Deprecated
String getIdentityId(String provider,
String remoteId)
throws SocialClientLibException
getIdentity(String, String) then getIdentityId() instead.
remoteId - the remote id
SocialClientLibException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||