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)
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.