Class IdentityCompositeKey

java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.IdentityCompositeKey
All Implemented Interfaces:
Serializable, CacheKey

public class IdentityCompositeKey extends Object implements CacheKey
Immutable identity composite key. This key is used to index the identities by remoteId.
See Also:
  • Constructor Details

    • IdentityCompositeKey

      public IdentityCompositeKey(String providerId, String remoteId)
  • Method Details

    • getProviderId

      public String getProviderId()
    • getRemoteId

      public String getRemoteId()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object