Class GroupIdentityProvider
java.lang.Object
org.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
org.exoplatform.social.core.identity.provider.GroupIdentityProvider
public class GroupIdentityProvider
extends org.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
A provider for identity of groups. based on OrganizationService's groups
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupIdentityProvider(org.exoplatform.services.organization.OrganizationService organizationService) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.social.core.identity.model.IdentitycreateIdentity(org.exoplatform.services.organization.Group group) org.exoplatform.services.organization.GroupfindByRemoteId(String remoteId) getName()voidpopulateProfile(org.exoplatform.social.core.identity.model.Profile profile, org.exoplatform.services.organization.Group group) Methods inherited from class org.exoplatform.social.core.identity.IdentityProvider
getAllUserId, getIdentityByRemoteId, onSaveIdentity, onSaveProfile, onUpdateProfile
-
Field Details
-
NAME
The Constant NAME.- See Also:
-
-
Constructor Details
-
GroupIdentityProvider
public GroupIdentityProvider(org.exoplatform.services.organization.OrganizationService organizationService)
-
-
Method Details
-
getName
- Specified by:
getNamein classorg.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
-
findByRemoteId
- Specified by:
findByRemoteIdin classorg.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
-
createIdentity
public org.exoplatform.social.core.identity.model.Identity createIdentity(org.exoplatform.services.organization.Group group) - Specified by:
createIdentityin classorg.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
-
populateProfile
public void populateProfile(org.exoplatform.social.core.identity.model.Profile profile, org.exoplatform.services.organization.Group group) - Specified by:
populateProfilein classorg.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
-