public final class ConnectionKey extends Object implements Serializable
ConnectionData instance.
A composite key that consists of the providerId (e.g. "facebook") plus providerUserId (e.g. "125660").
Provides the basis for connection equals() and hashCode().| 构造器和说明 |
|---|
ConnectionKey(String providerId,
String providerUserId)
Creates a new
ConnectionKey. |
public ConnectionKey(String providerId, String providerUserId)
ConnectionKey.providerId - the id of the provider e.g. facebookproviderUserId - id of the provider user account e.g. '125660'public String getProviderId()
public String getProviderUserId()
Copyright © 2021. All rights reserved.