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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant NAME.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroupIdentityProvider(org.exoplatform.services.organization.OrganizationService organizationService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.social.core.identity.model.Identity
    createIdentity(org.exoplatform.services.organization.Group group)
     
    org.exoplatform.services.organization.Group
     
     
    void
    populateProfile(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GroupIdentityProvider

      public GroupIdentityProvider(org.exoplatform.services.organization.OrganizationService organizationService)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class org.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>
    • findByRemoteId

      public org.exoplatform.services.organization.Group findByRemoteId(String remoteId)
      Specified by:
      findByRemoteId in class org.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:
      createIdentity in class org.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:
      populateProfile in class org.exoplatform.social.core.identity.IdentityProvider<org.exoplatform.services.organization.Group>