Class AccountExternalIdInfo
java.lang.Object
com.google.gerrit.extensions.common.AccountExternalIdInfo
- All Implemented Interfaces:
Comparable<AccountExternalIdInfo>
Representation of an external ID in the REST API.
This class determines the JSON format of external IDs in the REST API.
External IDs are user identities that are assigned to an account. Often they are used to link user identities in external systems.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identity
The external ID key, formatted as<scheme>:<ID>
. -
emailAddress
The email address of the external ID. -
trusted
Whether the external ID is trusted.Also see
AuthConfig.isIdentityTrustable(java.util.Collection)
. -
canDelete
Whether the external ID can be deleted by the calling user.
-
-
Constructor Details
-
AccountExternalIdInfo
public AccountExternalIdInfo()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AccountExternalIdInfo>
-
equals
-
hashCode
public int hashCode() -
toString
-