Class ThirdpartyIdentifier


  • public class ThirdpartyIdentifier
    extends Identifier
    The user is identified by a third-party identifer in canonicalised form.
    • Field Detail

      • medium

        private String medium
        The medium of the third party identifier.
      • address

        private String address
        The canonicalised third party address of the user.
    • Constructor Detail

      • ThirdpartyIdentifier

        public ThirdpartyIdentifier()
    • Method Detail

      • getMedium

        public String getMedium()
      • setMedium

        public void setMedium​(String medium)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getType

        public String getType()
        Description copied from class: Identifier
        The identifier type.
        Specified by:
        getType in class Identifier
        Returns:
        The identifier type.