org.exoplatform.social.client.api.service
Interface IdentityService<Identity>

All Superinterfaces:
Service<Identity>
All Known Implementing Classes:
IdentityServiceImpl

public interface IdentityService<Identity>
extends Service<Identity>

eXo Social Account Service

Since:
May 19, 2011
Author:
hoatle (hoatlevan at gmail dot com)

Method Summary
 String getIdentityId(String provider, String remoteId)
          Gets the identity id from a remote id.
 
Methods inherited from interface org.exoplatform.social.client.api.service.Service
create, delete, get, update
 

Method Detail

getIdentityId

String getIdentityId(String provider,
                     String remoteId)
                     throws ServiceException
Gets the identity id from a remote id.

Parameters:
remoteId - the remote id
Returns:
the uuid
Throws:
ServiceException


Copyright © 2011 eXo Platform. All Rights Reserved.