java.lang.Object
org.exoplatform.social.core.storage.cache.model.data.IdentityData
All Implemented Interfaces:
Serializable, CacheData<org.exoplatform.social.core.identity.model.Identity>

public class IdentityData extends Object implements CacheData<org.exoplatform.social.core.identity.model.Identity>
Immutable identity data.
Version:
$Revision$
Author:
Alain Defrance
See Also:
  • Constructor Details

    • IdentityData

      public IdentityData(org.exoplatform.social.core.identity.model.Identity identity)
  • Method Details

    • getId

      public String getId()
    • getProviderId

      public String getProviderId()
    • getRemoteId

      public String getRemoteId()
    • build

      public org.exoplatform.social.core.identity.model.Identity build()
      Description copied from interface: CacheData
      Build UI mutable model.
      Specified by:
      build in interface CacheData<org.exoplatform.social.core.identity.model.Identity>
      Returns:
      Mutable model
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object