public interface IdentityDAO extends org.exoplatform.commons.api.persistence.GenericDAO<IdentityEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
long |
countIdentityByProvider(String providerId) |
IdentityEntity |
findByProviderAndRemoteId(String providerId,
String remoteId) |
org.exoplatform.commons.utils.ListAccess<IdentityEntity> |
findIdentities(ExtendProfileFilter filter) |
List<Long> |
getAllIds(int offset,
int limit) |
IdentityEntity findByProviderAndRemoteId(String providerId, String remoteId)
long countIdentityByProvider(String providerId)
org.exoplatform.commons.utils.ListAccess<IdentityEntity> findIdentities(ExtendProfileFilter filter)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.