Class IdentityRestOut

    • Constructor Detail

      • IdentityRestOut

        public IdentityRestOut()
        Default constructor
      • IdentityRestOut

        public IdentityRestOut​(String identityId,
                               String portalContainerName)
        Construct the Identity model from Social's identityId.
        Parameters:
        identityId -
        portalContainerName -
      • IdentityRestOut

        public IdentityRestOut​(org.exoplatform.social.core.identity.model.Identity identity)
        Construct the Identity model from Social's identity.
        Parameters:
        identity -
        Since:
        1.2.2
    • Method Detail

      • getId

        public String getId()
        Gets Id of Identity
      • setId

        public void setId​(String id)
        Sets Id of Identity
        Parameters:
        id -
      • getRemoteId

        public String getRemoteId()
        Gets remoteId of Identity
        Returns:
      • setRemoteId

        public void setRemoteId​(String remoteId)
        Sets remoteId of Identity
        Parameters:
        remoteId -
        Since:
        1.2.2
      • getProviderId

        public String getProviderId()
        Gets providerId of Identity
      • setProviderId

        public void setProviderId​(String providerId)
        Sets providerId of Identity
        Parameters:
        providerId -
      • getProfile

        public ProfileRestOut getProfile()
        Gets profile of Identity
      • setProfile

        public void setProfile​(ProfileRestOut profile)
        Sets profile of Identity
        Parameters:
        profile -