Class UserIdentifier


  • public class UserIdentifier
    extends Identifier
    The user is identified by their Matrix ID.
    • Field Detail

      • user

        private String user
        A client can identify a user using their Matrix ID. This can either be the fully qualified Matrix user ID, or just the localpart of the user ID.
    • Constructor Detail

      • UserIdentifier

        public UserIdentifier()
    • Method Detail

      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)
      • getType

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